Skip to content

Commit

Permalink
First preview release for module Az.NetworkFunction (#18734)
Browse files Browse the repository at this point in the history
* Move NetworkFunction to main

* First preview release for module Az.NetworkFunction

* First preview release for module Az.NetworkFunction

* Update GeneratedModuleList.txt

Co-authored-by: azure-powershell-bot <[email protected]>
  • Loading branch information
wyunchi-ms and azure-powershell-bot authored Jun 27, 2022
1 parent 6b2487b commit 7e6f49b
Show file tree
Hide file tree
Showing 360 changed files with 60,473 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/azure-powershell-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Monitoring Solutions | `Az.MonitoringSolutions`
Database for MySQL | `Az.MySql` | [![MySql]][MySqlGallery]
NetApp Files | `Az.NetAppFiles` | [![NetAppFiles]][NetAppFilesGallery]
Network | `Az.Network` | [![Network]][NetworkGallery]
NetworkFunction | `Az.NetworkFunction` | [![NetworkFunction]][NetworkFunctionGallery]
Notification Hubs | `Az.NotificationHubs` | [![NotificationHubs]][NotificationHubsGallery]
Operational Insights | `Az.OperationalInsights` | [![OperationalInsights]][OperationalInsightsGallery]
Virtual Network peering | `Az.Peering` | [![Peering]][PeeringGallery]
Expand Down Expand Up @@ -240,6 +241,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[MySql]: https://img.shields.io/powershellgallery/v/Az.MySql.svg?style=flat-square&label=Az.MySql
[NetAppFiles]: https://img.shields.io/powershellgallery/v/Az.NetAppFiles.svg?style=flat-square&label=Az.NetAppFiles
[Network]: https://img.shields.io/powershellgallery/v/Az.Network.svg?style=flat-square&label=Az.Network
[NetworkFunction]: https://img.shields.io/powershellgallery/v/Az.NetworkFunction.svg?style=flat-square&label=Az.NetworkFunction
[NotificationHubs]: https://img.shields.io/powershellgallery/v/Az.NotificationHubs.svg?style=flat-square&label=Az.NotificationHubs
[OperationalInsights]: https://img.shields.io/powershellgallery/v/Az.OperationalInsights.svg?style=flat-square&label=Az.OperationalInsights
[Peering]: https://img.shields.io/powershellgallery/v/Az.Peering.svg?style=flat-square&label=Az.Peering
Expand Down Expand Up @@ -376,6 +378,7 @@ Windows Iot Services | `Az.WindowsIotServices`
[MySqlGallery]: https://www.powershellgallery.com/packages/Az.MySql/
[NetAppFilesGallery]: https://www.powershellgallery.com/packages/Az.NetAppFiles/
[NetworkGallery]: https://www.powershellgallery.com/packages/Az.Network/
[NetworkFunctionGallery]: https://www.powershellgallery.com/packages/Az.NetworkFunction/
[NotificationHubsGallery]: https://www.powershellgallery.com/packages/Az.NotificationHubs/
[OperationalInsightsGallery]: https://www.powershellgallery.com/packages/Az.OperationalInsights/
[PeeringGallery]: https://www.powershellgallery.com/packages/Az.Peering/
Expand Down
7 changes: 7 additions & 0 deletions src/NetworkFunction/Az.NetworkFunction.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PsModuleName>NetworkFunction</PsModuleName>
</PropertyGroup>

<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
</Project>
Loading

0 comments on commit 7e6f49b

Please sign in to comment.