Skip to content

release-2021-11-02 #16284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Nov 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
Next Next commit
[CustomLocation]Move CustomLocation to release-2021-11-02 (#16253)
* Move CustomLocation to release-2021-11-02

* Update Az.CustomLocation.psd1

Update ReleaseNotes' value

Co-authored-by: azure-powershell-bot <[email protected]>
Co-authored-by: Beisi Zhou <[email protected]>
  • Loading branch information
3 people authored Oct 28, 2021
commit d790a20bb4e30ff6d0d322822f72e7c7af330841
7 changes: 7 additions & 0 deletions src/CustomLocation/Az.CustomLocation.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>CustomLocation</PsModuleName>
</PropertyGroup>

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