Skip to content

Commit

Permalink
fix: Corrected vanity link for RBAC UDT (Azure#1320)
Browse files Browse the repository at this point in the history
## Description

Corrected vanity link for RBAC UDT

## Pipeline Reference

<!-- Insert your Pipeline Status Badge below -->

| Pipeline |
| -------- |
|
[![avm.res.analysis-services.server](https://github.com/AlexanderSehr/bicep-registry-modules/actions/workflows/avm.res.analysis-services.server.yml/badge.svg?branch=users%2Falsehr%2FrbacUdtLinkFix&event=workflow_dispatch)](https://github.com/AlexanderSehr/bicep-registry-modules/actions/workflows/avm.res.analysis-services.server.yml)
|

---------

Co-authored-by: Erika Gressi <[email protected]>
  • Loading branch information
AlexanderSehr and eriqua authored Mar 18, 2024
1 parent d5e213f commit ada06bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ Describe 'Module tests' -Tag 'Module' {
@{
parameterName = 'roleAssignments'
udtName = 'roleAssignmentType'
udtExpectedUrl = "$interfaceBase/diagnostic-settings/udt-schema"
udtExpectedUrl = "$interfaceBase/role-assignments/udt-schema"
link = "$interfaceBase/role-assignments"
}
@{
Expand Down

0 comments on commit ada06bb

Please sign in to comment.