Skip to content

Commit cecfb5c

Browse files
authored
Fix issue while inserting resource (#6808)
1 parent 6c9fa08 commit cecfb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bicep.Core/Configuration/CloudConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public CloudConfiguration(Cloud data, Uri resourceManagerEndpointUri, Uri active
4343
public Uri ActiveDirectoryAuthorityUri { get; }
4444

4545
// this is needed for all track 1 SDKs and track 2 management plane SDKs
46-
public string AuthenticationScope => ResourceManagerEndpointUri.AbsoluteUri + ".default";
46+
public string AuthenticationScope => ResourceManagerEndpointUri.AbsoluteUri;
4747

4848
// this is needed for track 2 data plane SDKs
4949
// this does not work with regional ARM endpoints

0 commit comments

Comments
 (0)