Skip to content

Commit

Permalink
Codegen/data protection (#14581)
Browse files Browse the repository at this point in the history
* 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 <azurepowershell@ms.com>
Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
  • Loading branch information
3 people authored Mar 18, 2021
1 parent 641821f commit 21c0e46
Show file tree
Hide file tree
Showing 953 changed files with 136,953 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 @@ -46,6 +46,7 @@ Data Factory | `Az.DataFactory`
Data Lake Analytics | `Az.DataLakeAnalytics` | [![DataLakeAnalytics]][DataLakeAnalyticsGallery]
Data Lake Store | `Az.DataLakeStore` | [![DataLakeStore]][DataLakeStoreGallery]
Data Migration | `Az.DataMigration` | [![DataMigration]][DataMigrationGallery]
Data Protection | `Az.DataProtection` | [![DataProtection]][DataProtectionGallery]
Data Share | `Az.DataShare` | [![DataShare]][DataShareGallery]
Dedicated HSM | `Az.DedicatedHsm` | [![DedicatedHsm]][DedicatedHsmGallery]
Deployment Manager | `Az.DeploymentManager` | [![DeploymentManager]][DeploymentManagerGallery]
Expand Down Expand Up @@ -169,6 +170,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[DataLakeAnalytics]: https://img.shields.io/powershellgallery/v/Az.DataLakeAnalytics.svg?style=flat-square&label=Az.DataLakeAnalytics
[DataLakeStore]: https://img.shields.io/powershellgallery/v/Az.DataLakeStore.svg?style=flat-square&label=Az.DataLakeStore
[DataMigration]: https://img.shields.io/powershellgallery/v/Az.DataMigration.svg?style=flat-square&label=Az.DataMigration
[DataProtection]: https://img.shields.io/powershellgallery/v/Az.DataProtection.svg?style=flat-square&label=Az.DataProtection
[DataShare]: https://img.shields.io/powershellgallery/v/Az.DataShare.svg?style=flat-square&label=Az.DataShare
[DedicatedHsm]: https://img.shields.io/powershellgallery/v/Az.DedicatedHsm.svg?style=flat-square&label=Az.DedicatedHsm
[DeploymentManager]: https://img.shields.io/powershellgallery/v/Az.DeploymentManager.svg?style=flat-square&label=Az.DeploymentManager
Expand Down Expand Up @@ -290,6 +292,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[DataLakeAnalyticsGallery]: https://www.powershellgallery.com/packages/Az.DataLakeAnalytics/
[DataLakeStoreGallery]: https://www.powershellgallery.com/packages/Az.DataLakeStore/
[DataMigrationGallery]: https://www.powershellgallery.com/packages/Az.DataMigration/
[DataProtectionGallery]: https://www.powershellgallery.com/packages/Az.DataProtection/
[DataShareGallery]: https://www.powershellgallery.com/packages/Az.DataShare/
[DedicatedHsmGallery]: https://www.powershellgallery.com/packages/Az.DedicatedHsm/
[DeploymentManagerGallery]: https://www.powershellgallery.com/packages/Az.DeploymentManager/
Expand Down
7 changes: 7 additions & 0 deletions src/DataProtection/Az.DataProtection.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>DataProtection</PsModuleName>
</PropertyGroup>

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

0 comments on commit 21c0e46

Please sign in to comment.