Skip to content

Commit

Permalink
[Modules] Add tags to Microsoft.web\serverfarms common test (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRoundRobin authored Oct 21, 2022
1 parent 18451c2 commit f2897df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,9 @@ module testDeployment '../../deploy.bicep' = {
roleDefinitionIdOrName: 'Reader'
}
]
tags: {
Environment: 'Non-Prod'
Role: 'DeploymentValidation'
}
}
}
10 changes: 10 additions & 0 deletions modules/Microsoft.Web/serverfarms/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ module serverfarms './Microsoft.Web/serverfarms/deploy.bicep' = {
roleDefinitionIdOrName: 'Reader'
}
]
tags: {
Environment: 'Non-Prod'
Role: 'DeploymentValidation'
}
}
}
```
Expand Down Expand Up @@ -302,6 +306,12 @@ module serverfarms './Microsoft.Web/serverfarms/deploy.bicep' = {
"roleDefinitionIdOrName": "Reader"
}
]
},
"tags": {
"value": {
"Environment": "Non-Prod",
"Role": "DeploymentValidation"
}
}
}
}
Expand Down

0 comments on commit f2897df

Please # to comment.