From a0ff495a516afafed8407df2a1e88af92757e364 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Mon, 24 May 2021 10:59:54 +0800 Subject: [PATCH 1/3] sample regen --- .../CHANGELOG.md | 1 + .../README.md | 10 +- .../pom.xml | 122 +++++++++--------- .../videoanalyzer/VideoAnalyzerManager.java | 15 ++- .../fluent/models/package-info.java | 5 +- .../videoanalyzer/fluent/package-info.java | 5 +- .../implementation/package-info.java | 5 +- .../videoanalyzer/models/package-info.java | 5 +- .../videoanalyzer/package-info.java | 5 +- 9 files changed, 97 insertions(+), 76 deletions(-) diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md index d5ef9dd97f397..68923b518151c 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.0.0-beta.2 (2021-05-24) +- Azure Resource Manager Video Analyzer client library for Java. This package contains Microsoft Azure SDK for Video Analyzer Management SDK. Azure Video Analyzer (AVA) provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## 1.0.0-beta.1 (2021-04-30) diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/README.md b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/README.md index dd178ea01b7e3..35eea3cbffd68 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/README.md +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/README.md @@ -1,8 +1,8 @@ -# Azure Resource Manager VideoAnalyzer client library for Java +# Azure Resource Manager Video Analyzer client library for Java -Azure Resource Manager VideoAnalyzer client library for Java. +Azure Resource Manager Video Analyzer client library for Java. -This package contains Microsoft Azure SDK for VideoAnalyzer Management SDK. Azure Video Analyzer ARM Client. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). +This package contains Microsoft Azure SDK for Video Analyzer Management SDK. Azure Video Analyzer (AVA) provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## We'd love to hear your feedback @@ -32,7 +32,7 @@ Various documentation is available to help you get started com.azure.resourcemanager azure-resourcemanager-videoanalyzer - 1.0.0-beta.1 + 1.0.0-beta.2 ``` [//]: # ({x-version-update-end}) @@ -74,6 +74,8 @@ See [API design][design] for general introduction on design and key concepts on ## Examples + + ## Troubleshooting ## Next steps diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml index 516b57f28c29f..587beb7073000 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml @@ -1,67 +1,67 @@ - 4.0.0 - - com.azure - azure-client-sdk-parent - 1.7.0 - ../../parents/azure-client-sdk-parent - + 4.0.0 + + com.azure + azure-client-sdk-parent + 1.7.0 + ../../parents/azure-client-sdk-parent + - com.azure.resourcemanager - azure-resourcemanager-videoanalyzer - 1.0.0-beta.2 - jar + com.azure.resourcemanager + azure-resourcemanager-videoanalyzer + 1.0.0-beta.2 + jar - Microsoft Azure SDK for VideoAnalyzer Management - This package contains Microsoft Azure SDK for VideoAnalyzer Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Video Analyzer ARM Client. Package tag package-2021-05-01-preview. - https://github.com/Azure/azure-sdk-for-java + Microsoft Azure SDK for Video Analyzer Management + This package contains Microsoft Azure SDK for Video Analyzer Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Video Analyzer (AVA) provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. + https://github.com/Azure/azure-sdk-for-java - - - The MIT License (MIT) - http://opensource.org/licenses/MIT - repo - - + + + The MIT License (MIT) + http://opensource.org/licenses/MIT + repo + + - - https://github.com/Azure/azure-sdk-for-java - scm:git:git@github.com:Azure/azure-sdk-for-java.git - scm:git:git@github.com:Azure/azure-sdk-for-java.git - HEAD - - - - microsoft - Microsoft - - - - UTF-8 - - - - - com.azure - azure-core - 1.16.0 - - - com.azure - azure-core-management - 1.2.2 - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.5 - - true - - - - + + https://github.com/Azure/azure-sdk-for-java + scm:git:git@github.com:Azure/azure-sdk-for-java.git + scm:git:git@github.com:Azure/azure-sdk-for-java.git + HEAD + + + + microsoft + Microsoft + + + + UTF-8 + + + + + com.azure + azure-core + 1.16.0 + + + com.azure + azure-core-management + 1.2.2 + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.5 + + true + + + + diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/VideoAnalyzerManager.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/VideoAnalyzerManager.java index cf8dcb4eb677a..6a0ba5d83218f 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/VideoAnalyzerManager.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/VideoAnalyzerManager.java @@ -40,7 +40,10 @@ import java.util.List; import java.util.Objects; -/** Entry point to VideoAnalyzerManager. Azure Video Analyzer ARM Client. */ +/** + * Entry point to VideoAnalyzerManager. Azure Video Analyzer (AVA) provides a platform for you to build intelligent + * video applications that span the edge and the cloud. + */ public final class VideoAnalyzerManager { private Operations operations; @@ -69,11 +72,11 @@ private VideoAnalyzerManager(HttpPipeline httpPipeline, AzureProfile profile, Du } /** - * Creates an instance of VideoAnalyzer service API entry point. + * Creates an instance of Video Analyzer service API entry point. * * @param credential the credential to use. * @param profile the Azure profile for client. - * @return the VideoAnalyzer service API instance. + * @return the Video Analyzer service API instance. */ public static VideoAnalyzerManager authenticate(TokenCredential credential, AzureProfile profile) { Objects.requireNonNull(credential, "'credential' cannot be null."); @@ -162,11 +165,11 @@ public Configurable withDefaultPollInterval(Duration defaultPollInterval) { } /** - * Creates an instance of VideoAnalyzer service API entry point. + * Creates an instance of Video Analyzer service API entry point. * * @param credential the credential to use. * @param profile the Azure profile for client. - * @return the VideoAnalyzer service API instance. + * @return the Video Analyzer service API instance. */ public VideoAnalyzerManager authenticate(TokenCredential credential, AzureProfile profile) { Objects.requireNonNull(credential, "'credential' cannot be null."); @@ -178,7 +181,7 @@ public VideoAnalyzerManager authenticate(TokenCredential credential, AzureProfil .append("-") .append("com.azure.resourcemanager.videoanalyzer") .append("/") - .append("1.0.0-beta.1"); + .append("1.0.0-beta.2"); if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) { userAgentBuilder .append(" (") diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/models/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/models/package-info.java index e9d83a0c1a93e..65752fbf9bd51 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/models/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/models/package-info.java @@ -2,5 +2,8 @@ // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. -/** Package containing the inner data models for VideoAnalyzerManagementClient. Azure Video Analyzer ARM Client. */ +/** + * Package containing the inner data models for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a + * platform for you to build intelligent video applications that span the edge and the cloud. + */ package com.azure.resourcemanager.videoanalyzer.fluent.models; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/package-info.java index d55053f0a0a65..f5edf531b8e87 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/package-info.java @@ -2,5 +2,8 @@ // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. -/** Package containing the service clients for VideoAnalyzerManagementClient. Azure Video Analyzer ARM Client. */ +/** + * Package containing the service clients for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a + * platform for you to build intelligent video applications that span the edge and the cloud. + */ package com.azure.resourcemanager.videoanalyzer.fluent; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/implementation/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/implementation/package-info.java index 475ac66e2dd09..9ad8fb25a951e 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/implementation/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/implementation/package-info.java @@ -2,5 +2,8 @@ // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. -/** Package containing the implementations for VideoAnalyzerManagementClient. Azure Video Analyzer ARM Client. */ +/** + * Package containing the implementations for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a + * platform for you to build intelligent video applications that span the edge and the cloud. + */ package com.azure.resourcemanager.videoanalyzer.implementation; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/package-info.java index 75f5ed25533ab..9ee90b399629e 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/package-info.java @@ -2,5 +2,8 @@ // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. -/** Package containing the data models for VideoAnalyzerManagementClient. Azure Video Analyzer ARM Client. */ +/** + * Package containing the data models for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a platform + * for you to build intelligent video applications that span the edge and the cloud. + */ package com.azure.resourcemanager.videoanalyzer.models; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/package-info.java index f675e11375037..32392210a1441 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/package-info.java @@ -2,5 +2,8 @@ // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. -/** Package containing the classes for VideoAnalyzerManagementClient. Azure Video Analyzer ARM Client. */ +/** + * Package containing the classes for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a platform for + * you to build intelligent video applications that span the edge and the cloud. + */ package com.azure.resourcemanager.videoanalyzer; From 361523988da51d5ec7c74ad46be35587332b85a5 Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Mon, 24 May 2021 12:07:31 +0800 Subject: [PATCH 2/3] remove AVA --- .../azure-resourcemanager-videoanalyzer/CHANGELOG.md | 1 + .../azure-resourcemanager-videoanalyzer/README.md | 2 +- sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml | 2 +- .../resourcemanager/videoanalyzer/VideoAnalyzerManager.java | 4 ++-- .../videoanalyzer/fluent/models/package-info.java | 4 ++-- .../resourcemanager/videoanalyzer/fluent/package-info.java | 4 ++-- .../videoanalyzer/implementation/package-info.java | 4 ++-- .../resourcemanager/videoanalyzer/models/package-info.java | 4 ++-- .../com/azure/resourcemanager/videoanalyzer/package-info.java | 4 ++-- 9 files changed, 15 insertions(+), 14 deletions(-) diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md index 68923b518151c..2128da447045d 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.0.0-beta.2 (2021-05-24) +- Azure Resource Manager Video Analyzer client library for Java. This package contains Microsoft Azure SDK for Video Analyzer Management SDK. Azure Video Analyzer provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). - Azure Resource Manager Video Analyzer client library for Java. This package contains Microsoft Azure SDK for Video Analyzer Management SDK. Azure Video Analyzer (AVA) provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## 1.0.0-beta.1 (2021-04-30) diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/README.md b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/README.md index 35eea3cbffd68..2e81536a04051 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/README.md +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/README.md @@ -2,7 +2,7 @@ Azure Resource Manager Video Analyzer client library for Java. -This package contains Microsoft Azure SDK for Video Analyzer Management SDK. Azure Video Analyzer (AVA) provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). +This package contains Microsoft Azure SDK for Video Analyzer Management SDK. Azure Video Analyzer provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## We'd love to hear your feedback diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml index 587beb7073000..575ec397e4ecb 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/pom.xml @@ -13,7 +13,7 @@ jar Microsoft Azure SDK for Video Analyzer Management - This package contains Microsoft Azure SDK for Video Analyzer Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Video Analyzer (AVA) provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. + This package contains Microsoft Azure SDK for Video Analyzer Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Video Analyzer provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. https://github.com/Azure/azure-sdk-for-java diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/VideoAnalyzerManager.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/VideoAnalyzerManager.java index 6a0ba5d83218f..937fee1e696ea 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/VideoAnalyzerManager.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/VideoAnalyzerManager.java @@ -41,8 +41,8 @@ import java.util.Objects; /** - * Entry point to VideoAnalyzerManager. Azure Video Analyzer (AVA) provides a platform for you to build intelligent - * video applications that span the edge and the cloud. + * Entry point to VideoAnalyzerManager. Azure Video Analyzer provides a platform for you to build intelligent video + * applications that span the edge and the cloud. */ public final class VideoAnalyzerManager { private Operations operations; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/models/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/models/package-info.java index 65752fbf9bd51..e085f7641738c 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/models/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/models/package-info.java @@ -3,7 +3,7 @@ // Code generated by Microsoft (R) AutoRest Code Generator. /** - * Package containing the inner data models for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a - * platform for you to build intelligent video applications that span the edge and the cloud. + * Package containing the inner data models for VideoAnalyzerManagementClient. Azure Video Analyzer provides a platform + * for you to build intelligent video applications that span the edge and the cloud. */ package com.azure.resourcemanager.videoanalyzer.fluent.models; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/package-info.java index f5edf531b8e87..225ecfa98e449 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/fluent/package-info.java @@ -3,7 +3,7 @@ // Code generated by Microsoft (R) AutoRest Code Generator. /** - * Package containing the service clients for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a - * platform for you to build intelligent video applications that span the edge and the cloud. + * Package containing the service clients for VideoAnalyzerManagementClient. Azure Video Analyzer provides a platform + * for you to build intelligent video applications that span the edge and the cloud. */ package com.azure.resourcemanager.videoanalyzer.fluent; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/implementation/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/implementation/package-info.java index 9ad8fb25a951e..a85d799fd34f4 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/implementation/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/implementation/package-info.java @@ -3,7 +3,7 @@ // Code generated by Microsoft (R) AutoRest Code Generator. /** - * Package containing the implementations for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a - * platform for you to build intelligent video applications that span the edge and the cloud. + * Package containing the implementations for VideoAnalyzerManagementClient. Azure Video Analyzer provides a platform + * for you to build intelligent video applications that span the edge and the cloud. */ package com.azure.resourcemanager.videoanalyzer.implementation; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/package-info.java index 9ee90b399629e..11c2035e7d27e 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/models/package-info.java @@ -3,7 +3,7 @@ // Code generated by Microsoft (R) AutoRest Code Generator. /** - * Package containing the data models for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a platform - * for you to build intelligent video applications that span the edge and the cloud. + * Package containing the data models for VideoAnalyzerManagementClient. Azure Video Analyzer provides a platform for + * you to build intelligent video applications that span the edge and the cloud. */ package com.azure.resourcemanager.videoanalyzer.models; diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/package-info.java b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/package-info.java index 32392210a1441..9c1dabe25f3d5 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/package-info.java +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/src/main/java/com/azure/resourcemanager/videoanalyzer/package-info.java @@ -3,7 +3,7 @@ // Code generated by Microsoft (R) AutoRest Code Generator. /** - * Package containing the classes for VideoAnalyzerManagementClient. Azure Video Analyzer (AVA) provides a platform for - * you to build intelligent video applications that span the edge and the cloud. + * Package containing the classes for VideoAnalyzerManagementClient. Azure Video Analyzer provides a platform for you to + * build intelligent video applications that span the edge and the cloud. */ package com.azure.resourcemanager.videoanalyzer; From befc05699dec03113e9d2a49feb6a8f15de8f88a Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Mon, 24 May 2021 12:08:13 +0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- .../azure-resourcemanager-videoanalyzer/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md index 2128da447045d..788f85225920d 100644 --- a/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md +++ b/sdk/videoanalyzer/azure-resourcemanager-videoanalyzer/CHANGELOG.md @@ -3,7 +3,6 @@ ## 1.0.0-beta.2 (2021-05-24) - Azure Resource Manager Video Analyzer client library for Java. This package contains Microsoft Azure SDK for Video Analyzer Management SDK. Azure Video Analyzer provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). -- Azure Resource Manager Video Analyzer client library for Java. This package contains Microsoft Azure SDK for Video Analyzer Management SDK. Azure Video Analyzer (AVA) provides a platform for you to build intelligent video applications that span the edge and the cloud. Package tag package-2021-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt). ## 1.0.0-beta.1 (2021-04-30)