This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +17
-72
lines changed
src/main/java/com/microsoft/store/partnercenter/samples
secure-app-model/keyvault Expand file tree Collapse file tree 7 files changed +17
-72
lines changed Original file line number Diff line number Diff line change
1
+
1
2
strategy :
2
3
matrix :
3
- linux :
4
+ Linux :
4
5
imageName : ' ubuntu-latest'
5
- mac :
6
+ macOS :
6
7
imageName : ' macOS-latest'
7
- windows :
8
+ Windows :
8
9
imageName : ' windows-latest'
9
10
11
+ trigger :
12
+ - master
13
+
10
14
pool :
11
15
vmImage : $(imageName)
12
16
57
61
publishJUnitResults : true
58
62
testResultsFiles : ' **/surefire-reports/TEST-*.xml'
59
63
findBugsRunAnalysis : true
60
-
64
+
65
+ - task : ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
66
+ displayName : ' Component Detection'
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.microsoft.store</groupId >
5
5
<artifactId >partnercenter-samples</artifactId >
6
- <version >1.14.1 </version >
6
+ <version >1.15.2 </version >
7
7
<packaging >jar</packaging >
8
8
<name >Samples</name >
9
9
<url >http://maven.apache.org</url >
14
14
<dependency >
15
15
<groupId >com.microsoft.store</groupId >
16
16
<artifactId >partnercenter</artifactId >
17
- <version >1.14.1 </version >
17
+ <version >1.15.2 </version >
18
18
</dependency >
19
19
</dependencies >
20
20
<build >
Original file line number Diff line number Diff line change 121
121
import com .microsoft .store .partnercenter .samples .ratecards .GetAzureSharedRateCard ;
122
122
import com .microsoft .store .partnercenter .samples .ratedusage .GetCustomerSubscriptionsUsage ;
123
123
import com .microsoft .store .partnercenter .samples .ratedusage .GetCustomerUsageSummary ;
124
- import com .microsoft .store .partnercenter .samples .ratedusage .GetSubscriptionResourceUsage ;
125
124
import com .microsoft .store .partnercenter .samples .ratedusage .GetSubscriptionUsageRecords ;
126
125
import com .microsoft .store .partnercenter .samples .ratedusage .GetSubscriptionUsageSummary ;
127
126
import com .microsoft .store .partnercenter .samples .serviceincidents .GetServiceIncidents ;
@@ -295,7 +294,6 @@ private static IPartnerScenario getRatedUsageScenarios( IScenarioContext context
295
294
296
295
ratedUsageScenarios .add ( new GetCustomerUsageSummary ( context ) );
297
296
ratedUsageScenarios .add ( new GetCustomerSubscriptionsUsage ( context ) );
298
- ratedUsageScenarios .add ( new GetSubscriptionResourceUsage ( context ) );
299
297
ratedUsageScenarios .add ( new GetSubscriptionUsageRecords ( context ) );
300
298
ratedUsageScenarios .add ( new GetSubscriptionUsageSummary ( context ) );
301
299
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >com.microsoft.azure</groupId >
26
26
<artifactId >azure-keyvault</artifactId >
27
- <version >1.1 .2</version >
27
+ <version >1.2 .2</version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >com.microsoft.graph</groupId >
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >com.microsoft.azure</groupId >
26
26
<artifactId >azure-keyvault</artifactId >
27
- <version >1.1 .2</version >
27
+ <version >1.2 .2</version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >com.microsoft.graph</groupId >
Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >com.microsoft.azure</groupId >
17
17
<artifactId >adal4j</artifactId >
18
- <version >1.6.2 </version >
18
+ <version >1.6.4 </version >
19
19
</dependency >
20
20
<dependency >
21
21
<groupId >com.nimbusds</groupId >
31
31
<dependency >
32
32
<groupId >org.slf4j</groupId >
33
33
<artifactId >slf4j-log4j12</artifactId >
34
- <version >1.7.5 </version >
34
+ <version >1.7.30 </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >com.microsoft.azure</groupId >
38
38
<artifactId >azure-keyvault</artifactId >
39
- <version >1.1 .2</version >
39
+ <version >1.2 .2</version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments