Skip to content

Commit 09d7f9b

Browse files
isra-felwyunchi-ms
andauthored
0.1.0 release of Az.Migrate (#13181)
* generate migrate * help; metadata * module catalog * fix docs analytics issue * Update GeneratedModuleList.txt Co-authored-by: Yunchi Wang <[email protected]>
1 parent 74544c9 commit 09d7f9b

File tree

2,623 files changed

+408672
-1
lines changed

Some content is hidden

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

2,623 files changed

+408672
-1
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Database for MariaDB | `Az.MariaDb`
7575
Marketplace | `Az.Marketplace` | [![Marketplace]][MarketplaceGallery]
7676
Marketplace Ordering | `Az.MarketplaceOrdering` | [![MarketplaceOrdering]][MarketplaceOrderingGallery]
7777
Media | `Az.Media` | [![Media]][MediaGallery]
78+
Migrate | `Az.Migrate` | [![Migrate]][MigrateGallery]
7879
Mixed Reality | `Az.MixedReality` | [![MixedReality]][MixedRealityGallery]
7980
Monitor | `Az.Monitor` | [![Monitor]][MonitorGallery]
8081
Monitoring Solutions | `Az.MonitoringSolutions` | [![MonitoringSolutions]][MonitoringSolutionsGallery]
@@ -187,6 +188,7 @@ Web App Service | `Az.Websites`
187188
[Marketplace]: https://img.shields.io/powershellgallery/v/Az.Marketplace.svg?style=flat-square&label=Az.Marketplace
188189
[MarketplaceOrdering]: https://img.shields.io/powershellgallery/v/Az.MarketplaceOrdering.svg?style=flat-square&label=Az.MarketplaceOrdering
189190
[Media]: https://img.shields.io/powershellgallery/v/Az.Media.svg?style=flat-square&label=Az.Media
191+
[Migrate]: https://img.shields.io/powershellgallery/v/Az.Migrate.svg?style=flat-square&label=Az.Migrate
190192
[MixedReality]: https://img.shields.io/powershellgallery/v/Az.MixedReality.svg?style=flat-square&label=Az.MixedReality
191193
[Monitor]: https://img.shields.io/powershellgallery/v/Az.Monitor.svg?style=flat-square&label=Az.Monitor
192194
[MonitoringSolutions]: https://img.shields.io/powershellgallery/v/Az.MonitoringSolutions.svg?style=flat-square&label=Az.MonitoringSolutions
@@ -296,6 +298,7 @@ Web App Service | `Az.Websites`
296298
[MarketplaceGallery]: https://www.powershellgallery.com/packages/Az.Marketplace/
297299
[MarketplaceOrderingGallery]: https://www.powershellgallery.com/packages/Az.MarketplaceOrdering/
298300
[MediaGallery]: https://www.powershellgallery.com/packages/Az.Media/
301+
[MigrateGallery]: https://www.powershellgallery.com/packages/Az.Migrate/
299302
[MixedRealityGallery]: https://www.powershellgallery.com/packages/Az.MixedReality/
300303
[MonitorGallery]: https://www.powershellgallery.com/packages/Az.Monitor/
301304
[MonitoringSolutionsGallery]: https://www.powershellgallery.com/packages/Az.MonitoringSolutions/

src/Migrate/Az.Migrate.csproj

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>Migrate</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)