bicep role definition changes#18457
Merged
Merged
Conversation
majastrz
reviewed
Nov 12, 2025
| .Build(); | ||
|
|
||
| // Add roleDefinition function | ||
| yield return new FunctionOverloadBuilder("roleDefinition") |
Member
majastrz
reviewed
Nov 12, 2025
| .WithGenericDescription("Gets a role definition that can be used in role assignments.") | ||
| .WithDescription("Returns information about the specified role definition including id and roleDefinitionId.") | ||
| .WithRequiredParameter("roleName", LanguageConstants.String, "The display name of the role definition") | ||
| .WithFlags(FunctionFlags.RequiresInlining) |
Member
majastrz
reviewed
Nov 12, 2025
| { | ||
| var bicepText = @" | ||
| var contributorRole = az.roleDefinition('Contributor') | ||
| var ownerRole = az.roleDefinition('Owner') |
Member
Contributor
Author
There was a problem hiding this comment.
weirdly it didn't show any issues before in my local as well but i made the change to plural in test
majastrz
reviewed
Nov 12, 2025
| @@ -0,0 +1,26 @@ | |||
| // Test file for roleDefinition function | |||
| targetScope = 'subscription' | |||
Member
Contributor
Author
There was a problem hiding this comment.
i was using it initially to test the changes, removed it
974be29 to
ff1404f
Compare
Contributor
|
Test this change out locally with the following install scripts (Action run 23756833993) VSCode
Azure CLI
|
Contributor
|
Content PR created - https://github.com/MicrosoftDocs/azure-docs-pr/pull/314872 |
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.
Added changes for bicep side for role definition function
Checklist
Microsoft Reviewers: Open in CodeFlow