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
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Attestation | `Az.Attestation`
Automation | `Az.Automation` | [![Automation]][AutomationGallery]
Batch | `Az.Batch` | [![Batch]][BatchGallery]
Billing | `Az.Billing` | [![Billing]][BillingGallery]
Blockchain | `Az.Blockchain` | [![Blockchain]][BlockchainGallery]
Blueprints | `Az.Blueprint` | [![Blueprint]][BlueprintGallery]
Content Delivery Network | `Az.Cdn` | [![Cdn]][CdnGallery]
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
Expand Down Expand Up @@ -50,6 +51,8 @@ Guest Configuration | `Az.GuestConfiguration`
HDInsight | `Az.HDInsight` | [![HDInsight]][HDInsightGallery]
API for FHIR | `Az.HealthcareApis` | [![HealthcareApis]][HealthcareApisGallery]
HPC Cache | `Az.HPCCache` | [![HPCCache]][HPCCacheGallery]
Image Builder | `Az.ImageBuilder` | [![ImageBuilder]][ImageBuilderGallery]
Import/Export | `Az.ImportExport` | [![ImportExport]][ImportExportGallery]
IoT Central | `Az.IotCentral` | [![IotCentral]][IotCentralGallery]
IoT Hub | `Az.IotHub` | [![IotHub]][IotHubGallery]
Key Vault | `Az.KeyVault` | [![KeyVault]][KeyVaultGallery]
Expand Down Expand Up @@ -117,6 +120,7 @@ Web App Service | `Az.Websites`
[Automation]: https://img.shields.io/powershellgallery/v/Az.Automation.svg?style=flat-square&label=Az.Automation
[Batch]: https://img.shields.io/powershellgallery/v/Az.Batch.svg?style=flat-square&label=Az.Batch
[Billing]: https://img.shields.io/powershellgallery/v/Az.Billing.svg?style=flat-square&label=Az.Billing
[Blockchain]: https://img.shields.io/powershellgallery/v/Az.Blockchain.svg?style=flat-square&label=Az.Blockchain
[Blueprint]: https://img.shields.io/powershellgallery/v/Az.Blueprint.svg?style=flat-square&label=Az.Blueprint
[Cdn]: https://img.shields.io/powershellgallery/v/Az.Cdn.svg?style=flat-square&label=Az.Cdn
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
Expand Down Expand Up @@ -145,6 +149,8 @@ Web App Service | `Az.Websites`
[HDInsight]: https://img.shields.io/powershellgallery/v/Az.HDInsight.svg?style=flat-square&label=Az.HDInsight
[HealthcareApis]: https://img.shields.io/powershellgallery/v/Az.HealthcareApis.svg?style=flat-square&label=Az.HealthcareApis
[HPCCache]: https://img.shields.io/powershellgallery/v/Az.HPCCache.svg?style=flat-square&label=Az.HPCCache
[ImportExport]: https://img.shields.io/powershellgallery/v/Az.ImportExport.svg?style=flat-square&label=Az.ImportExport
[ImageBuilder]: https://img.shields.io/powershellgallery/v/Az.ImageBuilder.svg?style=flat-square&label=Az.ImageBuilder
[IotCentral]: https://img.shields.io/powershellgallery/v/Az.IotCentral.svg?style=flat-square&label=Az.IotCentral
[IotHub]: https://img.shields.io/powershellgallery/v/Az.IotHub.svg?style=flat-square&label=Az.IotHub
[KeyVault]: https://img.shields.io/powershellgallery/v/Az.KeyVault.svg?style=flat-square&label=Az.KeyVault
Expand Down Expand Up @@ -210,6 +216,7 @@ Web App Service | `Az.Websites`
[AutomationGallery]: https://www.powershellgallery.com/packages/Az.Automation/
[BatchGallery]: https://www.powershellgallery.com/packages/Az.Batch/
[BillingGallery]: https://www.powershellgallery.com/packages/Az.Billing/
[BlockchainGallery]: https://www.powershellgallery.com/packages/Az.Blockchain/
[BlueprintGallery]: https://www.powershellgallery.com/packages/Az.Blueprint/
[CdnGallery]: https://www.powershellgallery.com/packages/Az.Cdn/
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
Expand Down Expand Up @@ -238,6 +245,8 @@ Web App Service | `Az.Websites`
[HDInsightGallery]: https://www.powershellgallery.com/packages/Az.HDInsight/
[HealthcareApisGallery]: https://www.powershellgallery.com/packages/Az.HealthcareApis/
[HPCCacheGallery]: https://www.powershellgallery.com/packages/Az.HPCCache/
[ImportExportGallery]: https://www.powershellgallery.com/packages/Az.ImportExport/
[ImageBuilderGallery]: https://www.powershellgallery.com/packages/Az.ImageBuilder/
[IotCentralGallery]: https://www.powershellgallery.com/packages/Az.IotCentral/
[IotHubGallery]: https://www.powershellgallery.com/packages/Az.IotHub/
[KeyVaultGallery]: https://www.powershellgallery.com/packages/Az.KeyVault/
Expand Down
7 changes: 7 additions & 0 deletions src/Blockchain/Az.Blockchain.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>Blockchain</PsModuleName>
</PropertyGroup>

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