Skip to content

Commit 168239a

Browse files
azure-pipelines[bot]azure-powershell-botvidai-msft
authored
Migrate NeonPostgres from generation to main (Azure#26647)
* Move NeonPostgres to main * Update Az.NeonPostgres.psd1 --------- Co-authored-by: azure-powershell-bot <[email protected]> Co-authored-by: Vincent Dai <[email protected]>
1 parent a94ed58 commit 168239a

File tree

311 files changed

+59425
-0
lines changed

Some content is hidden

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

311 files changed

+59425
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>NeonPostgres</PsModuleName>
4+
<PsRootModuleName>NeonPostgres</PsRootModuleName>
5+
<PsModuleFolder>NeonPostgres.Autorest</PsModuleFolder>
6+
</PropertyGroup>
7+
8+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
9+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
10+
</Project>

0 commit comments

Comments
 (0)