Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions eng/mgmt/mgmtmetadata/VideoAnalyzer_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ 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
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-preview-2021-11 --csharp-sdks-folder=D:\GitHub\Azure\azure-sdk-for-net\sdk
Autorest CSharp Version: 2.3.82
2021-05-14 05:52:16 UTC
2021-10-22 07:30:01 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: a99b7078718cedd40042543e622b66ee723e1231
Commit: e81093786c17f18d3bf322970a48cb0bf6967dd5
AutoRest information
Requested version: v2
Bootstrapper version: autorest@1.9.1
Bootstrapper version: autorest@3.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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>
<AzureApiTag>VideoAnalyzer_2021-11-01-preview;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Microsoft.Azure.Management.VideoAnalyzer release notes

## Changes in 1.0.0-beta.2

This SDK is using 2021-11-01-preview version fo the Azure Video Analyzer API

- Support for async account creation.
- Addition of Iot Hub entity.
- Addition of public network access properties.
- Addition of private endpoint connections.
- Management of pipeline topology entity.
- Management of live pipeline entity.
- Management of pipeline job entity.
- Support of retention period on the video entity.
- Support of new File type for the video entity.

### Breaking changes

- Parameter id of model StorageAccount is now required
- Operation EdgeModulesOperations.list has a new signature
- Removed operation sync_storage_keys on Video Analyzer account.
- streaming property has been renamed to contentUrls.
- is_recording property on VideoFlags has been renamed to is_in_use.
- listStreamingToken operation on video entity has been renamed to listContentToken.


## Changes in 1.0.0-beta.1

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

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

Loading