This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/microsoft/store/partnercenter/samples
secure-app-model/keyvault Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
12strategy :
23 matrix :
3- linux :
4+ Linux :
45 imageName : ' ubuntu-latest'
5- mac :
6+ macOS :
67 imageName : ' macOS-latest'
7- windows :
8+ Windows :
89 imageName : ' windows-latest'
910
11+ trigger :
12+ - master
13+
1014pool :
1115 vmImage : $(imageName)
1216
5761 publishJUnitResults : true
5862 testResultsFiles : ' **/surefire-reports/TEST-*.xml'
5963 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 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.microsoft.store</groupId >
55 <artifactId >partnercenter-samples</artifactId >
6- <version >1.14.1 </version >
6+ <version >1.15.2 </version >
77 <packaging >jar</packaging >
88 <name >Samples</name >
99 <url >http://maven.apache.org</url >
1414 <dependency >
1515 <groupId >com.microsoft.store</groupId >
1616 <artifactId >partnercenter</artifactId >
17- <version >1.14.1 </version >
17+ <version >1.15.2 </version >
1818 </dependency >
1919 </dependencies >
2020 <build >
Original file line number Diff line number Diff line change 121121import com .microsoft .store .partnercenter .samples .ratecards .GetAzureSharedRateCard ;
122122import com .microsoft .store .partnercenter .samples .ratedusage .GetCustomerSubscriptionsUsage ;
123123import com .microsoft .store .partnercenter .samples .ratedusage .GetCustomerUsageSummary ;
124- import com .microsoft .store .partnercenter .samples .ratedusage .GetSubscriptionResourceUsage ;
125124import com .microsoft .store .partnercenter .samples .ratedusage .GetSubscriptionUsageRecords ;
126125import com .microsoft .store .partnercenter .samples .ratedusage .GetSubscriptionUsageSummary ;
127126import com .microsoft .store .partnercenter .samples .serviceincidents .GetServiceIncidents ;
@@ -295,7 +294,6 @@ private static IPartnerScenario getRatedUsageScenarios( IScenarioContext context
295294
296295 ratedUsageScenarios .add ( new GetCustomerUsageSummary ( context ) );
297296 ratedUsageScenarios .add ( new GetCustomerSubscriptionsUsage ( context ) );
298- ratedUsageScenarios .add ( new GetSubscriptionResourceUsage ( context ) );
299297 ratedUsageScenarios .add ( new GetSubscriptionUsageRecords ( context ) );
300298 ratedUsageScenarios .add ( new GetSubscriptionUsageSummary ( context ) );
301299
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >com.microsoft.azure</groupId >
2626 <artifactId >azure-keyvault</artifactId >
27- <version >1.1 .2</version >
27+ <version >1.2 .2</version >
2828 </dependency >
2929 <dependency >
3030 <groupId >com.microsoft.graph</groupId >
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >com.microsoft.azure</groupId >
2626 <artifactId >azure-keyvault</artifactId >
27- <version >1.1 .2</version >
27+ <version >1.2 .2</version >
2828 </dependency >
2929 <dependency >
3030 <groupId >com.microsoft.graph</groupId >
Original file line number Diff line number Diff line change 1515 <dependency >
1616 <groupId >com.microsoft.azure</groupId >
1717 <artifactId >adal4j</artifactId >
18- <version >1.6.2 </version >
18+ <version >1.6.4 </version >
1919 </dependency >
2020 <dependency >
2121 <groupId >com.nimbusds</groupId >
3131 <dependency >
3232 <groupId >org.slf4j</groupId >
3333 <artifactId >slf4j-log4j12</artifactId >
34- <version >1.7.5 </version >
34+ <version >1.7.30 </version >
3535 </dependency >
3636 <dependency >
3737 <groupId >com.microsoft.azure</groupId >
3838 <artifactId >azure-keyvault</artifactId >
39- <version >1.1 .2</version >
39+ <version >1.2 .2</version >
4040 </dependency >
4141 <dependency >
4242 <groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments