Skip to content

Commit a5ff7fc

Browse files
[CloudService] Init for CloudService (#13638)
* Init for CloudService * Fix the help issue and credscan issue * Fix the issue of PoliCheck. Co-authored-by: wyunchi-ms <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent 10cd4b9 commit a5ff7fc

File tree

520 files changed

+81142
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

520 files changed

+81142
-1
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Billing | `Az.Billing`
2525
Blockchain | `Az.Blockchain` | [![Blockchain]][BlockchainGallery]
2626
Blueprints | `Az.Blueprint` | [![Blueprint]][BlueprintGallery]
2727
Content Delivery Network | `Az.Cdn` | [![Cdn]][CdnGallery]
28+
Cloud Service | `Az.CloudService` | [![CloudService]][CloudServiceGallery]
2829
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
2930
Compute | `Az.Compute` | [![Compute]][ComputeGallery]
3031
Connected Kubernetes | `Az.ConnectedKubernetes` | [![ConnectedKubernetes]][ConnectedKubernetesGallery]
@@ -139,6 +140,7 @@ Windows Iot Services | `Az.WindowsIotServices`
139140
[Blockchain]: https://img.shields.io/powershellgallery/v/Az.Blockchain.svg?style=flat-square&label=Az.Blockchain
140141
[Blueprint]: https://img.shields.io/powershellgallery/v/Az.Blueprint.svg?style=flat-square&label=Az.Blueprint
141142
[Cdn]: https://img.shields.io/powershellgallery/v/Az.Cdn.svg?style=flat-square&label=Az.Cdn
143+
[CloudService]: https://img.shields.io/powershellgallery/v/Az.CloudService.svg?style=flat-square&label=Az.CloudService
142144
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
143145
[Compute]: https://img.shields.io/powershellgallery/v/Az.Compute.svg?style=flat-square&label=Az.Compute
144146
[ConnectedKubernetes]: https://img.shields.io/powershellgallery/v/Az.ConnectedKubernetes.svg?style=flat-square&label=Az.ConnectedKubernetes
@@ -251,6 +253,7 @@ Windows Iot Services | `Az.WindowsIotServices`
251253
[BlockchainGallery]: https://www.powershellgallery.com/packages/Az.Blockchain/
252254
[BlueprintGallery]: https://www.powershellgallery.com/packages/Az.Blueprint/
253255
[CdnGallery]: https://www.powershellgallery.com/packages/Az.Cdn/
256+
[CloudServiceGallery]: https://www.powershellgallery.com/packages/Az.CloudService/
254257
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
255258
[ComputeGallery]: https://www.powershellgallery.com/packages/Az.Compute/
256259
[ConnectedKubernetesGallery]: https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/
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>CloudService</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)