Skip to content

Commit 78af49e

Browse files
dolauliazurepowershellwyunchi-msdingmeng-xue
authored
Move Confluent to master (#14301)
Co-authored-by: azurepowershell <[email protected]> Co-authored-by: Yunchi Wang <[email protected]> Co-authored-by: Dingmeng Xue <[email protected]>
1 parent a137c3f commit 78af49e

File tree

284 files changed

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

284 files changed

+35809
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Cloud Service | `Az.CloudService`
3131
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
3232
Compute | `Az.Compute` | [![Compute]][ComputeGallery]
3333
Communication | `Az.Communication` | [![Communication]][CommunicationGallery]
34+
Confluent | `Az.Confluent` | [![Confluent]][ConfluentGallery]
3435
Connected Kubernetes | `Az.ConnectedKubernetes` | [![ConnectedKubernetes]][ConnectedKubernetesGallery]
3536
Connected Machine | `Az.ConnectedMachine` | [![ConnectedMachine]][ConnectedMachineGallery]
3637
Container Instance | `Az.ContainerInstance` | [![ContainerInstance]][ContainerInstanceGallery]
@@ -153,6 +154,7 @@ Windows Iot Services | `Az.WindowsIotServices`
153154
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
154155
[Compute]: https://img.shields.io/powershellgallery/v/Az.Compute.svg?style=flat-square&label=Az.Compute
155156
[Communication]: https://img.shields.io/powershellgallery/v/Az.Communication.svg?style=flat-square&label=Az.Communication
157+
[Confluent]: https://img.shields.io/powershellgallery/v/Az.Confluent.svg?style=flat-square&label=Az.Confluent
156158
[ConnectedKubernetes]: https://img.shields.io/powershellgallery/v/Az.ConnectedKubernetes.svg?style=flat-square&label=Az.ConnectedKubernetes
157159
[ConnectedMachine]: https://img.shields.io/powershellgallery/v/Az.ConnectedMachine.svg?style=flat-square&label=Az.ConnectedMachine
158160
[ContainerInstance]: https://img.shields.io/powershellgallery/v/Az.ContainerInstance.svg?style=flat-square&label=Az.ContainerInstance
@@ -273,6 +275,7 @@ Windows Iot Services | `Az.WindowsIotServices`
273275
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
274276
[ComputeGallery]: https://www.powershellgallery.com/packages/Az.Compute/
275277
[CommunicationGallery]: https://www.powershellgallery.com/packages/Az.Communication/
278+
[ConfluentGallery]: https://www.powershellgallery.com/packages/Az.Confluent/
276279
[ConnectedKubernetesGallery]: https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/
277280
[ConnectedMachineGallery]: https://www.powershellgallery.com/packages/Az.ConnectedMachine/
278281
[ContainerInstanceGallery]: https://www.powershellgallery.com/packages/Az.ContainerInstance/

src/Confluent/Az.Confluent.csproj

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>Confluent</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)