Skip to content
Open
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
27 changes: 15 additions & 12 deletions pnpm-lock.yaml

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

61 changes: 61 additions & 0 deletions sdk/recoveryservices/arm-recoveryservices/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,65 @@
# Release History

## 7.0.0 (2025-09-29)

### Features Added
- Added operation group DeletedVaultsOperations
- Added operation group PrivateLinkResourcesOperations
- Added operation VaultsOperations.createOrUpdate
- Added operation VaultsOperations.delete
- Added operation VaultsOperations.update
- Added Interface DeletedVault
- Added Interface DeletedVaultProperties
- Added Interface DeletedVaultsGetOperationStatusOptionalParams
- Added Interface DeletedVaultsGetOptionalParams
- Added Interface DeletedVaultsListBySubscriptionIdOptionalParams
- Added Interface DeletedVaultsUndeleteOptionalParams
- Added Interface DeletedVaultUndeleteInput
- Added Interface DeletedVaultUndeleteInputProperties
- Added Interface PagedAsyncIterableIterator
- Added Interface PageSettings
- Added Interface PrivateLinkResourceProperties
- Added Interface ProxyResource
- Added Interface RestorePollerOptions
- Added Interface VaultExtendedInfo
- Interface PatchTrackedResource has a new optional parameter systemData
- Interface PatchVault has a new optional parameter systemData
- Interface PrivateLinkResource has a new optional parameter properties
- Interface PrivateLinkResource has a new optional parameter systemData
- Interface Resource has a new optional parameter systemData
- Interface TrackedResource has a new optional parameter systemData
- Interface VaultExtendedInfoResource has a new optional parameter properties
- Interface VaultExtendedInfoResource has a new optional parameter systemData
- Added Type Alias AzureSupportedClouds
- Added Enum AzureClouds
- Added Enum KnownVersions

### Breaking Changes
- Removed operation Vaults.beginCreateOrUpdate
- Removed operation Vaults.beginCreateOrUpdateAndWait
- Removed operation Vaults.beginDelete
- Removed operation Vaults.beginDeleteAndWait
- Removed operation Vaults.beginUpdate
- Removed operation Vaults.beginUpdateAndWait
- Operation VaultCertificates.create has a new signature
- Removed Interface ClientDiscoveryResponse
- Removed Interface PrivateLinkResources
- Removed Interface PrivateLinkResourcesOperationsOperations
- Removed Interface ReplicationUsageList
- Removed Interface VaultList
- Removed Interface VaultUsageList
- Type of parameter authType of interface ResourceCertificateDetails is changed from "AzureActiveDirectory" | "AccessControlService" to string
- Interface PrivateLinkResource no longer has parameter groupId
- Interface PrivateLinkResource no longer has parameter requiredMembers
- Interface PrivateLinkResource no longer has parameter requiredZoneNames
- Interface Resource no longer has parameter etag
- Interface TrackedResource no longer has parameter etag
- Interface VaultExtendedInfoResource no longer has parameter algorithm
- Interface VaultExtendedInfoResource no longer has parameter encryptionKey
- Interface VaultExtendedInfoResource no longer has parameter encryptionKeyThumbprint
- Interface VaultExtendedInfoResource no longer has parameter integrityKey
- Type alias "ResourceCertificateDetailsUnion" has been changed


## 6.1.0 (2025-06-11)

Expand Down
20 changes: 10 additions & 10 deletions sdk/recoveryservices/arm-recoveryservices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

This package contains an isomorphic SDK (runs both in Node.js and in browsers) for Azure RecoveryServices client.

Recovery Services Client

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

## Getting started

Expand Down Expand Up @@ -63,14 +65,15 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
import { InteractiveBrowserCredential } from "@azure/identity";
import { RecoveryServicesClient } from "@azure/arm-recoveryservices";

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 RecoveryServicesClient(credential, subscriptionId);
```


### 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).

Expand All @@ -96,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/recoveryservices/arm-recoveryservices/samples) directory for detailed examples on how to use this library.

## Contributing

Expand All @@ -106,9 +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/recoveryservices/arm-recoveryservices/_meta.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"extends": "../../../api-extractor-base.json"
}
{ "extends": "../../../api-extractor-base.json" }
2 changes: 1 addition & 1 deletion sdk/recoveryservices/arm-recoveryservices/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/recoveryservices/arm-recoveryservices",
"Tag": "js/recoveryservices/arm-recoveryservices_f45521c7da"
"Tag": "js/recoveryservices/arm-recoveryservices_a7aeae2f24"
}
14 changes: 14 additions & 0 deletions sdk/recoveryservices/arm-recoveryservices/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",
},
},
]);
Loading