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 @@ -99,6 +99,7 @@ Portal | `Az.Portal`
Database for PostgreSQL | `Az.PostgreSql` | [![PostgreSql]][PostgreSqlGallery]
Power BI Embedded | `Az.PowerBIEmbedded` | [![PowerBIEmbedded]][PowerBIEmbeddedGallery]
Private Dns | `Az.PrivateDns` | [![PrivateDns]][PrivateDnsGallery]
Provider Hub | `Az.ProviderHub` | [![ProviderHub]][ProviderHubGallery]
Recovery Services | `Az.RecoveryServices` | [![RecoveryServices]][RecoveryServicesGallery]
Redis Cache | `Az.RedisCache` | [![RedisCache]][RedisCacheGallery]
Redis Enterprise Cache | `Az.RedisEnterpriseCache` | [![RedisEnterpriseCache]][RedisEnterpriseCacheGallery]
Expand Down Expand Up @@ -223,6 +224,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[PostgreSql]: https://img.shields.io/powershellgallery/v/Az.PostgreSql.svg?style=flat-square&label=Az.PostgreSql
[PowerBIEmbedded]: https://img.shields.io/powershellgallery/v/Az.PowerBIEmbedded.svg?style=flat-square&label=Az.PowerBIEmbedded
[PrivateDns]: https://img.shields.io/powershellgallery/v/Az.PrivateDns.svg?style=flat-square&label=Az.PrivateDns
[ProviderHub]: https://img.shields.io/powershellgallery/v/Az.ProviderHub.svg?style=flat-square&label=Az.ProviderHub
[RecoveryServices]: https://img.shields.io/powershellgallery/v/Az.RecoveryServices.svg?style=flat-square&label=Az.RecoveryServices
[RedisCache]: https://img.shields.io/powershellgallery/v/Az.RedisCache.svg?style=flat-square&label=Az.RedisCache
[RedisEnterpriseCache]: https://img.shields.io/powershellgallery/v/Az.RedisEnterpriseCache.svg?style=flat-square&label=Az.RedisEnterpriseCache
Expand Down Expand Up @@ -345,6 +347,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[PostgreSqlGallery]: https://www.powershellgallery.com/packages/Az.PostgreSql/
[PowerBIEmbeddedGallery]: https://www.powershellgallery.com/packages/Az.PowerBIEmbedded/
[PrivateDnsGallery]: https://www.powershellgallery.com/packages/Az.PrivateDns/
[ProviderHubGallery]: https://www.powershellgallery.com/packages/Az.ProviderHub/
[RecoveryServicesGallery]: https://www.powershellgallery.com/packages/Az.RecoveryServices/
[RedisCacheGallery]: https://www.powershellgallery.com/packages/Az.RedisCache/
[RedisEnterpriseCacheGallery]: https://www.powershellgallery.com/packages/Az.RedisEnterpriseCache/
Expand Down
7 changes: 7 additions & 0 deletions src/ProviderHub/Az.ProviderHub.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>ProviderHub</PsModuleName>
</PropertyGroup>

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