Skip to content

Commit 7eb2abb

Browse files
YanaXuwyunchi-ms
andauthored
[Folder Structure] Main - Update module folder structure from StorageMover to TimeSeriesInsights (#23419)
* Update folder structure of StorageMover StreamAnalytics Subscription TimeSeriesInsights * repalce MessageRetentionInDays with RetentionTimeInHour in example --------- Co-authored-by: wyunchi-ms <[email protected]>
1 parent d7612ac commit 7eb2abb

File tree

2,658 files changed

+898
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,658 files changed

+898
-142
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PsModuleName>StorageMover</PsModuleName>
4+
<PsRootModuleName>StorageMover</PsRootModuleName>
45
</PropertyGroup>
56

6-
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
7+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.hybrid.props" />
78
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
9+
810
</Project>

0 commit comments

Comments
 (0)