Skip to content

Commit

Permalink
[AMS LVA] Release the public preview of the LiveVideoAnalytics Edge c…
Browse files Browse the repository at this point in the history
…lient (Azure#13210)

* LVA SDK - Generated C# SDK files

* Fix build breaks

* fix a few validation errors.

* fix change log

* generated from swagger on github directly

* fixing the release version.

* fix preview version in change log

* Add a sample test.
  • Loading branch information
giakas authored Jul 9, 2020
1 parent 014e4da commit 457c3af
Show file tree
Hide file tree
Showing 65 changed files with 5,928 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/.docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ known_presence_issues:
- ['sdk/keyvault/Microsoft.Azure.KeyVault.Cryptography','#5499']
- ['sdk/keyvault/Microsoft.Azure.KeyVault.Extensions','#5499']
- ['sdk/keyvault/Microsoft.Azure.KeyVault.WebKey','#5499']
- ["sdk/mediaservices/Microsoft.Azure.Media.LiveVideoAnalytics.Edge", "#5499"]
- ['sdk/operationalinsights/Microsoft.Azure.OperationalInsights','#5499']
- ['sdk/search/Microsoft.Azure.Search.Common','#5499']
- ['sdk/search/Microsoft.Azure.Search.Data','#5499']
Expand Down
3 changes: 3 additions & 0 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<PackageReference Update="FsCheck.Xunit" Version="2.14.0" />
<PackageReference Update="Microsoft.Azure.Amqp" Version="2.4.4" />
<PackageReference Update="Microsoft.Azure.Batch" Version="11.0.0" />
<PackageReference Update="Microsoft.Azure.Devices.Client" Version="[1.29.0-preview-004]" />
<PackageReference Update="Microsoft.Azure.Devices" Version="[1.27.0-preview-004]" />
<PackageReference Update="Microsoft.Azure.Graph.RBAC" Version="2.2.2-preview" />
<PackageReference Update="Microsoft.Azure.KeyVault.Core" Version="3.0.3" />
<PackageReference Update="Microsoft.Azure.Management.Batch" Version="4.2.0" />
Expand Down Expand Up @@ -63,6 +65,7 @@
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.1.0" />
<PackageReference Update="Microsoft.NETCore.Platforms" Version="2.2.1" />
<PackageReference Update="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Update="Microsoft.Rest.ClientRuntime.Azure.Authentication" Version="[2.4.0]" />
<PackageReference Update="Microsoft.Rest.ClientRuntime.Azure.TestFramework" Version="[1.7.7, 2.0.0)" />
<PackageReference Update="Microsoft.Rest.ClientRuntime.Azure" Version="[3.3.18, 4.0.0)" />
<PackageReference Update="Microsoft.Rest.ClientRuntime" Version="[2.3.20, 3.0.0)" />
Expand Down
14 changes: 14 additions & 0 deletions eng/mgmt/mgmtmetadata/mediaservices_data-plane.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Installing AutoRest version: v2
AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/mediaservices/data-plane/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\GitHub\giakasRepros\azure-sdk-for-net\sdk
2020-07-07 18:00:31 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: 5a73005b3cdbcadbc6d210de0b21e9ed6ba17c2b
AutoRest information
Requested version: v2
Bootstrapper version: autorest@1.9.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<Project ToolsVersion="15.0"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>Lva-1-0-0-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Release History

## 1.0.0-preview.1 (2020-06-11)

### New features

- Initial preview of Microsoft.Azure.Media.LiveVideoAnalytics.Edge Client SDK

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 457c3af

Please sign in to comment.