Skip to content

Commit d275cbb

Browse files
authored
Apply suggestions from code review
1 parent 9806b5c commit d275cbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/deviceCodeSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ repositories {
1212
dependencies {
1313
testCompile group: 'junit', name: 'junit', version: '4.12'
1414
implementation project(':coreLibrary')
15-
implementation 'com.azure:azure-identity:1.0.8'
15+
implementation 'com.azure:azure-identity:1.2.0'
1616
}

samples/interactiveBrowserSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ repositories {
1212
dependencies {
1313
testCompile group: 'junit', name: 'junit', version: '4.12'
1414
implementation project(':coreLibrary')
15-
implementation 'com.azure:azure-identity:1.0.8'
15+
implementation 'com.azure:azure-identity:1.2.0'
1616
}

samples/interactiveBrowserSample/src/main/java/interactiveBrowserMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class interactiveBrowserMain {
2020
private final static String CLIENT_ID = "199e4de3-dd3b-4a51-b78a-86b801246e20";
2121

2222
//Set the scopes for your ms-graph request
23-
private final static List<String> SCOPES = Arrays.asList("user.ReadBasic.All");
23+
private final static List<String> SCOPES = Arrays.asList("User.ReadBasic.All");
2424

2525
public static void main(String args[]) throws Exception {
2626
interactiveBrowser();

0 commit comments

Comments
 (0)