Skip to content

Commit 8629ba6

Browse files
dingmeng-xuewyunchi-msmsJinLei
authored
Add Blockchain, ImportExport, ImageBuilder (#11990)
* Init for module: ImportExport and ImageBuilder (#11986) Co-authored-by: wyunchi-ms <yunwang@microsoft.com> * Initial version of Blockchain * update release files * Inital version of Blockchain * Fix Blockchain file names Co-authored-by: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Co-authored-by: wyunchi-ms <yunwang@microsoft.com> Co-authored-by: msJinLei <leijin@microsoft.com>
1 parent dd921ba commit 8629ba6

File tree

1,152 files changed

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

1,152 files changed

+168654
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Attestation | `Az.Attestation`
2222
Automation | `Az.Automation` | [![Automation]][AutomationGallery]
2323
Batch | `Az.Batch` | [![Batch]][BatchGallery]
2424
Billing | `Az.Billing` | [![Billing]][BillingGallery]
25+
Blockchain | `Az.Blockchain` | [![Blockchain]][BlockchainGallery]
2526
Blueprints | `Az.Blueprint` | [![Blueprint]][BlueprintGallery]
2627
Content Delivery Network | `Az.Cdn` | [![Cdn]][CdnGallery]
2728
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
@@ -50,6 +51,8 @@ Guest Configuration | `Az.GuestConfiguration`
5051
HDInsight | `Az.HDInsight` | [![HDInsight]][HDInsightGallery]
5152
API for FHIR | `Az.HealthcareApis` | [![HealthcareApis]][HealthcareApisGallery]
5253
HPC Cache | `Az.HPCCache` | [![HPCCache]][HPCCacheGallery]
54+
Image Builder | `Az.ImageBuilder` | [![ImageBuilder]][ImageBuilderGallery]
55+
Import/Export | `Az.ImportExport` | [![ImportExport]][ImportExportGallery]
5356
IoT Central | `Az.IotCentral` | [![IotCentral]][IotCentralGallery]
5457
IoT Hub | `Az.IotHub` | [![IotHub]][IotHubGallery]
5558
Key Vault | `Az.KeyVault` | [![KeyVault]][KeyVaultGallery]
@@ -117,6 +120,7 @@ Web App Service | `Az.Websites`
117120
[Automation]: https://img.shields.io/powershellgallery/v/Az.Automation.svg?style=flat-square&label=Az.Automation
118121
[Batch]: https://img.shields.io/powershellgallery/v/Az.Batch.svg?style=flat-square&label=Az.Batch
119122
[Billing]: https://img.shields.io/powershellgallery/v/Az.Billing.svg?style=flat-square&label=Az.Billing
123+
[Blockchain]: https://img.shields.io/powershellgallery/v/Az.Blockchain.svg?style=flat-square&label=Az.Blockchain
120124
[Blueprint]: https://img.shields.io/powershellgallery/v/Az.Blueprint.svg?style=flat-square&label=Az.Blueprint
121125
[Cdn]: https://img.shields.io/powershellgallery/v/Az.Cdn.svg?style=flat-square&label=Az.Cdn
122126
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
@@ -145,6 +149,8 @@ Web App Service | `Az.Websites`
145149
[HDInsight]: https://img.shields.io/powershellgallery/v/Az.HDInsight.svg?style=flat-square&label=Az.HDInsight
146150
[HealthcareApis]: https://img.shields.io/powershellgallery/v/Az.HealthcareApis.svg?style=flat-square&label=Az.HealthcareApis
147151
[HPCCache]: https://img.shields.io/powershellgallery/v/Az.HPCCache.svg?style=flat-square&label=Az.HPCCache
152+
[ImportExport]: https://img.shields.io/powershellgallery/v/Az.ImportExport.svg?style=flat-square&label=Az.ImportExport
153+
[ImageBuilder]: https://img.shields.io/powershellgallery/v/Az.ImageBuilder.svg?style=flat-square&label=Az.ImageBuilder
148154
[IotCentral]: https://img.shields.io/powershellgallery/v/Az.IotCentral.svg?style=flat-square&label=Az.IotCentral
149155
[IotHub]: https://img.shields.io/powershellgallery/v/Az.IotHub.svg?style=flat-square&label=Az.IotHub
150156
[KeyVault]: https://img.shields.io/powershellgallery/v/Az.KeyVault.svg?style=flat-square&label=Az.KeyVault
@@ -210,6 +216,7 @@ Web App Service | `Az.Websites`
210216
[AutomationGallery]: https://www.powershellgallery.com/packages/Az.Automation/
211217
[BatchGallery]: https://www.powershellgallery.com/packages/Az.Batch/
212218
[BillingGallery]: https://www.powershellgallery.com/packages/Az.Billing/
219+
[BlockchainGallery]: https://www.powershellgallery.com/packages/Az.Blockchain/
213220
[BlueprintGallery]: https://www.powershellgallery.com/packages/Az.Blueprint/
214221
[CdnGallery]: https://www.powershellgallery.com/packages/Az.Cdn/
215222
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
@@ -238,6 +245,8 @@ Web App Service | `Az.Websites`
238245
[HDInsightGallery]: https://www.powershellgallery.com/packages/Az.HDInsight/
239246
[HealthcareApisGallery]: https://www.powershellgallery.com/packages/Az.HealthcareApis/
240247
[HPCCacheGallery]: https://www.powershellgallery.com/packages/Az.HPCCache/
248+
[ImportExportGallery]: https://www.powershellgallery.com/packages/Az.ImportExport/
249+
[ImageBuilderGallery]: https://www.powershellgallery.com/packages/Az.ImageBuilder/
241250
[IotCentralGallery]: https://www.powershellgallery.com/packages/Az.IotCentral/
242251
[IotHubGallery]: https://www.powershellgallery.com/packages/Az.IotHub/
243252
[KeyVaultGallery]: https://www.powershellgallery.com/packages/Az.KeyVault/
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>Blockchain</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)