Skip to content

Commit

Permalink
CodeGen from PR 16971 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Track2 modify readme.go.md 7 (Azure#16971)
  • Loading branch information
SDKAuto committed Jan 5, 2022
1 parent 09a1a88 commit a6aebd4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion sdk/quota/azure-resourcemanager-quota/CHANGELOG.md
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 (2022-01-05)

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

### Features Added

Expand Down
2 changes: 1 addition & 1 deletion sdk/quota/azure-resourcemanager-quota/README.md
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-quota</artifactId>
<version>1.0.0-beta.2</version>
<version>1.0.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public QuotaManager authenticate(TokenCredential credential, AzureProfile profil
.append("-")
.append("com.azure.resourcemanager.quota")
.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 @@ -421,7 +421,7 @@ private PollerFlux<PollResult<CurrentQuotaLimitBaseInner>, CurrentQuotaLimitBase
this.client.getHttpPipeline(),
CurrentQuotaLimitBaseInner.class,
CurrentQuotaLimitBaseInner.class,
Context.NONE);
this.client.getContext());
}

/**
Expand Down Expand Up @@ -767,7 +767,7 @@ private PollerFlux<PollResult<CurrentQuotaLimitBaseInner>, CurrentQuotaLimitBase
this.client.getHttpPipeline(),
CurrentQuotaLimitBaseInner.class,
CurrentQuotaLimitBaseInner.class,
Context.NONE);
this.client.getContext());
}

/**
Expand Down

0 comments on commit a6aebd4

Please sign in to comment.