@azure/arm-batch 10.0.1-alpha.20250613.2 → 10.0.1-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
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for BatchManagementClient.",
6
- "version": "10.0.1-alpha.20250613.2",
6
+ "version": "10.0.1-alpha.20250616.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -505,7 +505,7 @@ export class BatchManagementClient extends coreClient.ServiceClient {
505
505
  // (undocumented)
506
506
  certificateOperations: CertificateOperations;
507
507
  // (undocumented)
508
- location: Location_2;
508
+ location: Location;
509
509
  // (undocumented)
510
510
  networkSecurityPerimeterOperations: NetworkSecurityPerimeterOperations;
511
511
  // (undocumented)
@@ -1053,12 +1053,11 @@ export interface ListPrivateLinkResourcesResult {
1053
1053
  }
1054
1054
 
1055
1055
  // @public
1056
- interface Location_2 {
1056
+ export interface Location {
1057
1057
  checkNameAvailability(locationName: string, parameters: CheckNameAvailabilityParameters, options?: LocationCheckNameAvailabilityOptionalParams): Promise<LocationCheckNameAvailabilityResponse>;
1058
1058
  getQuotas(locationName: string, options?: LocationGetQuotasOptionalParams): Promise<LocationGetQuotasResponse>;
1059
1059
  listSupportedVirtualMachineSkus(locationName: string, options?: LocationListSupportedVirtualMachineSkusOptionalParams): PagedAsyncIterableIterator<SupportedSku>;
1060
1060
  }
1061
- export { Location_2 as Location }
1062
1061
 
1063
1062
  // @public
1064
1063
  export interface LocationCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {