Skip to content

Commit

Permalink
[CloudService] Init for CloudService (#13638)
Browse files Browse the repository at this point in the history
* Init for CloudService

* Fix the help issue and credscan issue

* Fix the issue of PoliCheck.

Co-authored-by: wyunchi-ms <yunwang@microsoft.com>
Co-authored-by: Dingmeng Xue <dixue@microsoft.com>
  • Loading branch information
3 people authored Dec 3, 2020
1 parent 10cd4b9 commit a5ff7fc
Show file tree
Hide file tree
Showing 520 changed files with 81,142 additions and 1 deletion.
3 changes: 3 additions & 0 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Billing | `Az.Billing`
Blockchain | `Az.Blockchain` | [![Blockchain]][BlockchainGallery]
Blueprints | `Az.Blueprint` | [![Blueprint]][BlueprintGallery]
Content Delivery Network | `Az.Cdn` | [![Cdn]][CdnGallery]
Cloud Service | `Az.CloudService` | [![CloudService]][CloudServiceGallery]
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
Compute | `Az.Compute` | [![Compute]][ComputeGallery]
Connected Kubernetes | `Az.ConnectedKubernetes` | [![ConnectedKubernetes]][ConnectedKubernetesGallery]
Expand Down Expand Up @@ -139,6 +140,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[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
[CloudService]: https://img.shields.io/powershellgallery/v/Az.CloudService.svg?style=flat-square&label=Az.CloudService
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
[Compute]: https://img.shields.io/powershellgallery/v/Az.Compute.svg?style=flat-square&label=Az.Compute
[ConnectedKubernetes]: https://img.shields.io/powershellgallery/v/Az.ConnectedKubernetes.svg?style=flat-square&label=Az.ConnectedKubernetes
Expand Down Expand Up @@ -251,6 +253,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[BlockchainGallery]: https://www.powershellgallery.com/packages/Az.Blockchain/
[BlueprintGallery]: https://www.powershellgallery.com/packages/Az.Blueprint/
[CdnGallery]: https://www.powershellgallery.com/packages/Az.Cdn/
[CloudServiceGallery]: https://www.powershellgallery.com/packages/Az.CloudService/
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
[ComputeGallery]: https://www.powershellgallery.com/packages/Az.Compute/
[ConnectedKubernetesGallery]: https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/
Expand Down
7 changes: 7 additions & 0 deletions src/CloudService/Az.CloudService.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>CloudService</PsModuleName>
</PropertyGroup>

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

0 comments on commit a5ff7fc

Please sign in to comment.