Skip to content

Commit 95d9aa8

Browse files
author
SDKAuto
committed
CodeGen from PR 17896 in Azure/azure-rest-api-specs
Merge e5327d24d6c468087d1ce607f8b0d8bb36244b3c into b4215a312540db592f92cc2d67c0a2a7ade86a4a
1 parent 4f7e89a commit 95d9aa8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

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

3-
## 1.0.0-beta.9 (Unreleased)
3+
## 1.0.0-beta.1 (2022-02-17)
4+
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-10-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
46

57
### Features Added
68

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.8</version>
35+
<version>1.0.0-beta.9</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
@@ -224,7 +224,7 @@ public NetAppFilesManager authenticate(TokenCredential credential, AzureProfile
224224
.append("-")
225225
.append("com.azure.resourcemanager.netapp")
226226
.append("/")
227-
.append("1.0.0-beta.8");
227+
.append("1.0.0-beta.1");
228228
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
229229
userAgentBuilder
230230
.append(" (")

0 commit comments

Comments
 (0)