Skip to content

Commit 873f8d4

Browse files
sambitrathadolauliwyunchi-ms
authored
[Private][DataProtection] Initial Commit (#13756)
* Move Communication and RedisEnterpriseCache to master branch (#13729) * Move Communication and RedisEnterpriseCache to master branch * Suppress two json files for cred scan * Update module docs for redisenterprisecache and communication * [Tool]Add PoliCheck policy for CloudService (#13707) * Add PoliCheck policy * Add PoliCheck policy Co-authored-by: wyunchi-ms <[email protected]> * Initial commit Co-authored-by: Xiaogang <[email protected]> Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: wyunchi-ms <[email protected]>
1 parent 1760f45 commit 873f8d4

File tree

1,648 files changed

+263734
-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,648 files changed

+263734
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Content Delivery Network | `Az.Cdn`
2828
Cloud Service | `Az.CloudService` | [![CloudService]][CloudServiceGallery]
2929
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
3030
Compute | `Az.Compute` | [![Compute]][ComputeGallery]
31+
Communication | `Az.Communication` | [![Communication]][CommunicationGallery]
3132
Connected Kubernetes | `Az.ConnectedKubernetes` | [![ConnectedKubernetes]][ConnectedKubernetesGallery]
3233
Connected Machine | `Az.ConnectedMachine` | [![ConnectedMachine]][ConnectedMachineGallery]
3334
Container Instance | `Az.ContainerInstance` | [![ContainerInstance]][ContainerInstanceGallery]
@@ -95,6 +96,7 @@ Power BI Embedded | `Az.PowerBIEmbedded`
9596
Private Dns | `Az.PrivateDns` | [![PrivateDns]][PrivateDnsGallery]
9697
Recovery Services | `Az.RecoveryServices` | [![RecoveryServices]][RecoveryServicesGallery]
9798
Redis Cache | `Az.RedisCache` | [![RedisCache]][RedisCacheGallery]
99+
Redis Enterprise Cache | `Az.RedisEnterpriseCache` | [![RedisEnterpriseCache]][RedisEnterpriseCacheGallery]
98100
Relay | `Az.Relay` | [![Relay]][RelayGallery]
99101
Reservations | `Az.Reservations` | [![Reservations]][ReservationsGallery]
100102
Resource Graph | `Az.ResourceGraph` | [![ResourceGraph]][ResourceGraphGallery]
@@ -145,6 +147,7 @@ Windows Iot Services | `Az.WindowsIotServices`
145147
[CloudService]: https://img.shields.io/powershellgallery/v/Az.CloudService.svg?style=flat-square&label=Az.CloudService
146148
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
147149
[Compute]: https://img.shields.io/powershellgallery/v/Az.Compute.svg?style=flat-square&label=Az.Compute
150+
[Communication]: https://img.shields.io/powershellgallery/v/Az.Communication.svg?style=flat-square&label=Az.Communication
148151
[ConnectedKubernetes]: https://img.shields.io/powershellgallery/v/Az.ConnectedKubernetes.svg?style=flat-square&label=Az.ConnectedKubernetes
149152
[ConnectedMachine]: https://img.shields.io/powershellgallery/v/Az.ConnectedMachine.svg?style=flat-square&label=Az.ConnectedMachine
150153
[ContainerInstance]: https://img.shields.io/powershellgallery/v/Az.ContainerInstance.svg?style=flat-square&label=Az.ContainerInstance
@@ -212,6 +215,7 @@ Windows Iot Services | `Az.WindowsIotServices`
212215
[PrivateDns]: https://img.shields.io/powershellgallery/v/Az.PrivateDns.svg?style=flat-square&label=Az.PrivateDns
213216
[RecoveryServices]: https://img.shields.io/powershellgallery/v/Az.RecoveryServices.svg?style=flat-square&label=Az.RecoveryServices
214217
[RedisCache]: https://img.shields.io/powershellgallery/v/Az.RedisCache.svg?style=flat-square&label=Az.RedisCache
218+
[RedisEnterpriseCache]: https://img.shields.io/powershellgallery/v/Az.RedisEnterpriseCache.svg?style=flat-square&label=Az.RedisEnterpriseCache
215219
[Relay]: https://img.shields.io/powershellgallery/v/Az.Relay.svg?style=flat-square&label=Az.Relay
216220
[Reservations]: https://img.shields.io/powershellgallery/v/Az.Reservations.svg?style=flat-square&label=Az.Reservations
217221
[ResourceGraph]: https://img.shields.io/powershellgallery/v/Az.ResourceGraph.svg?style=flat-square&label=Az.ResourceGraph
@@ -260,6 +264,7 @@ Windows Iot Services | `Az.WindowsIotServices`
260264
[CloudServiceGallery]: https://www.powershellgallery.com/packages/Az.CloudService/
261265
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
262266
[ComputeGallery]: https://www.powershellgallery.com/packages/Az.Compute/
267+
[CommunicationGallery]: https://www.powershellgallery.com/packages/Az.Communication/
263268
[ConnectedKubernetesGallery]: https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/
264269
[ConnectedMachineGallery]: https://www.powershellgallery.com/packages/Az.ConnectedMachine/
265270
[ContainerInstanceGallery]: https://www.powershellgallery.com/packages/Az.ContainerInstance/
@@ -327,6 +332,7 @@ Windows Iot Services | `Az.WindowsIotServices`
327332
[PrivateDnsGallery]: https://www.powershellgallery.com/packages/Az.PrivateDns/
328333
[RecoveryServicesGallery]: https://www.powershellgallery.com/packages/Az.RecoveryServices/
329334
[RedisCacheGallery]: https://www.powershellgallery.com/packages/Az.RedisCache/
335+
[RedisEnterpriseCacheGallery]: https://www.powershellgallery.com/packages/Az.RedisEnterpriseCache/
330336
[RelayGallery]: https://www.powershellgallery.com/packages/Az.Relay/
331337
[ReservationsGallery]: https://www.powershellgallery.com/packages/Az.Reservations/
332338
[ResourceGraphGallery]: https://www.powershellgallery.com/packages/Az.ResourceGraph/
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
**********************************************************************************************
4+
5+
This file was generated by a tool from the project file: ServiceConfiguration.Cloud.cscfg
6+
7+
Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
8+
9+
**********************************************************************************************
10+
-->
11+
<ServiceConfiguration serviceName="AzureCloudServicePowerShellCmdletTest" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="6" osVersion="*" schemaVersion="2015-04.2.6">
12+
<Role name="WebRole">
13+
<Instances count="2" />
14+
<ConfigurationSettings>
15+
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
16+
</ConfigurationSettings>
17+
</Role>
18+
<Role name="WorkerRole">
19+
<Instances count="2" />
20+
<ConfigurationSettings>
21+
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
22+
</ConfigurationSettings>
23+
</Role>
24+
<NetworkConfiguration>
25+
<VirtualNetworkSite name="CsCmdletTestVnet" />
26+
<AddressAssignments>
27+
<InstanceAddress roleName="WebRole">
28+
<Subnets>
29+
<Subnet name="WebTier" />
30+
</Subnets>
31+
</InstanceAddress>
32+
<InstanceAddress roleName="WorkerRole">
33+
<Subnets>
34+
<Subnet name="WebTier" />
35+
</Subnets>
36+
</InstanceAddress>
37+
</AddressAssignments>
38+
</NetworkConfiguration>
39+
</ServiceConfiguration>
Binary file not shown.
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>Communication</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)