Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 24 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 31 additions & 12 deletions sdk/healthbot/arm-healthbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,40 @@
# Release History

## 2.1.2 (Unreleased)
## 3.0.0 (2026-01-22)

### Features Added
- Added operation BotsOperations.beginUpdate
- Added operation BotsOperations.beginUpdateAndWait
- Added operation BotsOperations.create
- Added operation BotsOperations.delete
- Added operation BotsOperations.listSecrets
- Added operation BotsOperations.regenerateApiJwtSecret
- Added interface HealthBotKey
- Added interface HealthBotKeysResponse
- Added interface KeyVaultProperties
- Interface HealthBotProperties has a new optional parameter accessControlMethod
- Interface HealthBotProperties has a new optional parameter keyVaultProperties
- Interface HealthBotUpdateParameters has a new optional parameter properties
- Added support for Azure cloud environment selection
- Added type CreatedByType

### Breaking Changes
- Operation Bots.beginCreate has a new signature
- Operation Bots.beginCreateAndWait has a new signature
- Operation Bots.get has a new signature
- Operation Bots.update has a new signature
- Removed interface AvailableOperations
- Removed interface BotResponseList
- Removed type alias IdentityType
- Type alias SkuName has been changed
- Removed enum KnownIdentityType
- Long-running operations now return PollerLike instead of SimplePollerLike
- Rehydration moved from an operation option (resumeFrom) to a client-level helper restorePoller function
- Replaced getContinuationToken helper with direct continuationToken property

**Note:** This release includes migration-related changes. See the [migration guide](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/migration-guide-for-libraries-generated-from-TypeSpec.md) for details on migrating from previous versions.

### Bugs Fixed

### Other Changes

## 2.1.1 (2025-08-22)

### Other Changes

- Other fixes


## 2.1.0 (2022-11-25)

### Features Added
Expand All @@ -32,4 +51,4 @@ To understand the detail of the change, please refer to [Changelog](https://aka.

To migrate the existing applications to the latest version, please refer to [Migration Guide](https://aka.ms/js-track2-migration-guide).

To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart ).
To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
2 changes: 1 addition & 1 deletion sdk/healthbot/arm-healthbot/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
19 changes: 9 additions & 10 deletions sdk/healthbot/arm-healthbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f

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.

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthbot/arm-healthbot) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-healthbot) |
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-healthbot) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
Key links:

- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthbot/arm-healthbot)
- [Package (NPM)](https://www.npmjs.com/package/@azure/arm-healthbot)
- [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-healthbot)
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthbot/arm-healthbot/samples)

## Getting started

Expand Down Expand Up @@ -44,7 +46,6 @@ npm install @azure/identity
```

You will also need to **register a new AAD application and grant access to Azure Healthbot** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.

For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).

Expand All @@ -64,16 +65,16 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
import { InteractiveBrowserCredential } from "@azure/identity";
import { HealthbotClient } from "@azure/arm-healthbot";

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const credential = new InteractiveBrowserCredential({
tenantId: "<YOUR_TENANT_ID>",
clientId: "<YOUR_CLIENT_ID>",
});
const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new HealthbotClient(credential, subscriptionId);
```

### JavaScript Bundle

### JavaScript Bundle
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).

## Key concepts
Expand All @@ -98,7 +99,7 @@ For more detailed instructions on how to enable logs, you can look at the [@azur

## Next steps

Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/healthbot/arm-healthbot/samples) directory for detailed examples on how to use this library.

## Contributing

Expand All @@ -108,8 +109,6 @@ If you'd like to contribute to this library, please read the [contributing guide

- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)

[azure_cli]: https://learn.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[azure_sub]: https://azure.microsoft.com/free/
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
Expand Down
8 changes: 0 additions & 8 deletions sdk/healthbot/arm-healthbot/_meta.json

This file was deleted.

4 changes: 1 addition & 3 deletions sdk/healthbot/arm-healthbot/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"extends": "../../../api-extractor-base.json"
}
{ "extends": "../../../api-extractor-base.json" }
6 changes: 0 additions & 6 deletions sdk/healthbot/arm-healthbot/assets.json

This file was deleted.

14 changes: 14 additions & 0 deletions sdk/healthbot/arm-healthbot/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import azsdkEslint from "@azure/eslint-plugin-azure-sdk";

