Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sdk/netapp/azure-resourcemanager-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.1 (2021-08-19)

- 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).

## 1.0.0-beta.4 (2021-06-16)

Expand Down
4 changes: 2 additions & 2 deletions sdk/netapp/azure-resourcemanager-netapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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-04-01. 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 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).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-netapp</artifactId>
<version>1.0.0-beta.4</version>
<version>1.0.0-beta.5</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/netapp/azure-resourcemanager-netapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<name>Microsoft Azure SDK for NetAppFiles Management</name>
<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>
<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>
<url>https://github.com/Azure/azure-sdk-for-java</url>

<licenses>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public NetAppFilesManager authenticate(TokenCredential credential, AzureProfile
.append("-")
.append("com.azure.resourcemanager.netapp")
.append("/")
.append("1.0.0-beta.4");
.append("1.0.0-beta.1");
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
userAgentBuilder
.append(" (")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,28 @@

/** An instance of this class provides access to all the operations defined in AccountsClient. */
public interface AccountsClient {
/**
* List and describe all NetApp accounts in the subscription.
*
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return list of NetApp account resources.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<NetAppAccountInner> list();

/**
* List and describe all NetApp accounts in the subscription.
*
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return list of NetApp account resources.
*/
@ServiceMethod(returns = ReturnType.COLLECTION)
PagedIterable<NetAppAccountInner> list(Context context);

/**
* List and describe all NetApp accounts in the resource group.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public interface SnapshotPoliciesClient {
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
Expand All @@ -63,7 +63,7 @@ public interface SnapshotPoliciesClient {
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -79,7 +79,7 @@ Response<SnapshotPolicyInner> getWithResponse(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param body Snapshot policy object supplied in the body of the operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -95,7 +95,7 @@ SnapshotPolicyInner create(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param body Snapshot policy object supplied in the body of the operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
Expand All @@ -116,7 +116,7 @@ Response<SnapshotPolicyInner> createWithResponse(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param body Snapshot policy object supplied in the body of the operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -132,7 +132,7 @@ SyncPoller<PollResult<SnapshotPolicyInner>, SnapshotPolicyInner> beginUpdate(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param body Snapshot policy object supplied in the body of the operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
Expand All @@ -153,7 +153,7 @@ SyncPoller<PollResult<SnapshotPolicyInner>, SnapshotPolicyInner> beginUpdate(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param body Snapshot policy object supplied in the body of the operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -169,7 +169,7 @@ SnapshotPolicyInner update(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param body Snapshot policy object supplied in the body of the operation.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
Expand All @@ -190,7 +190,7 @@ SnapshotPolicyInner update(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
Expand All @@ -205,7 +205,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -221,7 +221,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
Expand All @@ -234,7 +234,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand All @@ -248,7 +248,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
Expand All @@ -262,7 +262,7 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
* @param snapshotPolicyName The name of the snapshot policy target.
* @param snapshotPolicyName The name of the snapshot policy.
* @param context The context to associate with this operation.
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws com.azure.core.management.exception.ManagementException thrown if the request is rejected by server.
Expand Down
Loading