You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/meshcloud-metering-service-principal/module.tf
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -15,36 +15,6 @@ terraform {
15
15
}
16
16
}
17
17
18
-
# At this point, we would have liked to use a custom role for the following reasons:
19
-
# - permissions are explicitedly stated and can easily be fine tuned in the future
20
-
# - we are independent of changes to Built-In Roles by Microsoft
21
-
# - we could have restricted the existence of the role to just it's scope
22
-
# HOWEVER, since Microsoft decided you cannot assign the 'Microsoft.Billing/billingPeriods/read' via the api (Status=400 Code="InvalidActionOrNotAction" Message="'Microsoft.Billing/billingPeriods/read' does not match any of the actions supported by the providers.")
23
-
# we have to use a built in role for now that has that permission. If in the future they fix this problem, we can use the following custom role snippet
0 commit comments