File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/AnalysisServices/AnalysisServices.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ protected AnalysisServicesTestRunner(ITestOutputHelper output)
3030 . WithCommonPsScripts ( new [ ]
3131 {
3232 @"Common.ps1" ,
33- @"../AzureRM.Resources.ps1" ,
33+ @"../AzureRM.Resources.ps1"
3434 } )
3535 . WithNewRmModules ( helper => new [ ]
36- {
36+ {
3737 helper . RMProfileModule ,
3838 helper . GetRMModulePath ( "Az.AnalysisServices.psd1" )
3939 } )
4040 . WithNewRecordMatcherArguments (
4141 userAgentsToIgnore : new Dictionary < string , string >
4242 {
43- { "Microsoft.Azure.Management.Resources.ResourceManagementClient" , "2016-02-01" } ,
43+ { "Microsoft.Azure.Management.Resources.ResourceManagementClient" , "2016-02-01" }
4444 } ,
4545 resourceProviders : new Dictionary < string , string >
4646 {
@@ -52,4 +52,4 @@ protected AnalysisServicesTestRunner(ITestOutputHelper output)
5252 . Build ( ) ;
5353 }
5454 }
55- }
55+ }
You can’t perform that action at this time.
0 commit comments