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
Copy file name to clipboardExpand all lines: sdk/netapp/azure-resourcemanager-netapp/CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.5 (Unreleased)
3
+
## 1.0.0-beta.1 (2021-08-18)
4
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-06-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
Copy file name to clipboardExpand all lines: sdk/netapp/azure-resourcemanager-netapp/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager NetAppFiles client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-netapp-2021-04-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5
+
This package contains Microsoft Azure SDK for NetAppFiles Management SDK. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-netapp-2021-06-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -32,7 +32,7 @@ Various documentation is available to help you get started
Copy file name to clipboardExpand all lines: sdk/netapp/azure-resourcemanager-netapp/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<packaging>jar</packaging>
14
14
15
15
<name>Microsoft Azure SDK for NetAppFiles Management</name>
16
-
<description>This package contains Microsoft Azure SDK for NetAppFiles Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-netapp-2021-04-01.</description>
16
+
<description>This package contains Microsoft Azure SDK for NetAppFiles Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft NetApp Files Azure Resource Provider specification. Package tag package-netapp-2021-06-01.</description>
Copy file name to clipboardExpand all lines: sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/NetAppFilesManager.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ public NetAppFilesManager authenticate(TokenCredential credential, AzureProfile
210
210
.append("-")
211
211
.append("com.azure.resourcemanager.netapp")
212
212
.append("/")
213
-
.append("1.0.0-beta.4");
213
+
.append("1.0.0-beta.1");
214
214
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
Copy file name to clipboardExpand all lines: sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/AccountsClient.java
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,28 @@
16
16
17
17
/** An instance of this class provides access to all the operations defined in AccountsClient. */
18
18
publicinterfaceAccountsClient {
19
+
/**
20
+
* List and describe all NetApp accounts in the subscription.
21
+
*
22
+
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
23
+
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
24
+
* @return list of NetApp account resources.
25
+
*/
26
+
@ServiceMethod(returns = ReturnType.COLLECTION)
27
+
PagedIterable<NetAppAccountInner> list();
28
+
29
+
/**
30
+
* List and describe all NetApp accounts in the subscription.
31
+
*
32
+
* @param context The context to associate with this operation.
33
+
* @throws IllegalArgumentException thrown if parameters fail the validation.
34
+
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
35
+
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
Copy file name to clipboardExpand all lines: sdk/netapp/azure-resourcemanager-netapp/src/main/java/com/azure/resourcemanager/netapp/fluent/SnapshotPoliciesClient.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public interface SnapshotPoliciesClient {
49
49
*
50
50
* @param resourceGroupName The name of the resource group.
51
51
* @param accountName The name of the NetApp account.
52
-
* @param snapshotPolicyName The name of the snapshot policy target.
52
+
* @param snapshotPolicyName The name of the snapshot policy.
53
53
* @throws IllegalArgumentException thrown if parameters fail the validation.
54
54
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
55
55
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
@@ -63,7 +63,7 @@ public interface SnapshotPoliciesClient {
63
63
*
64
64
* @param resourceGroupName The name of the resource group.
65
65
* @param accountName The name of the NetApp account.
66
-
* @param snapshotPolicyName The name of the snapshot policy target.
66
+
* @param snapshotPolicyName The name of the snapshot policy.
67
67
* @param context The context to associate with this operation.
68
68
* @throws IllegalArgumentException thrown if parameters fail the validation.
69
69
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
0 commit comments