Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Marketplace Ordering | `Az.MarketplaceOrdering`
Media | `Az.Media` | [![Media]][MediaGallery]
Migrate | `Az.Migrate` | [![Migrate]][MigrateGallery]
Mixed Reality | `Az.MixedReality` | [![MixedReality]][MixedRealityGallery]
Mobile Network | `Az.MobileNetwork` | [![MobileNetwork]][MobileNetworkGallery]
Monitor | `Az.Monitor` | [![Monitor]][MonitorGallery]
Monitoring Solutions | `Az.MonitoringSolutions` | [![MonitoringSolutions]][MonitoringSolutionsGallery]
Database for MySQL | `Az.MySql` | [![MySql]][MySqlGallery]
Expand Down Expand Up @@ -257,6 +258,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[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
[MobileNetwork]: https://img.shields.io/powershellgallery/v/Az.MobileNetwork.svg?style=flat-square&label=Az.MobileNetwork
[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
[MySql]: https://img.shields.io/powershellgallery/v/Az.MySql.svg?style=flat-square&label=Az.MySql
Expand Down Expand Up @@ -407,6 +409,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[MediaGallery]: https://www.powershellgallery.com/packages/Az.Media/
[MigrateGallery]: https://www.powershellgallery.com/packages/Az.Migrate/
[MixedRealityGallery]: https://www.powershellgallery.com/packages/Az.MixedReality/
[MobileNetworkGallery]: https://www.powershellgallery.com/packages/Az.MobileNetwork/
[MonitorGallery]: https://www.powershellgallery.com/packages/Az.Monitor/
[MonitoringSolutionsGallery]: https://www.powershellgallery.com/packages/Az.MonitoringSolutions/
[MySqlGallery]: https://www.powershellgallery.com/packages/Az.MySql/
Expand Down
8 changes: 8 additions & 0 deletions src/MobileNetwork/Az.MobileNetwork.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>MobileNetwork</PsModuleName>
</PropertyGroup>

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