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
RBAC Reader role does not have access to call NewBackupStatusClient().Get. Backup Reader role works.
Expected behavior
Reader role should contain all other reader roles
Actual behavior
NewBackupStatusClient().Get returns RESPONSE 403: 403 Forbidden ERROR CODE: AuthorizationFailed when accessed using a service principal with Reader role
Reproduction Steps
Run the example code with a service principal with Reader role
Environment
Multiple environments
The text was updated successfully, but these errors were encountered:
Link to sample
https://learn.microsoft.com/en-us/rest/api/backup/backup-status/get?view=rest-backup-2023-02-01&tabs=Go
Library name and version
armrecoveryservicesbackup/v2
Language of the Sample
Sample Issue Type
Issue details
RBAC Reader role does not have access to call NewBackupStatusClient().Get. Backup Reader role works.
Expected behavior
Reader role should contain all other reader roles
Actual behavior
NewBackupStatusClient().Get returns RESPONSE 403: 403 Forbidden ERROR CODE: AuthorizationFailed when accessed using a service principal with Reader role
Reproduction Steps
Run the example code with a service principal with Reader role
Environment
Multiple environments
The text was updated successfully, but these errors were encountered: