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
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.1 (2023-08-05)

- Azure Resource Manager reservations client library for Java. This package contains Microsoft Azure SDK for reservations Management SDK. This API describe Azure Reservation. Package tag package-2022-11. 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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-reservations</artifactId>
<version>1.0.0-beta.2</version>
<version>1.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -103,3 +103,5 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-java%2Fsdk%2Freservations%2Fazure-resourcemanager-reservations%2FREADME.png)
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ public final class QuotaRequestStatusGetSamples {
.getWithResponse(
"00000000-0000-0000-0000-000000000000",
"Microsoft.Compute",
"eastus",
"westus",
"2B5C8515-37D8-4B6A-879B-CD641A2CF605",
com.azure.core.util.Context.NONE);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public ReservationsManager authenticate(TokenCredential credential, AzureProfile
.append("-")
.append("com.azure.resourcemanager.reservations")
.append("/")
.append("1.0.0-beta.2");
.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 @@ -48,11 +48,13 @@ public interface CurrentQuotaLimitBase {
interface Definition
extends DefinitionStages.Blank, DefinitionStages.WithParentResource, DefinitionStages.WithCreate {
}

/** The CurrentQuotaLimitBase definition stages. */
interface DefinitionStages {
/** The first stage of the CurrentQuotaLimitBase definition. */
interface Blank extends WithParentResource {
}

/** The stage of the CurrentQuotaLimitBase definition allowing to specify parent resource. */
interface WithParentResource {
/**
Expand All @@ -65,6 +67,7 @@ interface WithParentResource {
*/
WithCreate withExistingLocation(String subscriptionId, String providerId, String location);
}

/**
* The stage of the CurrentQuotaLimitBase definition which contains all the minimum required properties for the
* resource to be created, but also allows for any other optional properties to be specified.
Expand All @@ -85,6 +88,7 @@ interface WithCreate extends DefinitionStages.WithProperties {
*/
CurrentQuotaLimitBase create(Context context);
}

/** The stage of the CurrentQuotaLimitBase definition allowing to specify properties. */
interface WithProperties {
/**
Expand All @@ -96,6 +100,7 @@ interface WithProperties {
WithCreate withProperties(QuotaProperties properties);
}
}

/**
* Begins update for the CurrentQuotaLimitBase resource.
*
Expand All @@ -120,6 +125,7 @@ interface Update extends UpdateStages.WithProperties {
*/
CurrentQuotaLimitBase apply(Context context);
}

/** The CurrentQuotaLimitBase update stages. */
interface UpdateStages {
/** The stage of the CurrentQuotaLimitBase update allowing to specify properties. */
Expand All @@ -133,6 +139,7 @@ interface WithProperties {
Update withProperties(QuotaProperties properties);
}
}

/**
* Refreshes the resource to sync with Azure.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void quotaRequestInProgress(com.azure.resourcemanager.reservations
.getWithResponse(
"00000000-0000-0000-0000-000000000000",
"Microsoft.Compute",
"eastus",
"westus",
"2B5C8515-37D8-4B6A-879B-CD641A2CF605",
com.azure.core.util.Context.NONE);
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading