Skip to content

Commit c27f3d3

Browse files
LucasYao93isra-fel
andauthored
[Functions / ConnectedMachine] Move generated code. (#12915)
* [Functions]Move generated code. * [ConnectedMachine]Move generated code. * [Functions/ConnectedMachine] Add change logs. * change logs & help doc * [Functions] Move generated code of using M3. * remove docs and examples of unrelated functions * azure powershell modules list Co-authored-by: Yeming Liu <[email protected]>
1 parent 56dbaa9 commit c27f3d3

File tree

405 files changed

+61832
-351
lines changed

Some content is hidden

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

405 files changed

+61832
-351
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Content Delivery Network | `Az.Cdn`
2828
Cognitive Services | `Az.CognitiveServices` | [![CognitiveServices]][CognitiveServicesGallery]
2929
Compute | `Az.Compute` | [![Compute]][ComputeGallery]
3030
Connected Kubernetes | `Az.ConnectedKubernetes` | [![ConnectedKubernetes]][ConnectedKubernetesGallery]
31+
Connected Machine | `Az.ConnectedMachine` | [![ConnectedMachine]][ConnectedMachineGallery]
3132
Container Instance | `Az.ContainerInstance` | [![ContainerInstance]][ContainerInstanceGallery]
3233
Container Registry | `Az.ContainerRegistry` | [![ContainerRegistry]][ContainerRegistryGallery]
3334
Cosmos DB | `Az.CosmosDB` | [![CosmosDB]][CosmosDBGallery]
@@ -136,6 +137,7 @@ Web App Service | `Az.Websites`
136137
[CognitiveServices]: https://img.shields.io/powershellgallery/v/Az.CognitiveServices.svg?style=flat-square&label=Az.CognitiveServices
137138
[Compute]: https://img.shields.io/powershellgallery/v/Az.Compute.svg?style=flat-square&label=Az.Compute
138139
[ConnectedKubernetes]: https://img.shields.io/powershellgallery/v/Az.ConnectedKubernetes.svg?style=flat-square&label=Az.ConnectedKubernetes
140+
[ConnectedMachine]: https://img.shields.io/powershellgallery/v/Az.ConnectedMachine.svg?style=flat-square&label=Az.ConnectedMachine
139141
[ContainerInstance]: https://img.shields.io/powershellgallery/v/Az.ContainerInstance.svg?style=flat-square&label=Az.ContainerInstance
140142
[ContainerRegistry]: https://img.shields.io/powershellgallery/v/Az.ContainerRegistry.svg?style=flat-square&label=Az.ContainerRegistry
141143
[CosmosDB]: https://img.shields.io/powershellgallery/v/Az.CosmosDB.svg?style=flat-square&label=Az.CosmosDB
@@ -242,6 +244,7 @@ Web App Service | `Az.Websites`
242244
[CognitiveServicesGallery]: https://www.powershellgallery.com/packages/Az.CognitiveServices/
243245
[ComputeGallery]: https://www.powershellgallery.com/packages/Az.Compute/
244246
[ConnectedKubernetesGallery]: https://www.powershellgallery.com/packages/Az.ConnectedKubernetes/
247+
[ConnectedMachine]: https://www.powershellgallery.com/packages/Az.ConnectedMachine/
245248
[ContainerInstanceGallery]: https://www.powershellgallery.com/packages/Az.ContainerInstance/
246249
[ContainerRegistryGallery]: https://www.powershellgallery.com/packages/Az.ContainerRegistry/
247250
[CosmosDBGallery]: https://www.powershellgallery.com/packages/Az.CosmosDB/
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>ConnectedMachine</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$(MSBuildThisFileDirectory)..\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)