Skip to content

Commit bcb4946

Browse files
dolauliwyunchi-ms
andauthored
Initial version of resource mover (#12876)
* Intial version of resource mover * Update GenerateHelp.ps1 Co-authored-by: Yunchi Wang <[email protected]>
1 parent fbe8485 commit bcb4946

File tree

513 files changed

+69349
-2
lines changed

Some content is hidden

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

513 files changed

+69349
-2
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Redis Cache | `Az.RedisCache`
9292
Relay | `Az.Relay` | [![Relay]][RelayGallery]
9393
Reservations | `Az.Reservations` | [![Reservations]][ReservationsGallery]
9494
Resource Graph | `Az.ResourceGraph` | [![ResourceGraph]][ResourceGraphGallery]
95+
Resource Mover | `Az.ResourceMover` | [![ResourceMover]][ResourceMoverGallery]
9596
Resources | `Az.Resources` | [![Resources]][ResourcesGallery]
9697
Search | `Az.Search` | [![Search]][SearchGallery]
9798
Security | `Az.Security` | [![Security]][SecurityGallery]
@@ -199,6 +200,7 @@ Web App Service | `Az.Websites`
199200
[Relay]: https://img.shields.io/powershellgallery/v/Az.Relay.svg?style=flat-square&label=Az.Relay
200201
[Reservations]: https://img.shields.io/powershellgallery/v/Az.Reservations.svg?style=flat-square&label=Az.Reservations
201202
[ResourceGraph]: https://img.shields.io/powershellgallery/v/Az.ResourceGraph.svg?style=flat-square&label=Az.ResourceGraph
203+
[ResourceMover]: https://img.shields.io/powershellgallery/v/Az.ResourceMover.svg?style=flat-square&label=Az.ResourceMover
202204
[Resources]: https://img.shields.io/powershellgallery/v/Az.Resources.svg?style=flat-square&label=Az.Resources
203205
[Search]: https://img.shields.io/powershellgallery/v/Az.Search.svg?style=flat-square&label=Az.Search
204206
[Security]: https://img.shields.io/powershellgallery/v/Az.Security.svg?style=flat-square&label=Az.Security
@@ -304,6 +306,7 @@ Web App Service | `Az.Websites`
304306
[RelayGallery]: https://www.powershellgallery.com/packages/Az.Relay/
305307
[ReservationsGallery]: https://www.powershellgallery.com/packages/Az.Reservations/
306308
[ResourceGraphGallery]: https://www.powershellgallery.com/packages/Az.ResourceGraph/
309+
[ResourceMoverGallery]: https://www.powershellgallery.com/packages/Az.ResourceMover/
307310
[ResourcesGallery]: https://www.powershellgallery.com/packages/Az.Resources/
308311
[SearchGallery]: https://www.powershellgallery.com/packages/Az.Search/
309312
[SecurityGallery]: https://www.powershellgallery.com/packages/Az.Security/
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>ResourceMover</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)