Skip to content

Commit ece1dd7

Browse files
author
SDKAuto
committed
CodeGen from PR 13789 in Azure/azure-rest-api-specs
Merge f05a6629ed8ad17cc2930a625d7aec59c415b08a into c55d37d10ded9ef904539fe5814df3ea333b66a8
1 parent 6c2b9cf commit ece1dd7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2021-04-16)
44

5+
- Azure Resource Manager PostgreSql client library for Java. This package contains Microsoft Azure SDK for PostgreSql Management SDK. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model. Package tag package-2020-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
56

67
## 1.0.0 (2021-04-09)
78

sdk/postgresql/azure-resourcemanager-postgresql/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-postgresql</artifactId>
35-
<version>1.0.0</version>
35+
<version>1.1.0-beta.1</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})

sdk/postgresql/azure-resourcemanager-postgresql/src/main/java/com/azure/resourcemanager/postgresql/PostgreSqlManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public PostgreSqlManager authenticate(TokenCredential credential, AzureProfile p
230230
.append("-")
231231
.append("com.azure.resourcemanager.postgresql")
232232
.append("/")
233-
.append("1.0.0");
233+
.append("1.0.0-beta.1");
234234
if (!Configuration.getGlobalConfiguration().get("AZURE_TELEMETRY_DISABLED", false)) {
235235
userAgentBuilder
236236
.append(" (")

0 commit comments

Comments
 (0)