Skip to content

Commit

Permalink
0.1.0 release of Az.Migrate (#13181)
Browse files Browse the repository at this point in the history
* generate migrate

* help; metadata

* module catalog

* fix docs analytics issue

* Update GeneratedModuleList.txt

Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com>
  • Loading branch information
isra-fel and wyunchi-ms authored Oct 20, 2020
1 parent 74544c9 commit 09d7f9b
Show file tree
Hide file tree
Showing 2,623 changed files with 408,672 additions and 1 deletion.
3 changes: 3 additions & 0 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Database for MariaDB | `Az.MariaDb`
Marketplace | `Az.Marketplace` | [![Marketplace]][MarketplaceGallery]
Marketplace Ordering | `Az.MarketplaceOrdering` | [![MarketplaceOrdering]][MarketplaceOrderingGallery]
Media | `Az.Media` | [![Media]][MediaGallery]
Migrate | `Az.Migrate` | [![Migrate]][MigrateGallery]
Mixed Reality | `Az.MixedReality` | [![MixedReality]][MixedRealityGallery]
Monitor | `Az.Monitor` | [![Monitor]][MonitorGallery]
Monitoring Solutions | `Az.MonitoringSolutions` | [![MonitoringSolutions]][MonitoringSolutionsGallery]
Expand Down Expand Up @@ -187,6 +188,7 @@ Web App Service | `Az.Websites`
[Marketplace]: https://img.shields.io/powershellgallery/v/Az.Marketplace.svg?style=flat-square&label=Az.Marketplace
[MarketplaceOrdering]: https://img.shields.io/powershellgallery/v/Az.MarketplaceOrdering.svg?style=flat-square&label=Az.MarketplaceOrdering
[Media]: https://img.shields.io/powershellgallery/v/Az.Media.svg?style=flat-square&label=Az.Media
[Migrate]: https://img.shields.io/powershellgallery/v/Az.Migrate.svg?style=flat-square&label=Az.Migrate
[MixedReality]: https://img.shields.io/powershellgallery/v/Az.MixedReality.svg?style=flat-square&label=Az.MixedReality
[Monitor]: https://img.shields.io/powershellgallery/v/Az.Monitor.svg?style=flat-square&label=Az.Monitor
[MonitoringSolutions]: https://img.shields.io/powershellgallery/v/Az.MonitoringSolutions.svg?style=flat-square&label=Az.MonitoringSolutions
Expand Down Expand Up @@ -296,6 +298,7 @@ Web App Service | `Az.Websites`
[MarketplaceGallery]: https://www.powershellgallery.com/packages/Az.Marketplace/
[MarketplaceOrderingGallery]: https://www.powershellgallery.com/packages/Az.MarketplaceOrdering/
[MediaGallery]: https://www.powershellgallery.com/packages/Az.Media/
[MigrateGallery]: https://www.powershellgallery.com/packages/Az.Migrate/
[MixedRealityGallery]: https://www.powershellgallery.com/packages/Az.MixedReality/
[MonitorGallery]: https://www.powershellgallery.com/packages/Az.Monitor/
[MonitoringSolutionsGallery]: https://www.powershellgallery.com/packages/Az.MonitoringSolutions/
Expand Down
7 changes: 7 additions & 0 deletions src/Migrate/Az.Migrate.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>Migrate</PsModuleName>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
</Project>
Loading

0 comments on commit 09d7f9b

Please sign in to comment.