Skip to content

Commit 7f6fcbe

Browse files
author
SDKAuto
committed
CodeGen from PR 16971 in Azure/azure-rest-api-specs
Merge bc9b62cf21b57c2d2bac045ce15afcbf46486286 into 5a1b7262be0a4f6a9004d35403b854429475cdf4
1 parent b1ff0bd commit 7f6fcbe

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

sdk/quota/azure-resourcemanager-quota/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.3 (Unreleased)
3+
## 1.0.0-beta.1 (2021-12-08)
4+
5+
- Azure Resource Manager quota client library for Java. This package contains Microsoft Azure SDK for quota Management SDK. Microsoft Azure Quota Resource Provider. Package tag package-2021-03-15-preview. 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/quota/azure-resourcemanager-quota/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-quota</artifactId>
35-
<version>1.0.0-beta.2</version>
35+
<version>1.0.0-beta.3</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/quota/azure-resourcemanager-quota/src/main/java/com/azure/resourcemanager/quota/QuotaManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public QuotaManager authenticate(TokenCredential credential, AzureProfile profil
183183
.append("-")
184184
.append("com.azure.resourcemanager.quota")
185185
.append("/")
186-
.append("1.0.0-beta.2");
186+
.append("1.0.0-beta.1");
187187
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
188188
userAgentBuilder
189189
.append(" (")

sdk/quota/azure-resourcemanager-quota/src/main/java/com/azure/resourcemanager/quota/implementation/QuotasClientImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ private PollerFlux<PollResult<CurrentQuotaLimitBaseInner>, CurrentQuotaLimitBase
421421
this.client.getHttpPipeline(),
422422
CurrentQuotaLimitBaseInner.class,
423423
CurrentQuotaLimitBaseInner.class,
424-
Context.NONE);
424+
this.client.getContext());
425425
}
426426

427427
/**
@@ -767,7 +767,7 @@ private PollerFlux<PollResult<CurrentQuotaLimitBaseInner>, CurrentQuotaLimitBase
767767
this.client.getHttpPipeline(),
768768
CurrentQuotaLimitBaseInner.class,
769769
CurrentQuotaLimitBaseInner.class,
770-
Context.NONE);
770+
this.client.getContext());
771771
}
772772

773773
/**

0 commit comments

Comments
 (0)