Skip to content

Commit

Permalink
Initial release for provider hub (#14827)
Browse files Browse the repository at this point in the history
* Move ProviderHub to master

* Add ProviderHub in azure-powershell-modules.md (#14826)

* Fixed some example issues (#14831)

* Add ProviderHub in azure-powershell-modules.md

* Fixed some issues in providerhub examples

Co-authored-by: azurepowershell <[email protected]>
  • Loading branch information
dolauli and azurepowershell authored Apr 26, 2021
1 parent 639bf75 commit b5516be
Show file tree
Hide file tree
Showing 974 changed files with 148,912 additions and 0 deletions.
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

0 comments on commit b5516be

Please sign in to comment.