Skip to content

Commit b1d1650

Browse files
Migrate VoiceServices from generation to main (#20499)
* Move VoiceServices to main * Create SignatureIssues.csv * Update azure-powershell-modules.md * Update azure-powershell-modules.md * Update New-AzVoiceServicesCommunicationsGatewayServiceRegionObject.md * Update New-AzVoiceServicesCommunicationsGatewayServiceRegionObject.md Co-authored-by: Lucas Yao <[email protected]>
1 parent ccc1def commit b1d1650

File tree

460 files changed

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

460 files changed

+75845
-0
lines changed

documentation/azure-powershell-modules.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Synapse Analytics | `Az.Synapse`
154154
Time Series Insights | `Az.TimeSeriesInsights` | [![TimeSeriesInsights]][TimeSeriesInsightsGallery]
155155
Traffic Manager | `Az.TrafficManager` | [![TrafficManager]][TrafficManagerGallery]
156156
Azure VMware Solution | `Az.VMware` | [![VMware]][VMwareGallery]
157+
Voice Services | `Az.VoiceServices` | [![VoiceServices]][VMwareGallery]
157158
Web App Service | `Az.Websites` | [![Websites]][WebsitesGallery]
158159
Windows Iot Services | `Az.WindowsIotServices` | [![WindowsIotServices]][WindowsIotServicesGallery]
159160

@@ -305,6 +306,7 @@ Windows Iot Services | `Az.WindowsIotServices`
305306
[TimeSeriesInsights]: https://img.shields.io/powershellgallery/v/Az.TimeSeriesInsights.svg?style=flat-square&label=Az.TimeSeriesInsights
306307
[TrafficManager]: https://img.shields.io/powershellgallery/v/Az.TrafficManager.svg?style=flat-square&label=Az.TrafficManager
307308
[VMware]: https://img.shields.io/powershellgallery/v/Az.VMware.svg?style=flat-square&label=Az.VMware
309+
[VoiceServices]: https://img.shields.io/powershellgallery/v/Az.VoiceServices.svg?style=flat-square&label=Az.VoiceServices
308310
[Websites]: https://img.shields.io/powershellgallery/v/Az.Websites.svg?style=flat-square&label=Az.Websites
309311
[WindowsIotServices]: https://img.shields.io/powershellgallery/v/Az.WindowsIotServices.svg?style=flat-square&label=Az.WindowsIotServices
310312

@@ -454,5 +456,6 @@ Windows Iot Services | `Az.WindowsIotServices`
454456
[TimeSeriesInsightsGallery]: https://www.powershellgallery.com/packages/Az.TimeSeriesInsights/
455457
[TrafficManagerGallery]: https://www.powershellgallery.com/packages/Az.TrafficManager/
456458
[VMwareGallery]: https://www.powershellgallery.com/packages/Az.VMware/
459+
[VoiceServices]: https://www.powershellgallery.com/packages/Az.VoiceServices/
457460
[WebsitesGallery]: https://www.powershellgallery.com/packages/Az.Websites/
458461
[WindowsIotServicesGallery]: https://www.powershellgallery.com/packages/Az.WindowsIotServices/
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>VoiceServices</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
7+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
8+
</Project>

0 commit comments

Comments
 (0)