Skip to content

Commit def29c5

Browse files
author
SDKAuto
committed
CodeGen from PR 3579 in openapi-env-test/azure-rest-api-specs
Merge 4523b71997835865b11b409863cbe36391b2dfad into a40bb8cb00d18a6017d49a161b8b3ce25f7270ac
1 parent 1107566 commit def29c5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

sdk/appconfiguration/azure-resourcemanager-appconfiguration/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.7 (Unreleased)
3+
## 1.0.0-beta.1 (2022-09-20)
4+
5+
- Azure Resource Manager AppConfiguration client library for Java. This package contains Microsoft Azure SDK for AppConfiguration Management SDK. Package tag package-2022-05-01. 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/appconfiguration/azure-resourcemanager-appconfiguration/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-appconfiguration</artifactId>
35-
<version>1.0.0-beta.6</version>
35+
<version>1.0.0-beta.7</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/appconfiguration/azure-resourcemanager-appconfiguration/src/main/java/com/azure/resourcemanager/appconfiguration/AppConfigurationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public AppConfigurationManager authenticate(TokenCredential credential, AzurePro
219219
.append("-")
220220
.append("com.azure.resourcemanager.appconfiguration")
221221
.append("/")
222-
.append("1.0.0-beta.6");
222+
.append("1.0.0-beta.1");
223223
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
224224
userAgentBuilder
225225
.append(" (")

sdk/appconfiguration/azure-resourcemanager-appconfiguration/src/main/java/com/azure/resourcemanager/appconfiguration/implementation/ConfigurationStoresClientImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public final class ConfigurationStoresClientImpl implements ConfigurationStoresC
7373
@ServiceInterface(name = "AppConfigurationMana")
7474
private interface ConfigurationStoresService {
7575
@Headers({"Content-Type: application/json"})
76-
@Get("/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores")
76+
@Get("/subscriptions/{subscriptionId}/providers/Microsoft.AppConfiguration/configurationStores1")
7777
@ExpectedResponses({200})
7878
@UnexpectedResponseExceptionType(ManagementException.class)
7979
Mono<Response<ConfigurationStoreListResult>> list(

0 commit comments

Comments
 (0)