Skip to content

Commit 1db9bf1

Browse files
authored
Initial Checkin for AVA Management SDK (Azure#21070)
* Initial Checkin for AVA Management SDK * rerun autorest with rename * regenerate with checked in swaggers
1 parent 0848378 commit 1db9bf1

File tree

113 files changed

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

113 files changed

+28504
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Installing AutoRest version: v2
2+
AutoRest installed successfully.
3+
Commencing code generation
4+
Generating CSharp code
5+
Executing AutoRest command
6+
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
7+
Autorest CSharp Version: 2.3.82
8+
2021-05-14 05:52:16 UTC
9+
Azure-rest-api-specs repository information
10+
GitHub fork: Azure
11+
Branch: master
12+
Commit: a99b7078718cedd40042543e622b66ee723e1231
13+
AutoRest information
14+
Requested version: v2
15+
Bootstrapper version: autorest@1.9.1
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project ToolsVersion="15.0"
2+
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<!--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-->
4+
<PropertyGroup>
5+
<AzureApiTag>VideoAnalyzer_2021-05-01-preview;</AzureApiTag>
6+
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
7+
</PropertyGroup>
8+
</Project>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Microsoft.Azure.Management.VideoAnalyzer release notes
2+
3+
## Changes in 1.0.0-preview.1
4+
5+
This SDK is using 2021-05-01-preview version of the Azure Video Analyzer API
6+
7+
- Management of Azure Video Analyzer account.
8+
- Management of Video entity.
9+
- Management of access policy entity.
10+
- Management of edge module entity.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.4
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.VideoAnalyzer.Tests", "tests\Microsoft.Azure.Management.VideoAnalyzer.Tests.csproj", "{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}"
7+
EndProject
8+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.VideoAnalyzer", "src\Microsoft.Azure.Management.VideoAnalyzer.csproj", "{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{CCDAE481-FF4A-4018-88EF-C3FE4AEB4C8B}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{18EFDFC3-523F-4AA2-BD40-21CB366C83EF}.Release|Any CPU.Build.0 = Release|Any CPU
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal

0 commit comments

Comments
 (0)