Skip to content

Commit 40540bd

Browse files
committed
Added AnalysisServices.DataPlane, since it is skipped by our path analysis.
1 parent a01e8bc commit 40540bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/NetCorePsd1Sync/NetCorePsd1Sync/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ private static void UpdateModuleVersions(string rmPath, Version newVersion)
6767
var netCoreFilePaths = desktopFilePaths.Select(ConvertDesktopToNetCorePath).Where(File.Exists).ToList();
6868
netCoreFilePaths.Add(Path.Combine(rmPath, @"..\Storage\Azure.Storage.Netcore.psd1"));
6969
netCoreFilePaths.Add(Path.Combine(rmPath, @"..\..\tools\AzureRM.Netcore\AzureRM.Netcore.psd1"));
70+
netCoreFilePaths.Add(Path.Combine(rmPath, @"AnalysisServices\Commands.AnalysisServices.Dataplane\Azure.AnalysisServices.Netcore.psd1"));
7071
var netCoreHashTables = GetHashtables(netCoreFilePaths);
7172

7273
foreach (var netCoreHashtable in netCoreHashTables)

0 commit comments

Comments
 (0)