@azure/arm-azurestack 3.0.0-alpha.20250613.1 → 3.0.0-alpha.20250617.1

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/package.json CHANGED
@@ -3,9 +3,9 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for AzureStackManagementClient.",
6
- "version": "3.0.0-alpha.20250613.1",
6
+ "version": "3.0.0-alpha.20250617.1",
7
7
  "engines": {
8
- "node": ">=18.0.0"
8
+ "node": ">=20.0.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "@azure/core-auth": "^1.9.0",
@@ -33,7 +33,7 @@
33
33
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
34
34
  "@azure/identity": "^4.5.0",
35
35
  "@azure/logger": "^1.1.4",
36
- "@types/node": "^18.0.0",
36
+ "@types/node": "^20.0.0",
37
37
  "@vitest/browser": "^3.0.9",
38
38
  "@vitest/coverage-istanbul": "^3.0.9",
39
39
  "playwright": "^1.49.1",
@@ -280,7 +280,7 @@ export interface LinkedSubscription extends TrackedResource {
280
280
  // @public
281
281
  export interface LinkedSubscriptionParameter {
282
282
  linkedSubscriptionId: string;
283
- location: Location_2;
283
+ location: Location;
284
284
  registrationResourceId: string;
285
285
  }
286
286
 
@@ -354,8 +354,7 @@ export interface LinkedSubscriptionsUpdateOptionalParams extends coreClient.Oper
354
354
  export type LinkedSubscriptionsUpdateResponse = LinkedSubscription;
355
355
 
356
356
  // @public
357
- type Location_2 = string;
358
- export { Location_2 as Location }
357
+ export type Location = string;
359
358
 
360
359
  // @public
361
360
  export interface MarketplaceProductLogUpdate {
@@ -541,7 +540,7 @@ export interface RegistrationList {
541
540
 
542
541
  // @public
543
542
  export interface RegistrationParameter {
544
- location: Location_2;
543
+ location: Location;
545
544
  registrationToken: string;
546
545
  }
547
546
 
@@ -644,7 +643,7 @@ export interface TrackedResource {
644
643
  etag?: string;
645
644
  readonly id?: string;
646
645
  readonly kind?: string;
647
- location: Location_2;
646
+ location: Location;
648
647
  readonly name?: string;
649
648
  readonly systemData?: SystemData;
650
649
  tags?: {