Skip to content

Commit

Permalink
Migrate NeonPostgres from generation to main (#26647)
Browse files Browse the repository at this point in the history
* Move NeonPostgres to main

* Update Az.NeonPostgres.psd1

---------

Co-authored-by: azure-powershell-bot <[email protected]>
Co-authored-by: Vincent Dai <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent a94ed58 commit 168239a
Show file tree
Hide file tree
Showing 311 changed files with 59,425 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/NeonPostgres/NeonPostgres.Autorest/Az.NeonPostgres.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>NeonPostgres</PsModuleName>
<PsRootModuleName>NeonPostgres</PsRootModuleName>
<PsModuleFolder>NeonPostgres.Autorest</PsModuleFolder>
</PropertyGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
</Project>
Loading

0 comments on commit 168239a

Please sign in to comment.