Skip to content

Commit b5516be

Browse files
dolauliazurepowershell
andauthored
Initial release for provider hub (Azure#14827)
* Move ProviderHub to master * Add ProviderHub in azure-powershell-modules.md (Azure#14826) * Fixed some example issues (Azure#14831) * Add ProviderHub in azure-powershell-modules.md * Fixed some issues in providerhub examples Co-authored-by: azurepowershell <[email protected]>
1 parent 639bf75 commit b5516be

File tree

974 files changed

+148912
-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.

974 files changed

+148912
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Portal | `Az.Portal`
9999
Database for PostgreSQL | `Az.PostgreSql` | [![PostgreSql]][PostgreSqlGallery]
100100
Power BI Embedded | `Az.PowerBIEmbedded` | [![PowerBIEmbedded]][PowerBIEmbeddedGallery]
101101
Private Dns | `Az.PrivateDns` | [![PrivateDns]][PrivateDnsGallery]
102+
Provider Hub | `Az.ProviderHub` | [![ProviderHub]][ProviderHubGallery]
102103
Recovery Services | `Az.RecoveryServices` | [![RecoveryServices]][RecoveryServicesGallery]
103104
Redis Cache | `Az.RedisCache` | [![RedisCache]][RedisCacheGallery]
104105
Redis Enterprise Cache | `Az.RedisEnterpriseCache` | [![RedisEnterpriseCache]][RedisEnterpriseCacheGallery]
@@ -223,6 +224,7 @@ Windows Iot Services | `Az.WindowsIotServices`
223224
[PostgreSql]: https://img.shields.io/powershellgallery/v/Az.PostgreSql.svg?style=flat-square&label=Az.PostgreSql
224225
[PowerBIEmbedded]: https://img.shields.io/powershellgallery/v/Az.PowerBIEmbedded.svg?style=flat-square&label=Az.PowerBIEmbedded
225226
[PrivateDns]: https://img.shields.io/powershellgallery/v/Az.PrivateDns.svg?style=flat-square&label=Az.PrivateDns
227+
[ProviderHub]: https://img.shields.io/powershellgallery/v/Az.ProviderHub.svg?style=flat-square&label=Az.ProviderHub
226228
[RecoveryServices]: https://img.shields.io/powershellgallery/v/Az.RecoveryServices.svg?style=flat-square&label=Az.RecoveryServices
227229
[RedisCache]: https://img.shields.io/powershellgallery/v/Az.RedisCache.svg?style=flat-square&label=Az.RedisCache
228230
[RedisEnterpriseCache]: https://img.shields.io/powershellgallery/v/Az.RedisEnterpriseCache.svg?style=flat-square&label=Az.RedisEnterpriseCache
@@ -345,6 +347,7 @@ Windows Iot Services | `Az.WindowsIotServices`
345347
[PostgreSqlGallery]: https://www.powershellgallery.com/packages/Az.PostgreSql/
346348
[PowerBIEmbeddedGallery]: https://www.powershellgallery.com/packages/Az.PowerBIEmbedded/
347349
[PrivateDnsGallery]: https://www.powershellgallery.com/packages/Az.PrivateDns/
350+
[ProviderHubGallery]: https://www.powershellgallery.com/packages/Az.ProviderHub/
348351
[RecoveryServicesGallery]: https://www.powershellgallery.com/packages/Az.RecoveryServices/
349352
[RedisCacheGallery]: https://www.powershellgallery.com/packages/Az.RedisCache/
350353
[RedisEnterpriseCacheGallery]: https://www.powershellgallery.com/packages/Az.RedisEnterpriseCache/

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

0 commit comments

Comments
 (0)