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
- Add parameters of VideoAnalyzer to TypeAlias VideoAnalyzersUpdateResponse
11
+
12
+
**Breaking Changes**
13
+
14
+
- Operation VideoAnalyzers.beginCreateOrUpdate has a new signature
15
+
- Operation VideoAnalyzers.beginCreateOrUpdateAndWait has a new signature
16
+
- Deleted Class VideoAnalyzer
17
+
- Deleted Class VideoAnalyzerContext
18
+
- Delete parameters of VideoAnalyzer_2 in TypeAlias VideoAnalyzersUpdateResponse
19
+
20
+
## 1.0.0-beta.1 (2021-10-27)
14
21
15
22
This is the first preview for the new version of the `@azure/arm-videoanalyzer` package that follows the new [guidelines for TypeScript SDKs](https://azure.github.io/azure-sdk/typescript_introduction.html) for Azure services.
Copy file name to clipboardExpand all lines: sdk/videoanalyzer/arm-videoanalyzer/README.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Azure Service client library for JavaScript
1
+
# Azure VideoAnalyzerManagement client library for JavaScript
2
2
3
-
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure Service client.
3
+
This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure VideoAnalyzerManagement client.
4
4
5
5
Azure Video Analyzer provides a platform for you to build intelligent video applications that span the edge and the cloud
6
6
@@ -22,16 +22,16 @@ Azure Video Analyzer provides a platform for you to build intelligent video appl
22
22
23
23
### Install the `@azure/arm-videoanalyzer` package
24
24
25
-
Install the Azure Service client library for JavaScript with `npm`:
25
+
Install the Azure VideoAnalyzerManagement client library for JavaScript with `npm`:
26
26
27
27
```bash
28
28
npm install @azure/arm-videoanalyzer
29
29
```
30
30
31
-
### Create and authenticate a `VideoAnalyzer`
31
+
### Create and authenticate a `VideoAnalyzerManagementClient`
32
32
33
-
To create a client object to access the Azure Service API, you will need the `endpoint` of your Azure Service resource and a `credential`. The Azure Service client can use Azure Active Directory credentials to authenticate.
34
-
You can find the endpoint for your Azure Service resource in the [Azure Portal][azure_portal].
33
+
To create a client object to access the Azure VideoAnalyzerManagement API, you will need the `endpoint` of your Azure VideoAnalyzerManagement resource and a `credential`. The Azure VideoAnalyzerManagement client can use Azure Active Directory credentials to authenticate.
34
+
You can find the endpoint for your Azure VideoAnalyzerManagement resource in the [Azure Portal][azure_portal].
35
35
36
36
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
37
37
@@ -41,23 +41,27 @@ To use the [DefaultAzureCredential][defaultazurecredential] provider shown below
41
41
npm install @azure/identity
42
42
```
43
43
44
-
You will also need to **register a new AAD application and grant access to Azure Service** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
44
+
You will also need to **register a new AAD application and grant access to Azure VideoAnalyzerManagement** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
45
45
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
46
46
47
47
For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
59
+
56
60
## Key concepts
57
61
58
-
### VideoAnalyzer
62
+
### VideoAnalyzerManagementClient
59
63
60
-
`VideoAnalyzer` is the primary interface for developers using the Azure Service client library. Explore the methods on this client object to understand the different features of the Azure Service service that you can access.
64
+
`VideoAnalyzerManagementClient` is the primary interface for developers using the Azure VideoAnalyzerManagement client library. Explore the methods on this client object to understand the different features of the Azure VideoAnalyzerManagement service that you can access.
0 commit comments