Skip to content

Commit 7750474

Browse files
[Peering] Migrate to autorest and support API version 2022-10-01 (#20776)
* delete module for peering in main * Migrate Peering from generation to feature/delete-peering-main (#20779) * Move Peering to feature/delete-peering-main * create exampleIssues.csv and SignatureIssues.csv update changelog --------- Co-authored-by: Jinpei Li (Wicresoft North America Ltd) <[email protected]> * update AssemblyInfo.cs --------- Co-authored-by: Azure PowerShell <[email protected]>
1 parent d969f2d commit 7750474

File tree

1,017 files changed

+132437
-46837
lines changed

Some content is hidden

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

1,017 files changed

+132437
-46837
lines changed

src/Peering/Az.Peering.csproj

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

0 commit comments

Comments
 (0)