Closed pmmluis closed 8 months ago
This comment is automatically generated by Conventional PR
Whitelist | Active | Result |
---|---|---|
Pull request is a draft and should be ignored | ✅ | ❌ |
Pull request is made by a whitelisted user and should be ignored | ❌ | ❌ |
Pull request is submitted by a bot and should be ignored | ❌ | ❌ |
Pull request is submitted by administrators and should be ignored | ❌ | ❌ |
Result
Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated.
Validation | Active | Result |
---|---|---|
All commits in this pull request come from verified users | ❌ | ✅ |
All commits in this pull request has valid messages | ❌ | ✅ |
Pull request does not introduce too many changes | ❌ | ✅ |
Pull request has a valid title | ✅ | ✅ |
Pull request has mentioned issues | ❌ | ✅ |
Pull request has valid branch name | ❌ | ✅ |
Pull request should have a non-empty body | ✅ | ✅ |
Result
Pull request satisfies all enabled pull request rules.
This comment is automatically generated by Conventional PR
Whitelist | Active | Result |
---|---|---|
Pull request is a draft and should be ignored | ✅ | ❌ |
Pull request is made by a whitelisted user and should be ignored | ❌ | ❌ |
Pull request is submitted by a bot and should be ignored | ❌ | ❌ |
Pull request is submitted by administrators and should be ignored | ❌ | ❌ |
Result
Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated.
Validation | Active | Result |
---|---|---|
All commits in this pull request come from verified users | ❌ | ✅ |
All commits in this pull request has valid messages | ❌ | ✅ |
Pull request does not introduce too many changes | ❌ | ✅ |
Pull request has a valid title | ✅ | ✅ |
Pull request has mentioned issues | ❌ | ✅ |
Pull request has valid branch name | ❌ | ✅ |
Pull request should have a non-empty body | ✅ | ✅ |
Result
Pull request satisfies all enabled pull request rules.
This comment is automatically generated by Conventional PR
Whitelist | Active | Result |
---|---|---|
Pull request is a draft and should be ignored | ✅ | ❌ |
Pull request is made by a whitelisted user and should be ignored | ❌ | ❌ |
Pull request is submitted by a bot and should be ignored | ❌ | ❌ |
Pull request is submitted by administrators and should be ignored | ❌ | ❌ |
Result
Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated.
Validation | Active | Result |
---|---|---|
All commits in this pull request come from verified users | ❌ | ✅ |
All commits in this pull request has valid messages | ❌ | ✅ |
Pull request does not introduce too many changes | ❌ | ✅ |
Pull request has a valid title | ✅ | ✅ |
Pull request has mentioned issues | ❌ | ✅ |
Pull request has valid branch name | ❌ | ✅ |
Pull request should have a non-empty body | ✅ | ✅ |
Result
Pull request satisfies all enabled pull request rules.
This comment is automatically generated by Conventional PR
Whitelist | Active | Result |
---|---|---|
Pull request is a draft and should be ignored | ✅ | ❌ |
Pull request is made by a whitelisted user and should be ignored | ❌ | ❌ |
Pull request is submitted by a bot and should be ignored | ❌ | ❌ |
Pull request is submitted by administrators and should be ignored | ❌ | ❌ |
Result
Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated.
Validation | Active | Result |
---|---|---|
All commits in this pull request come from verified users | ❌ | ✅ |
All commits in this pull request has valid messages | ❌ | ✅ |
Pull request does not introduce too many changes | ❌ | ✅ |
Pull request has a valid title | ✅ | ✅ |
Pull request has mentioned issues | ❌ | ✅ |
Pull request has valid branch name | ❌ | ✅ |
Pull request should have a non-empty body | ✅ | ✅ |
Result
Pull request satisfies all enabled pull request rules.
This comment is automatically generated by Conventional PR
Whitelist | Active | Result |
---|---|---|
Pull request is a draft and should be ignored | ✅ | ❌ |
Pull request is made by a whitelisted user and should be ignored | ❌ | ❌ |
Pull request is submitted by a bot and should be ignored | ❌ | ❌ |
Pull request is submitted by administrators and should be ignored | ❌ | ❌ |
Result
Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated.
Validation | Active | Result |
---|---|---|
All commits in this pull request come from verified users | ❌ | ✅ |
All commits in this pull request has valid messages | ❌ | ✅ |
Pull request does not introduce too many changes | ❌ | ✅ |
Pull request has a valid title | ✅ | ✅ |
Pull request has mentioned issues | ❌ | ✅ |
Pull request has valid branch name | ❌ | ✅ |
Pull request should have a non-empty body | ✅ | ✅ |
Result
Pull request satisfies all enabled pull request rules.
This comment is automatically generated by Conventional PR
Whitelist | Active | Result |
---|---|---|
Pull request is a draft and should be ignored | ✅ | ❌ |
Pull request is made by a whitelisted user and should be ignored | ❌ | ❌ |
Pull request is submitted by a bot and should be ignored | ❌ | ❌ |
Pull request is submitted by administrators and should be ignored | ❌ | ❌ |
Result
Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated.
Validation | Active | Result |
---|---|---|
All commits in this pull request come from verified users | ❌ | ✅ |
All commits in this pull request has valid messages | ❌ | ✅ |
Pull request does not introduce too many changes | ❌ | ✅ |
Pull request has a valid title | ✅ | ✅ |
Pull request has mentioned issues | ❌ | ✅ |
Pull request has valid branch name | ❌ | ✅ |
Pull request should have a non-empty body | ✅ | ✅ |
Result
Pull request satisfies all enabled pull request rules.
Description
This PR serves the purpose of adding the managed identity to the app service plan and to the app settings of that app service plan. This way when creating an app service if a managed identity is created along with it, it will automatically be assigned to the service.
PR Checklist
Please ensure the following before submitting this PR:
terraform fmt
).terraform validate
).terraform plan
).README.md
,CHANGELOG.md
, etc.).PR Type
What kind of change does this PR introduce?
What is the new behavior?
How to test it
Create the module for the managed identity:
and then use the following block
Does this PR introduce a breaking change?
Other information