@azure-rest/arm-compute 1.0.0-alpha.20230824.1 → 1.0.0-alpha.20231003.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/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -6
package/dist/index.js
CHANGED
|
@@ -7,6 +7,7 @@ var corePaging = require('@azure/core-paging');
|
|
|
7
7
|
var coreLro = require('@azure/core-lro');
|
|
8
8
|
|
|
9
9
|
// Copyright (c) Microsoft Corporation.
|
|
10
|
+
// Licensed under the MIT license.
|
|
10
11
|
/**
|
|
11
12
|
* Initialize a new instance of the class ComputeManagementClient class.
|
|
12
13
|
* @param credentials type: TokenCredential
|
|
@@ -438,6 +439,7 @@ function getPathFromMapKey(mapKey) {
|
|
|
438
439
|
}
|
|
439
440
|
|
|
440
441
|
// Copyright (c) Microsoft Corporation.
|
|
442
|
+
// Licensed under the MIT license.
|
|
441
443
|
/**
|
|
442
444
|
* Helper to paginate results from an initial response that follows the specification of Autorest `x-ms-pageable` extension
|
|
443
445
|
* @param client - Client to use for sending the next page requests
|
|
@@ -505,6 +507,7 @@ function checkPagingRequest(response) {
|
|
|
505
507
|
}
|
|
506
508
|
|
|
507
509
|
// Copyright (c) Microsoft Corporation.
|
|
510
|
+
// Licensed under the MIT license.
|
|
508
511
|
/**
|
|
509
512
|
* Helper function that builds a Poller object to help polling a long running operation.
|
|
510
513
|
* @param client - Client to use for sending the request to get additional pages.
|
|
@@ -552,8 +555,9 @@ function getLroResponse(response) {
|
|
|
552
555
|
}
|
|
553
556
|
|
|
554
557
|
// Copyright (c) Microsoft Corporation.
|
|
558
|
+
// Licensed under the MIT license.
|
|
555
559
|
|
|
556
|
-
exports
|
|
560
|
+
exports.default = createClient;
|
|
557
561
|
exports.getLongRunningPoller = getLongRunningPoller;
|
|
558
562
|
exports.isUnexpected = isUnexpected;
|
|
559
563
|
exports.paginate = paginate;
|