Skip to content

Commit

Permalink
Initial Checkin for AVA Management SDK (#21070)
Browse files Browse the repository at this point in the history
* Initial Checkin for AVA Management SDK

* rerun autorest with rename

* regenerate with checked in swaggers
  • Loading branch information
giakas authored May 17, 2021
1 parent 0848378 commit 1db9bf1
Show file tree
Hide file tree
Showing 113 changed files with 28,504 additions and 0 deletions.
15 changes: 15 additions & 0 deletions eng/mgmt/mgmtmetadata/VideoAnalyzer_resource-manager.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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/videoanalyzer/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --opt-in-extensible-enums --tag=package-2021-05-01-preview --csharp-sdks-folder=D:\GitHub\giakasRepros\azure-sdk-for-net-2\sdk
Autorest CSharp Version: 2.3.82
2021-05-14 05:52:16 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: a99b7078718cedd40042543e622b66ee723e1231
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>VideoAnalyzer_2021-05-01-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Microsoft.Azure.Management.VideoAnalyzer release notes

## Changes in 1.0.0-preview.1

This SDK is using 2021-05-01-preview version of the Azure Video Analyzer API

- Management of Azure Video Analyzer account.
- Management of Video entity.
- Management of access policy entity.
- Management of edge module entity.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.4
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.VideoAnalyzer.Tests", "tests\Microsoft.Azure.Management.VideoAnalyzer.Tests.csproj", "{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.VideoAnalyzer", "src\Microsoft.Azure.Management.VideoAnalyzer.csproj", "{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Release|Any CPU.Build.0 = Release|Any CPU
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 1db9bf1

Please sign in to comment.