Skip to content

Commit 951b3b5

Browse files
author
SDKAuto
committed
CodeGen from PR 32208 in Azure/azure-rest-api-specs
Merge c7c36dc1f9a7d8fde3911125bcb6779d828684dd into 903861b4996cde48c3a452261ec82344f4169aed
1 parent ba86c3f commit 951b3b5

File tree

96 files changed

+700
-2576
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+700
-2576
lines changed

sdk/appconfiguration/azure-resourcemanager-appconfiguration/CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2025-04-29)
4+
5+
- Azure Resource Manager AppConfiguration client library for Java. This package contains Microsoft Azure SDK for AppConfiguration Management SDK. Package tag package-2024-06-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

7-
### Breaking Changes
9+
#### `models.ConfigurationStoreUpdateParameters` was modified
10+
11+
* `withDefaultKeyValueRevisionRetentionPeriodInSeconds(java.lang.Long)` was added
12+
* `defaultKeyValueRevisionRetentionPeriodInSeconds()` was added
13+
14+
#### `models.ConfigurationStore$Definition` was modified
815

9-
### Bugs Fixed
16+
* `withDefaultKeyValueRevisionRetentionPeriodInSeconds(java.lang.Long)` was added
17+
18+
#### `models.ConfigurationStore$Update` was modified
19+
20+
* `withDefaultKeyValueRevisionRetentionPeriodInSeconds(java.lang.Long)` was added
21+
22+
#### `models.ConfigurationStore` was modified
1023

11-
### Other Changes
24+
* `defaultKeyValueRevisionRetentionPeriodInSeconds()` was added
1225

1326
## 1.0.0 (2024-11-20)
1427

sdk/appconfiguration/azure-resourcemanager-appconfiguration/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager AppConfiguration client library for Java.
44

5-
This package contains Microsoft Azure SDK for AppConfiguration Management SDK. Package tag package-2024-05-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for AppConfiguration Management SDK. Package tag package-2024-06-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
5252
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
5353

5454
```java
55-
AzureProfile profile = new AzureProfile(AzureEnvironment.AZURE);
55+
AzureProfile profile = new AzureProfile(AzureCloud.AZURE_PUBLIC_CLOUD);
5656
TokenCredential credential = new DefaultAzureCredentialBuilder()
5757
.authorityHost(profile.getEnvironment().getActiveDirectoryEndpoint())
5858
.build();
5959
AppConfigurationManager manager = AppConfigurationManager
6060
.authenticate(credential, profile);
6161
```
6262

63-
The sample code assumes global Azure. Please change `AzureEnvironment.AZURE` variable if otherwise.
63+
The sample code assumes global Azure. Please change the `AzureCloud.AZURE_PUBLIC_CLOUD` variable if otherwise.
6464

6565
See [Authentication][authenticate] for more options.
6666

@@ -100,5 +100,3 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
100100
[cg]: https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md
101101
[coc]: https://opensource.microsoft.com/codeofconduct/
102102
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
103-
104-

0 commit comments

Comments
 (0)