Skip to content

Commit 21c0e46

Browse files
dolauliazurepowershelldingmeng-xue
authored
Codegen/data protection (#14581)
* Move DataProtection to release-2021-03-23 * Add dataprotection in azure-powershell-modules.md (#14580) * Update CreateMappings_rules.json * Fix some example and help related issues for dataprotection * revert change in tools folder Co-authored-by: azurepowershell <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent 641821f commit 21c0e46

File tree

953 files changed

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

953 files changed

+136953
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Data Factory | `Az.DataFactory`
4646
Data Lake Analytics | `Az.DataLakeAnalytics` | [![DataLakeAnalytics]][DataLakeAnalyticsGallery]
4747
Data Lake Store | `Az.DataLakeStore` | [![DataLakeStore]][DataLakeStoreGallery]
4848
Data Migration | `Az.DataMigration` | [![DataMigration]][DataMigrationGallery]
49+
Data Protection | `Az.DataProtection` | [![DataProtection]][DataProtectionGallery]
4950
Data Share | `Az.DataShare` | [![DataShare]][DataShareGallery]
5051
Dedicated HSM | `Az.DedicatedHsm` | [![DedicatedHsm]][DedicatedHsmGallery]
5152
Deployment Manager | `Az.DeploymentManager` | [![DeploymentManager]][DeploymentManagerGallery]
@@ -169,6 +170,7 @@ Windows Iot Services | `Az.WindowsIotServices`
169170
[DataLakeAnalytics]: https://img.shields.io/powershellgallery/v/Az.DataLakeAnalytics.svg?style=flat-square&label=Az.DataLakeAnalytics
170171
[DataLakeStore]: https://img.shields.io/powershellgallery/v/Az.DataLakeStore.svg?style=flat-square&label=Az.DataLakeStore
171172
[DataMigration]: https://img.shields.io/powershellgallery/v/Az.DataMigration.svg?style=flat-square&label=Az.DataMigration
173+
[DataProtection]: https://img.shields.io/powershellgallery/v/Az.DataProtection.svg?style=flat-square&label=Az.DataProtection
172174
[DataShare]: https://img.shields.io/powershellgallery/v/Az.DataShare.svg?style=flat-square&label=Az.DataShare
173175
[DedicatedHsm]: https://img.shields.io/powershellgallery/v/Az.DedicatedHsm.svg?style=flat-square&label=Az.DedicatedHsm
174176
[DeploymentManager]: https://img.shields.io/powershellgallery/v/Az.DeploymentManager.svg?style=flat-square&label=Az.DeploymentManager
@@ -290,6 +292,7 @@ Windows Iot Services | `Az.WindowsIotServices`
290292
[DataLakeAnalyticsGallery]: https://www.powershellgallery.com/packages/Az.DataLakeAnalytics/
291293
[DataLakeStoreGallery]: https://www.powershellgallery.com/packages/Az.DataLakeStore/
292294
[DataMigrationGallery]: https://www.powershellgallery.com/packages/Az.DataMigration/
295+
[DataProtectionGallery]: https://www.powershellgallery.com/packages/Az.DataProtection/
293296
[DataShareGallery]: https://www.powershellgallery.com/packages/Az.DataShare/
294297
[DedicatedHsmGallery]: https://www.powershellgallery.com/packages/Az.DedicatedHsm/
295298
[DeploymentManagerGallery]: https://www.powershellgallery.com/packages/Az.DeploymentManager/
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>DataProtection</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)