You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/resourcemanager/videoanalyzer/armvideoanalyzer/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The `armvideoanalyzer` module provides operations for working with Azure Video A
11
11
## Prerequisites
12
12
13
13
- an [Azure subscription](https://azure.microsoft.com/free/)
14
-
- Go 1.16 or above
14
+
- Go 1.18 or above
15
15
16
16
## Install the package
17
17
@@ -38,16 +38,18 @@ For more information on authentication, please see the documentation for `aziden
38
38
Azure Video Analyzer modules consist of one or more clients. A client groups a set of related APIs, providing access to its functionality within the specified subscription. Create one or more clients to access the APIs you require using your credential.
You can use `ClientOptions` in package `github.com/Azure/azure-sdk-for-go/sdk/azcore/arm` to set endpoint to connect with public and sovereign clouds as well as Azure Stack. For more information, please see the documentation for `azcore` at [pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore).
0 commit comments