[CI environment] Add nameprefix to rg test names#4038
Closed
Conversation
Contributor
|
@eriqua, I believe we have a few cases where a name prefix doesn't exist (by design). Once I'm back at my laptop, I can run a quick test by compiling all test cases in memory |
Contributor
Author
In that case we'd probably need to add it wherever an RG is created as part of the dependencies. |
AlexanderSehr
requested changes
Oct 1, 2023
Contributor
There was a problem hiding this comment.
Noteworthy warnings/errors
- ERROR: C:\dev\ip\Azure-ResourceModules\ResourceModules\modules\managed-identity\user-assigned-identity.test\min\main.test.bicep(9,41) : Error BCP057: The name "namePrefix" does not exist in the current context.
- WARNING: C:\dev\ip\Azure-ResourceModules\ResourceModules\modules\db-for-postgre-sql\flexible-server.test\public\main.test.bicep(19,7) : Warning no-unused-params: Parameter "password" is declared but never used. [https://aka.ms/bicep/linter/no-unused-params]
- ERROR: C:\dev\ip\Azure-ResourceModules\ResourceModules\modules\resources\tags.test\rg\main.test.bicep(9,41) : Error BCP057: The name "namePrefix" does not exist in the current context.
Contributor
Author
|
Closing in favor of #4130 |
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
Add nameprefix to rg test names, aligning with avm pbr names
Pipeline references
Type of Change
Checklist