You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/healthbot/azure-resourcemanager-healthbot/CHANGELOG.md
+50-4Lines changed: 50 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,60 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
3
+
## 1.0.0-beta.1 (2025-04-30)
4
+
5
+
- Azure Resource Manager Healthbot client library for Java. This package contains Microsoft Azure SDK for Healthbot Management SDK. Azure Health Bot is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs. Package tag package-2024-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
4
6
5
7
### Features Added
6
8
7
-
### Breaking Changes
9
+
*`models.UserAssignedIdentity` was added
8
10
9
-
### Bugs Fixed
11
+
*`models.HealthBotKey` was added
10
12
11
-
### Other Changes
13
+
*`models.ResourceIdentityType` was added
14
+
15
+
*`models.Identity` was added
16
+
17
+
*`models.KeyVaultProperties` was added
18
+
19
+
*`models.HealthBotKeysResponse` was added
20
+
21
+
#### `models.HealthBotUpdateParameters` was modified
22
+
23
+
*`identity()` was added
24
+
*`withProperties(models.HealthBotProperties)` was added
25
+
*`location()` was added
26
+
*`withIdentity(models.Identity)` was added
27
+
*`properties()` was added
28
+
*`withLocation(java.lang.String)` was added
29
+
30
+
#### `models.HealthBot$Definition` was modified
31
+
32
+
*`withIdentity(models.Identity)` was added
33
+
34
+
#### `models.HealthBotProperties` was modified
35
+
36
+
*`keyVaultProperties()` was added
37
+
*`withKeyVaultProperties(models.KeyVaultProperties)` was added
38
+
39
+
#### `models.HealthBot` was modified
40
+
41
+
*`listSecrets()` was added
42
+
*`regenerateApiJwtSecret()` was added
43
+
*`regenerateApiJwtSecretWithResponse(com.azure.core.util.Context)` was added
44
+
*`identity()` was added
45
+
*`listSecretsWithResponse(com.azure.core.util.Context)` was added
46
+
47
+
#### `models.Bots` was modified
48
+
49
+
*`listSecretsWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
50
+
*`listSecrets(java.lang.String,java.lang.String)` was added
51
+
*`regenerateApiJwtSecret(java.lang.String,java.lang.String)` was added
52
+
*`regenerateApiJwtSecretWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)` was added
53
+
54
+
#### `models.HealthBot$Update` was modified
55
+
56
+
*`withProperties(models.HealthBotProperties)` was added
Copy file name to clipboardExpand all lines: sdk/healthbot/azure-resourcemanager-healthbot/README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Azure Resource Manager Healthbot client library for Java.
4
4
5
-
This package contains Microsoft Azure SDK for Healthbot Management SDK. Microsoft Healthcare Bot is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs. Package tag package-2020-12-08. 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 Healthbot Management SDK. Azure Health Bot is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs. Package tag package-2024-02. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
## We'd love to hear your feedback
8
8
@@ -52,15 +52,15 @@ Azure subscription ID can be configured via `AZURE_SUBSCRIPTION_ID` environment
52
52
Assuming the use of the `DefaultAzureCredential` credential class, the client can be authenticated using the following code:
Copy file name to clipboardExpand all lines: sdk/healthbot/azure-resourcemanager-healthbot/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
<packaging>jar</packaging>
19
19
20
20
<name>Microsoft Azure SDK for Healthbot Management</name>
21
-
<description>This package contains Microsoft Azure SDK for Healthbot Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Microsoft Healthcare Bot is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs. Package tag package-2020-12-08.</description>
21
+
<description>This package contains Microsoft Azure SDK for Healthbot Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Azure Health Bot is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs. Package tag package-2024-02.</description>
0 commit comments