Skip to content

Commit 71b07de

Browse files
authored
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
1 parent 1760f45 commit 71b07de

File tree

754 files changed

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

754 files changed

+110733
-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: 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)