export default azsdkEslint.config([
{
rules: {
"@azure/azure-sdk/ts-modules-only-named": "warn",
"@azure/azure-sdk/ts-package-json-types": "warn",
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn",
"@azure/azure-sdk/ts-package-json-files-required": "off",
"@azure/azure-sdk/ts-package-json-main-is-cjs": "off",
"tsdoc/syntax": "warn",
},
},
]);
44 changes: 44 additions & 0 deletions sdk/healthbot/arm-healthbot/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"apiVersion": "2025-11-01",
"emitterVersion": "0.47.1",
"crossLanguageDefinitions": {
"CrossLanguagePackageId": "Microsoft.HealthBot",
"CrossLanguageDefinitionId": {
"@azure/arm-healthbot!AvailableOperations:interface": "Microsoft.HealthBot.AvailableOperations",
"@azure/arm-healthbot!OperationDetail:interface": "Microsoft.HealthBot.OperationDetail",
"@azure/arm-healthbot!OperationDisplay:interface": "Microsoft.HealthBot.OperationDisplay",
"@azure/arm-healthbot!Error:interface": "Microsoft.HealthBot.Error",
"@azure/arm-healthbot!ErrorError:interface": "Microsoft.HealthBot.ErrorDetail",
"@azure/arm-healthbot!ErrorAdditionalInfo:interface": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
"@azure/arm-healthbot!HealthBot:interface": "Microsoft.HealthBot.HealthBot",
"@azure/arm-healthbot!HealthBotProperties:interface": "Microsoft.HealthBot.HealthBotProperties",
"@azure/arm-healthbot!KeyVaultProperties:interface": "Microsoft.HealthBot.KeyVaultProperties",
"@azure/arm-healthbot!Sku:interface": "Microsoft.HealthBot.Sku",
"@azure/arm-healthbot!Identity:interface": "Microsoft.HealthBot.Identity",
"@azure/arm-healthbot!UserAssignedIdentity:interface": "Microsoft.HealthBot.UserAssignedIdentity",
"@azure/arm-healthbot!TrackedResource:interface": "Azure.ResourceManager.CommonTypes.TrackedResource",
"@azure/arm-healthbot!Resource:interface": "Azure.ResourceManager.CommonTypes.Resource",
"@azure/arm-healthbot!SystemData:interface": "Azure.ResourceManager.CommonTypes.SystemData",
"@azure/arm-healthbot!ArmOperationStatusResourceProvisioningState:interface": "Azure.ResourceManager.ArmOperationStatus",
"@azure/arm-healthbot!ErrorDetail:interface": "Azure.ResourceManager.CommonTypes.ErrorDetail",
"@azure/arm-healthbot!HealthBotUpdateParameters:interface": "Microsoft.HealthBot.HealthBotUpdateParameters",
"@azure/arm-healthbot!BotResponseList:interface": "Microsoft.HealthBot.BotResponseList",
"@azure/arm-healthbot!HealthBotKeysResponse:interface": "Microsoft.HealthBot.HealthBotKeysResponse",
"@azure/arm-healthbot!HealthBotKey:interface": "Microsoft.HealthBot.HealthBotKey",
"@azure/arm-healthbot!KnownSkuName:enum": "Microsoft.HealthBot.SkuName",
"@azure/arm-healthbot!KnownResourceIdentityType:enum": "Microsoft.HealthBot.ResourceIdentityType",
"@azure/arm-healthbot!KnowncreatedByType:enum": "Azure.ResourceManager.CommonTypes.createdByType",
"@azure/arm-healthbot!KnownResourceProvisioningState:enum": "Azure.ResourceManager.ResourceProvisioningState",
"@azure/arm-healthbot!KnownVersions:enum": "Microsoft.HealthBot.Versions",
"@azure/arm-healthbot!BotsOperations#regenerateApiJwtSecret:member": "Microsoft.HealthBot.HealthBots.regenerateApiJwtSecret",
"@azure/arm-healthbot!BotsOperations#listSecrets:member": "Microsoft.HealthBot.HealthBots.listSecrets",
"@azure/arm-healthbot!BotsOperations#list:member": "Microsoft.HealthBot.HealthBots.list",
"@azure/arm-healthbot!BotsOperations#listByResourceGroup:member": "Microsoft.HealthBot.HealthBots.listByResourceGroup",
"@azure/arm-healthbot!BotsOperations#delete:member": "Microsoft.HealthBot.HealthBots.delete",
"@azure/arm-healthbot!BotsOperations#update:member": "Microsoft.HealthBot.HealthBots.update",
"@azure/arm-healthbot!BotsOperations#create:member": "Microsoft.HealthBot.HealthBots.create",
"@azure/arm-healthbot!BotsOperations#get:member": "Microsoft.HealthBot.HealthBots.get",
"@azure/arm-healthbot!OperationsOperations#list:member": "Azure.ResourceManager.Legacy.Operations.list"
}
}
}
Loading