Skip to content

Commit 316fe08

Browse files
First preview release for module Az.ServiceLinker (#18166)
* Move ServiceLinker to main * Add some reference * Add some reference * Add static analysis exceptions Co-authored-by: azure-powershell-bot <[email protected]>
1 parent b4d3d17 commit 316fe08

File tree

504 files changed

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

504 files changed

+77501
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Security | `Az.Security`
126126
Sentinel (SecurityInsights) | `Az.SecurityInsights` | [![SecurityInsights]][SecurityInsightsGallery]
127127
Service Bus | `Az.ServiceBus` | [![ServiceBus]][ServiceBusGallery]
128128
Service Fabric | `Az.ServiceFabric` | [![ServiceFabric]][ServiceFabricGallery]
129+
Service Linker | `Az.ServiceLinker` | [![ServiceLinker]][ServiceLinkerGallery]
129130
SignalR | `Az.SignalR` | [![SignalR]][SignalRGallery]
130131
SpringCloud | `Az.SpringCloud` | [![SpringCloud]][SpringCloudGallery]
131132
SQL | `Az.Sql` | [![Sql]][SqlGallery]
@@ -263,6 +264,7 @@ Windows Iot Services | `Az.WindowsIotServices`
263264
[SecurityInsights]: https://img.shields.io/powershellgallery/v/Az.SecurityInsights.svg?style=flat-square&label=Az.SecurityInsights
264265
[ServiceBus]: https://img.shields.io/powershellgallery/v/Az.ServiceBus.svg?style=flat-square&label=Az.ServiceBus
265266
[ServiceFabric]: https://img.shields.io/powershellgallery/v/Az.ServiceFabric.svg?style=flat-square&label=Az.ServiceFabric
267+
[ServiceLinker]: https://img.shields.io/powershellgallery/v/Az.ServiceLinker.svg?style=flat-square&label=Az.ServiceLinker
266268
[SignalR]: https://img.shields.io/powershellgallery/v/Az.SignalR.svg?style=flat-square&label=Az.SignalR
267269
[SpringCloud]: https://img.shields.io/powershellgallery/v/Az.SpringCloud.svg?style=flat-square&label=Az.SpringCloud
268270
[Sql]: https://img.shields.io/powershellgallery/v/Az.Sql.svg?style=flat-square&label=Az.Sql
@@ -398,6 +400,7 @@ Windows Iot Services | `Az.WindowsIotServices`
398400
[SecurityInsightsGallery]: https://www.powershellgallery.com/packages/Az.SecurityInsights/
399401
[ServiceBusGallery]: https://www.powershellgallery.com/packages/Az.ServiceBus/
400402
[ServiceFabricGallery]: https://www.powershellgallery.com/packages/Az.ServiceFabric/
403+
[ServiceLinkerGallery]: https://www.powershellgallery.com/packages/Az.ServiceLinker/
401404
[SignalRGallery]: https://www.powershellgallery.com/packages/Az.SignalR/
402405
[SpringCloudGallery]: https://www.powershellgallery.com/packages/Az.SpringCloud/
403406
[SqlGallery]: https://www.powershellgallery.com/packages/Az.Sql/
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>ServiceLinker</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
7+
</Project>

0 commit comments

Comments
 (0)