Skip to content

Commit 5d30302

Browse files
author
SDKAuto
committed
CodeGen from PR 14286 in Azure/azure-rest-api-specs
Merge 19b2ec0bb152a6450b846170595feafda3ef84df into ae6770af3f89e13b00b15f5e643dc3ff31d8ddbd
1 parent d5995f9 commit 5d30302

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

sdk/netapp/azure-resourcemanager-netapp/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release History
22

3-
## 1.0.0-beta.4 (Unreleased)
3+
## 1.0.0-beta.1 (2021-05-21)
44

5+
- Azure Resource Manager NetAppFiles client library for Java. This package contains Microsoft Azure SDK for NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-netapp-2021-02-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
56

67
## 1.0.0-beta.3 (2021-05-13)
78

sdk/netapp/azure-resourcemanager-netapp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-netapp</artifactId>
35-
<version>1.0.0-beta.3</version>
35+
<version>1.0.0-beta.4</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/NetAppFilesManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public NetAppFilesManager authenticate(TokenCredential credential, AzureProfile
198198
.append("-")
199199
.append("com.azure.resourcemanager.netapp")
200200
.append("/")
201-
.append("1.0.0-beta.3");
201+
.append("1.0.0-beta.1");
202202
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
203203
userAgentBuilder
204204
.append(" (")

0 commit comments

Comments
 (0)