@azure/arm-azurestack 3.0.0-alpha.20250613.1 → 3.0.0-alpha.20250616.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
|
@@ -280,7 +280,7 @@ export interface LinkedSubscription extends TrackedResource {
|
|
|
280
280
|
// @public
|
|
281
281
|
export interface LinkedSubscriptionParameter {
|
|
282
282
|
linkedSubscriptionId: string;
|
|
283
|
-
location:
|
|
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
|
|
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:
|
|
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:
|
|
646
|
+
location: Location;
|
|
648
647
|
readonly name?: string;
|
|
649
648
|
readonly systemData?: SystemData;
|
|
650
649
|
tags?: {
|