@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 +1 -1
- package/review/arm-batch.api.md +2 -3
package/package.json
CHANGED
package/review/arm-batch.api.md
CHANGED
|
@@ -505,7 +505,7 @@ export class BatchManagementClient extends coreClient.ServiceClient {
|
|
|
505
505
|
// (undocumented)
|
|
506
506
|
certificateOperations: CertificateOperations;
|
|
507
507
|
// (undocumented)
|
|
508
|
-
location:
|
|
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
|
|
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 {
|