From c3c3a65adc01b2ce004afbf6cccd1c96aa573395 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 2 Mar 2021 10:41:33 +0000 Subject: [PATCH] CodeGen from PR 13083 in Azure/azure-rest-api-specs Update redisenterprise readme files for Azure CLI (#13083) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add ADLS Gen2 data source type (#12277) * add adlsgen2 * add adlsgen2 * add custom word 'adlsgen' Co-authored-by: Victor Liu * add missing packages to readme.go.md (#13008) * Correct output folder for code generation (#13022) * [Hub Generated] Review request for Microsoft.ContainerInstance to add version stable/2021-03-01 (#12825) * update response code from 204 to 201 for start operation * update * Revert "Update PR Assignment for CNY (#12850)" (#13025) This reverts commit 827de60e0cfb9d61e6a4f51f2eed0600deeb71ed. * Adding value array to Tag. (#12555) * Add 2020-03-01-preview version to Authorization (#12691) * authorization init 2020-03-01-preview * authorization 2020-03-01-preview apply common types always, update examples, language * trigger ci * mark properties as readonly where appropriate * fix format * trigger ci * Consolidating APIs in latest version[s360] (#12888) * Consolidating APIs in latest version[s360] * fixing additional correctness issue * Fixing prettier * Update * Fixing semantic validation Co-authored-by: Pratima Upadhyay * [Microsoft.Storage] Add Jan21 api-version. (#12807) * [Microsoft.Storage] Copy Aug20 preview version into new api-version Jan21. * [Microsoft.Storage] Add Jan21 api-version new API changes. * Fix api-version in swagger spec. * Remove encryption.identity.type as it is read-only. * Addressing PR comments. * fix prettier check * Add suppression for R4009. Fix remaining linter blockers. * Re-attempt suppression on R4009. * Suppress 4009. * Addressing comments and fixing lintdiff syntax issue on suppression. Co-authored-by: Zunli Hu * Exposing RoleAssignmentApproval APIs (#12108) * Add descriptions for errors (#11789) * {storage} Add new api version in readme (#13034) * add api * refine * [Hub Generated] Review request for Microsoft.ImportExport to add version preview/2021-01-01 (#12490) * Adds base for updating Microsoft.ImportExport from version stable/2020-08-01 to version 2021-01-01 * Updates readme * Updates API version in new specs and examples * making changes to swagger for upgraded version * prettier fix * Incorrect tag specified assume it was a copy and paste error (#13018) * Fix content-type in examples for ACS AUTH REST API version 2020-07-20-preview2 and 2021-03-07 (#13036) Co-authored-by: Alexandra Lamiova Pistrakova * fix linter errors on x-ms-enum names (#13040) * Correcting azure-arm to be false (#13023) * Correcting azure-arm to be false * Update readme.csharp.md * Update based on comments * Update readme.md * ANF-8872 Fix examples for integers (#12367) * ANF-8872 Fix examples for ints * S360 findings * S360 findings remove response code * Fix authenticationid, protocoltypes * Fix authenticationid, protocoltypes other versions * Fix snapshotpolicy * Fix snapshotpolicy update * Fix snapshotpolicy update 3 * Fix protocoltype * Fix protocoltype 07 * Remove name from volume properties, removed from service response Co-authored-by: Audunn Baldvinsson * fix readme (#13032) * [Service Fabric Managed Clusters] Adding missing property ClusterUpgradeCadence (#12858) * adding missing property ClusterUpgradeCadence * change createdByType and lastModifiedAt to strings * remove duplicate operations path * fix sdk-net path typo * commit to rerun automation * remove x-ms-client-flatten for ServiceResource * remove after_scripts automation was failing * rename _Create to _CreateOrUpdate in apps Co-authored-by: Alfredo Santamaria Gomez * AVS 2021-01-01-preview (#12879) * use 2020-07-17-preview as base api * 2021-01-01-preview API changes * fix Java namespace & output-folder * add body to Datastores_Create * remove x-ms-azure-resource & properties suffix * fix Datastores_Create responses * "2021-01-01" to "2021-01-01-preview" * Second round of updates for Azure CLI code generation Co-authored-by: Victor Liu Co-authored-by: Victor Liu Co-authored-by: WS <20408400+WodansSon@users.noreply.github.com> Co-authored-by: worldhello126 <49164775+worldhello126@users.noreply.github.com> Co-authored-by: Phoenix He Co-authored-by: Sofía Isadora Padilla Muñoz Co-authored-by: jdhms <77470403+jdhms@users.noreply.github.com> Co-authored-by: Pratima Upadhyay Co-authored-by: Pratima Upadhyay Co-authored-by: Anthony Kunnel Jose Co-authored-by: Zunli Hu Co-authored-by: Shubham Gupta Co-authored-by: Yang Yuan Co-authored-by: nivats <41890611+nivats@users.noreply.github.com> Co-authored-by: Taliesin Sisson Co-authored-by: alexandra142 Co-authored-by: Alexandra Lamiova Pistrakova Co-authored-by: ahermas <68354927+ahermas@users.noreply.github.com> Co-authored-by: bquantump <53361486+bquantump@users.noreply.github.com> Co-authored-by: Auðunn Co-authored-by: Audunn Baldvinsson Co-authored-by: Yunge Zhu Co-authored-by: Alfredo Santamaria Co-authored-by: Alfredo Santamaria Gomez Co-authored-by: Cameron Taggart --- .../azure-resourcemanager-redisenterprise/CHANGELOG.md | 3 ++- .../azure-resourcemanager-redisenterprise/README.md | 2 +- .../redisenterprise/RedisEnterpriseManager.java | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md index 5803e48baaa86..cd05450f4db86 100644 --- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md +++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History -## 1.0.0-beta.3 (Unreleased) +## 1.0.0-beta.1 (2021-03-02) +- Azure Resource Manager RedisEnterprise client library for Java. This package contains Microsoft Azure SDK for RedisEnterprise Management SDK. REST API for managing Redis Enterprise resources in Azure. Package tag package-2021-03. 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.2 (2021-03-02) diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/README.md b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/README.md index ae327d5ed31cf..29b371b81dd20 100644 --- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/README.md +++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/README.md @@ -32,7 +32,7 @@ Various documentation is available to help you get started com.azure.resourcemanager azure-resourcemanager-redisenterprise - 1.0.0-beta.2 + 1.0.0-beta.3 ``` [//]: # ({x-version-update-end}) diff --git a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/RedisEnterpriseManager.java b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/RedisEnterpriseManager.java index 606d8367c5173..a18bf03d12ed3 100644 --- a/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/RedisEnterpriseManager.java +++ b/sdk/redisenterprise/azure-resourcemanager-redisenterprise/src/main/java/com/azure/resourcemanager/redisenterprise/RedisEnterpriseManager.java @@ -178,7 +178,7 @@ public RedisEnterpriseManager authenticate(TokenCredential credential, AzureProf .append("-") .append("com.azure.resourcemanager.redisenterprise") .append("/") - .append("1.0.0-beta.2"); + .append("1.0.0-beta.1"); if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) { userAgentBuilder .append(" (")