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
4 changes: 3 additions & 1 deletion sdk/netapp/azure-resourcemanager-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.11 (Unreleased)
## 1.0.0-beta.1 (2022-09-10)

- 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-2022-05-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Features Added

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-2022-03-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-2022-05-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.10</version>
<version>1.0.0-beta.11</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
213 changes: 129 additions & 84 deletions sdk/netapp/azure-resourcemanager-netapp/SAMPLE.md

Large diffs are not rendered by default.

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-2022-03-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-2022-05-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 @@ -259,7 +259,7 @@ public NetAppFilesManager authenticate(TokenCredential credential, AzureProfile
.append("-")
.append("com.azure.resourcemanager.netapp")
.append("/")
.append("1.0.0-beta.10");
.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,7 +16,9 @@
/** An instance of this class provides access to all the operations defined in AccountBackupsClient. */
public interface AccountBackupsClient {
/**
* List all Backups for a Netapp Account.
* List Backups for a Netapp Account
*
* <p>List all Backups for a Netapp Account.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
Expand All @@ -29,7 +31,9 @@ public interface AccountBackupsClient {
PagedIterable<BackupInner> list(String resourceGroupName, String accountName);

/**
* List all Backups for a Netapp Account.
* List Backups for a Netapp Account
*
* <p>List all Backups for a Netapp Account.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
Expand All @@ -43,7 +47,9 @@ public interface AccountBackupsClient {
PagedIterable<BackupInner> list(String resourceGroupName, String accountName, Context context);

/**
* Gets the specified backup for a Netapp Account.
* Get Backup for a Netapp Account
*
* <p>Gets the specified backup for a Netapp Account.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
Expand All @@ -57,7 +63,9 @@ public interface AccountBackupsClient {
BackupInner get(String resourceGroupName, String accountName, String backupName);

/**
* Gets the specified backup for a Netapp Account.
* Get Backup for a Netapp Account
*
* <p>Gets the specified backup for a Netapp Account.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
Expand All @@ -73,7 +81,9 @@ Response<BackupInner> getWithResponse(
String resourceGroupName, String accountName, String backupName, Context context);

/**
* Delete the specified Backup for a Netapp Account.
* Delete Backup for a Netapp Account
*
* <p>Delete the specified Backup for a Netapp Account.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
Expand All @@ -87,7 +97,9 @@ Response<BackupInner> getWithResponse(
SyncPoller<PollResult<Void>, Void> beginDelete(String resourceGroupName, String accountName, String backupName);

/**
* Delete the specified Backup for a Netapp Account.
* Delete Backup for a Netapp Account
*
* <p>Delete the specified Backup for a Netapp Account.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
Expand All @@ -103,7 +115,9 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
String resourceGroupName, String accountName, String backupName, Context context);

/**
* Delete the specified Backup for a Netapp Account.
* Delete Backup for a Netapp Account
*
* <p>Delete the specified Backup for a Netapp Account.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
Expand All @@ -116,7 +130,9 @@ SyncPoller<PollResult<Void>, Void> beginDelete(
void delete(String resourceGroupName, String accountName, String backupName);

/**
* Delete the specified Backup for a Netapp Account.
* Delete Backup for a Netapp Account
*
* <p>Delete the specified Backup for a Netapp Account.
*
* @param resourceGroupName The name of the resource group.
* @param accountName The name of the NetApp account.
Expand Down
Loading