Skip to content
Draft
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
26 changes: 19 additions & 7 deletions pnpm-lock.yaml

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

22 changes: 3 additions & 19 deletions sdk/databoundaries/arm-databoundaries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
# Release History

## 1.0.0-beta.3 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 1.0.0-beta.2 (2025-08-22)

### Other Changes

- Other fixes

## 1.0.0-beta.1 (2024-10-25)

## 1.0.0 (2026-03-25)

### Features Added

The package of @azure/arm-databoundaries is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
This is the first stable version with the package of @azure/arm-databoundaries
2 changes: 1 addition & 1 deletion sdk/databoundaries/arm-databoundaries/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.
21 changes: 9 additions & 12 deletions sdk/databoundaries/arm-databoundaries/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

Provides APIs for data boundary operations.

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databoundaries/arm-databoundaries) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-databoundaries) |
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-databoundaries?view=azure-node-preview) |
[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/databoundaries/arm-databoundaries)
- [Package (NPM)](https://www.npmjs.com/package/@azure/arm-databoundaries)
- [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-databoundaries)
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/databoundaries/arm-databoundaries/samples)

## Getting started

Expand Down Expand Up @@ -35,7 +37,7 @@ npm install @azure/arm-databoundaries
To create a client object to access the Azure DataboundariesManegement API, you will need the `endpoint` of your Azure DataboundariesManegement resource and a `credential`. The Azure DataboundariesManegement client can use Azure Active Directory credentials to authenticate.
You can find the endpoint for your Azure DataboundariesManegement resource in the [Azure Portal][azure_portal].

You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).

To use the [DefaultAzureCredential][defaultazurecredential] provider shown below, or other credential providers provided with the Azure SDK, please install the `@azure/identity` package:

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

You will also need to **register a new AAD application and grant access to Azure DataboundariesManegement** 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 @@ -70,8 +71,8 @@ const credential = new InteractiveBrowserCredential({
const client = new DataboundariesManegementClient(credential);
```

### 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 @@ -96,7 +97,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/databoundaries/arm-databoundaries/samples) directory for detailed examples on how to use this library.

## Contributing

Expand All @@ -106,10 +107,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/databoundaries/arm-databoundaries/_meta.json

This file was deleted.

4 changes: 1 addition & 3 deletions sdk/databoundaries/arm-databoundaries/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" }
14 changes: 14 additions & 0 deletions sdk/databoundaries/arm-databoundaries/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",
},
},
]);
33 changes: 33 additions & 0 deletions sdk/databoundaries/arm-databoundaries/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"apiVersions": {
"Microsoft.Resources": "2024-08-01"
},
"emitterVersion": "0.51.0",
"crossLanguageDefinitions": {
"CrossLanguagePackageId": "Microsoft.Resources",
"CrossLanguageDefinitionId": {
"@azure/arm-databoundaries!OperationListResult:interface": "Azure.ResourceManager.CommonTypes.OperationListResult",
"@azure/arm-databoundaries!Operation:interface": "Azure.ResourceManager.CommonTypes.Operation",
"@azure/arm-databoundaries!OperationDisplay:interface": "Azure.ResourceManager.CommonTypes.OperationDisplay",
"@azure/arm-databoundaries!ErrorResponse:interface": "Azure.ResourceManager.CommonTypes.ErrorResponse",
"@azure/arm-databoundaries!ErrorDetail:interface": "Azure.ResourceManager.CommonTypes.ErrorDetail",
"@azure/arm-databoundaries!ErrorAdditionalInfo:interface": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
"@azure/arm-databoundaries!DataBoundaryDefinition:interface": "Microsoft.Resources.DataBoundaryDefinition",
"@azure/arm-databoundaries!DataBoundaryProperties:interface": "Microsoft.Resources.DataBoundaryProperties",
"@azure/arm-databoundaries!ProxyResource:interface": "Azure.ResourceManager.CommonTypes.ProxyResource",
"@azure/arm-databoundaries!Resource:interface": "Azure.ResourceManager.CommonTypes.Resource",
"@azure/arm-databoundaries!SystemData:interface": "Azure.ResourceManager.CommonTypes.SystemData",
"@azure/arm-databoundaries!KnownOrigin:enum": "Azure.ResourceManager.CommonTypes.Origin",
"@azure/arm-databoundaries!KnownActionType:enum": "Azure.ResourceManager.CommonTypes.ActionType",
"@azure/arm-databoundaries!KnownDefaultName:enum": "Microsoft.Resources.DefaultName",
"@azure/arm-databoundaries!KnownDataBoundary:enum": "Microsoft.Resources.DataBoundary",
"@azure/arm-databoundaries!KnownProvisioningState:enum": "Microsoft.Resources.ProvisioningState",
"@azure/arm-databoundaries!KnowncreatedByType:enum": "Azure.ResourceManager.CommonTypes.createdByType",
"@azure/arm-databoundaries!KnownVersions:enum": "Microsoft.Resources.Versions",
"@azure/arm-databoundaries!DataBoundariesOperations#put:member": "Microsoft.Resources.DataBoundaryDefinitions.put",
"@azure/arm-databoundaries!DataBoundariesOperations#getTenant:member": "Microsoft.Resources.DataBoundaryDefinitions.getTenant",
"@azure/arm-databoundaries!DataBoundariesOperations#getScope:member": "Microsoft.Resources.DataBoundaries.getScope",
"@azure/arm-databoundaries!OperationsOperations#list:member": "Azure.ResourceManager.Operations.list"
}
}
}
Loading
Loading