Skip to content

Commit 54a771d

Browse files
azure-powershell-botlijinpei2008wyunchi-ms
authored
Migrate MobileNetwork from generation to main (#20673)
* Move MobileNetwork to main * create SignatureIssues.csv * create ExampleIssues.csv * update azure-powershell-modules.md * Rename Changelog.md to ChangeLog.md Co-authored-by: Jinpei Li (Wicresoft North America Ltd) <[email protected]> Co-authored-by: Yunchi Wang <[email protected]>
1 parent 4f9d618 commit 54a771d

File tree

952 files changed

+190165
-0
lines changed

Some content is hidden

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

952 files changed

+190165
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Marketplace Ordering | `Az.MarketplaceOrdering`
105105
Media | `Az.Media` | [![Media]][MediaGallery]
106106
Migrate | `Az.Migrate` | [![Migrate]][MigrateGallery]
107107
Mixed Reality | `Az.MixedReality` | [![MixedReality]][MixedRealityGallery]
108+
Mobile Network | `Az.MobileNetwork` | [![MobileNetwork]][MobileNetworkGallery]
108109
Monitor | `Az.Monitor` | [![Monitor]][MonitorGallery]
109110
Monitoring Solutions | `Az.MonitoringSolutions` | [![MonitoringSolutions]][MonitoringSolutionsGallery]
110111
Database for MySQL | `Az.MySql` | [![MySql]][MySqlGallery]
@@ -257,6 +258,7 @@ Windows Iot Services | `Az.WindowsIotServices`
257258
[Media]: https://img.shields.io/powershellgallery/v/Az.Media.svg?style=flat-square&label=Az.Media
258259
[Migrate]: https://img.shields.io/powershellgallery/v/Az.Migrate.svg?style=flat-square&label=Az.Migrate
259260
[MixedReality]: https://img.shields.io/powershellgallery/v/Az.MixedReality.svg?style=flat-square&label=Az.MixedReality
261+
[MobileNetwork]: https://img.shields.io/powershellgallery/v/Az.MobileNetwork.svg?style=flat-square&label=Az.MobileNetwork
260262
[Monitor]: https://img.shields.io/powershellgallery/v/Az.Monitor.svg?style=flat-square&label=Az.Monitor
261263
[MonitoringSolutions]: https://img.shields.io/powershellgallery/v/Az.MonitoringSolutions.svg?style=flat-square&label=Az.MonitoringSolutions
262264
[MySql]: https://img.shields.io/powershellgallery/v/Az.MySql.svg?style=flat-square&label=Az.MySql
@@ -407,6 +409,7 @@ Windows Iot Services | `Az.WindowsIotServices`
407409
[MediaGallery]: https://www.powershellgallery.com/packages/Az.Media/
408410
[MigrateGallery]: https://www.powershellgallery.com/packages/Az.Migrate/
409411
[MixedRealityGallery]: https://www.powershellgallery.com/packages/Az.MixedReality/
412+
[MobileNetworkGallery]: https://www.powershellgallery.com/packages/Az.MobileNetwork/
410413
[MonitorGallery]: https://www.powershellgallery.com/packages/Az.Monitor/
411414
[MonitoringSolutionsGallery]: https://www.powershellgallery.com/packages/Az.MonitoringSolutions/
412415
[MySqlGallery]: https://www.powershellgallery.com/packages/Az.MySql/
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>MobileNetwork</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)