@azure/arm-recoveryservices-siterecovery 5.3.0-alpha.20250424.2 → 5.3.0-alpha.20250428.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -66,8 +66,8 @@ import { SiteRecoveryManagementClient } from "@azure/arm-recoveryservices-sitere
66
66
  const subscriptionId = "00000000-0000-0000-0000-000000000000";
67
67
  const credential = new InteractiveBrowserCredential({
68
68
  tenantId: "<YOUR_TENANT_ID>",
69
- clientId: "<YOUR_CLIENT_ID>"
70
- });
69
+ clientId: "<YOUR_CLIENT_ID>",
70
+ });
71
71
  const client = new SiteRecoveryManagementClient(credential, subscriptionId);
72
72
  ```
73
73
 
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.4"
8
+ "packageVersion": "7.52.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for SiteRecoveryManagementClient.",
6
- "version": "5.3.0-alpha.20250424.2",
6
+ "version": "5.3.0-alpha.20250428.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },