@azure/arm-managedapplications 3.0.0-alpha.20231009.1 → 3.0.0-alpha.20231023.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 +54 -82
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/applicationDefinitionsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/applicationDefinitionsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/applicationsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/applicationsListBySubscriptionSample.js +3 -8
- package/dist-esm/samples-dev/applicationsListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/listOperationsSample.js +3 -8
- package/dist-esm/samples-dev/listOperationsSample.js.map +1 -1
- package/dist-esm/src/applicationClient.js +3 -8
- package/dist-esm/src/applicationClient.js.map +1 -1
- package/dist-esm/src/operations/applicationDefinitions.js +6 -16
- package/dist-esm/src/operations/applicationDefinitions.js.map +1 -1
- package/dist-esm/src/operations/applications.js +6 -16
- package/dist-esm/src/operations/applications.js.map +1 -1
- package/dist-esm/test/managedapplications_operations_test.spec.js +3 -8
- package/dist-esm/test/managedapplications_operations_test.spec.js.map +1 -1
- package/package.json +3 -10
- package/rollup.config.js +0 -122
package/dist/index.js
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var tslib = require('tslib');
|
|
6
4
|
var coreClient = require('@azure/core-client');
|
|
7
5
|
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
8
6
|
var coreLro = require('@azure/core-lro');
|
|
9
7
|
|
|
10
|
-
function
|
|
11
|
-
if (e && e.__esModule) return e;
|
|
8
|
+
function _interopNamespaceDefault(e) {
|
|
12
9
|
var n = Object.create(null);
|
|
13
10
|
if (e) {
|
|
14
11
|
Object.keys(e).forEach(function (k) {
|
|
@@ -21,12 +18,12 @@ function _interopNamespace(e) {
|
|
|
21
18
|
}
|
|
22
19
|
});
|
|
23
20
|
}
|
|
24
|
-
n
|
|
21
|
+
n.default = e;
|
|
25
22
|
return Object.freeze(n);
|
|
26
23
|
}
|
|
27
24
|
|
|
28
|
-
var coreClient__namespace = /*#__PURE__*/
|
|
29
|
-
var coreRestPipeline__namespace = /*#__PURE__*/
|
|
25
|
+
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
26
|
+
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
30
27
|
|
|
31
28
|
/*
|
|
32
29
|
* Copyright (c) Microsoft Corporation.
|
|
@@ -1872,52 +1869,52 @@ const ApplicationDefinition = {
|
|
|
1872
1869
|
|
|
1873
1870
|
var Mappers = /*#__PURE__*/Object.freeze({
|
|
1874
1871
|
__proto__: null,
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
OperationDisplay: OperationDisplay,
|
|
1878
|
-
ErrorResponse: ErrorResponse,
|
|
1879
|
-
ErrorDetail: ErrorDetail,
|
|
1880
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1881
|
-
ApplicationBillingDetailsDefinition: ApplicationBillingDetailsDefinition,
|
|
1882
|
-
ApplicationJitAccessPolicy: ApplicationJitAccessPolicy,
|
|
1883
|
-
JitApproverDefinition: JitApproverDefinition,
|
|
1884
|
-
ApplicationAuthorization: ApplicationAuthorization,
|
|
1885
|
-
ApplicationPackageContact: ApplicationPackageContact,
|
|
1886
|
-
ApplicationPackageSupportUrls: ApplicationPackageSupportUrls,
|
|
1872
|
+
AllowedUpgradePlansResult: AllowedUpgradePlansResult,
|
|
1873
|
+
Application: Application,
|
|
1887
1874
|
ApplicationArtifact: ApplicationArtifact,
|
|
1875
|
+
ApplicationAuthorization: ApplicationAuthorization,
|
|
1876
|
+
ApplicationBillingDetailsDefinition: ApplicationBillingDetailsDefinition,
|
|
1888
1877
|
ApplicationClientDetails: ApplicationClientDetails,
|
|
1889
|
-
|
|
1890
|
-
Identity: Identity,
|
|
1891
|
-
UserAssignedResourceIdentity: UserAssignedResourceIdentity,
|
|
1892
|
-
Sku: Sku,
|
|
1893
|
-
Resource: Resource,
|
|
1894
|
-
SystemData: SystemData,
|
|
1895
|
-
PlanPatchable: PlanPatchable,
|
|
1878
|
+
ApplicationDefinition: ApplicationDefinition,
|
|
1896
1879
|
ApplicationDefinitionArtifact: ApplicationDefinitionArtifact,
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
ApplicationPackageLockingPolicyDefinition: ApplicationPackageLockingPolicyDefinition,
|
|
1880
|
+
ApplicationDefinitionListResult: ApplicationDefinitionListResult,
|
|
1881
|
+
ApplicationDefinitionPatchable: ApplicationDefinitionPatchable,
|
|
1900
1882
|
ApplicationDeploymentPolicy: ApplicationDeploymentPolicy,
|
|
1883
|
+
ApplicationJitAccessPolicy: ApplicationJitAccessPolicy,
|
|
1884
|
+
ApplicationListResult: ApplicationListResult,
|
|
1901
1885
|
ApplicationManagementPolicy: ApplicationManagementPolicy,
|
|
1886
|
+
ApplicationNotificationEndpoint: ApplicationNotificationEndpoint,
|
|
1887
|
+
ApplicationNotificationPolicy: ApplicationNotificationPolicy,
|
|
1888
|
+
ApplicationPackageContact: ApplicationPackageContact,
|
|
1889
|
+
ApplicationPackageLockingPolicyDefinition: ApplicationPackageLockingPolicyDefinition,
|
|
1890
|
+
ApplicationPackageSupportUrls: ApplicationPackageSupportUrls,
|
|
1891
|
+
ApplicationPatchable: ApplicationPatchable,
|
|
1902
1892
|
ApplicationPolicy: ApplicationPolicy,
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1893
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
1894
|
+
ErrorDetail: ErrorDetail,
|
|
1895
|
+
ErrorResponse: ErrorResponse,
|
|
1896
|
+
GenericResource: GenericResource,
|
|
1897
|
+
Identity: Identity,
|
|
1898
|
+
JitApproverDefinition: JitApproverDefinition,
|
|
1906
1899
|
JitAuthorizationPolicies: JitAuthorizationPolicies,
|
|
1907
|
-
|
|
1908
|
-
JitRequestPatchable: JitRequestPatchable,
|
|
1900
|
+
JitRequestDefinition: JitRequestDefinition,
|
|
1909
1901
|
JitRequestDefinitionListResult: JitRequestDefinitionListResult,
|
|
1910
|
-
AllowedUpgradePlansResult: AllowedUpgradePlansResult,
|
|
1911
|
-
UpdateAccessDefinition: UpdateAccessDefinition,
|
|
1912
1902
|
JitRequestMetadata: JitRequestMetadata,
|
|
1903
|
+
JitRequestPatchable: JitRequestPatchable,
|
|
1904
|
+
JitSchedulingPolicy: JitSchedulingPolicy,
|
|
1913
1905
|
ListTokenRequest: ListTokenRequest,
|
|
1914
|
-
ManagedIdentityTokenResult: ManagedIdentityTokenResult,
|
|
1915
1906
|
ManagedIdentityToken: ManagedIdentityToken,
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1907
|
+
ManagedIdentityTokenResult: ManagedIdentityTokenResult,
|
|
1908
|
+
Operation: Operation,
|
|
1909
|
+
OperationDisplay: OperationDisplay,
|
|
1910
|
+
OperationListResult: OperationListResult,
|
|
1911
|
+
Plan: Plan,
|
|
1912
|
+
PlanPatchable: PlanPatchable,
|
|
1913
|
+
Resource: Resource,
|
|
1914
|
+
Sku: Sku,
|
|
1915
|
+
SystemData: SystemData,
|
|
1916
|
+
UpdateAccessDefinition: UpdateAccessDefinition,
|
|
1917
|
+
UserAssignedResourceIdentity: UserAssignedResourceIdentity
|
|
1921
1918
|
});
|
|
1922
1919
|
|
|
1923
1920
|
/*
|
|
@@ -2189,16 +2186,11 @@ class ApplicationsImpl {
|
|
|
2189
2186
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
2190
2187
|
var _a, e_1, _b, _c;
|
|
2191
2188
|
try {
|
|
2192
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2189
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2193
2190
|
_c = _f.value;
|
|
2194
2191
|
_d = false;
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2198
|
-
}
|
|
2199
|
-
finally {
|
|
2200
|
-
_d = true;
|
|
2201
|
-
}
|
|
2192
|
+
const page = _c;
|
|
2193
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2202
2194
|
}
|
|
2203
2195
|
}
|
|
2204
2196
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -2255,16 +2247,11 @@ class ApplicationsImpl {
|
|
|
2255
2247
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
2256
2248
|
var _a, e_2, _b, _c;
|
|
2257
2249
|
try {
|
|
2258
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
2250
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2259
2251
|
_c = _f.value;
|
|
2260
2252
|
_d = false;
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2264
|
-
}
|
|
2265
|
-
finally {
|
|
2266
|
-
_d = true;
|
|
2267
|
-
}
|
|
2253
|
+
const page = _c;
|
|
2254
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2268
2255
|
}
|
|
2269
2256
|
}
|
|
2270
2257
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -3234,16 +3221,11 @@ class ApplicationDefinitionsImpl {
|
|
|
3234
3221
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
|
3235
3222
|
var _a, e_1, _b, _c;
|
|
3236
3223
|
try {
|
|
3237
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3224
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3238
3225
|
_c = _f.value;
|
|
3239
3226
|
_d = false;
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3243
|
-
}
|
|
3244
|
-
finally {
|
|
3245
|
-
_d = true;
|
|
3246
|
-
}
|
|
3227
|
+
const page = _c;
|
|
3228
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3247
3229
|
}
|
|
3248
3230
|
}
|
|
3249
3231
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
@@ -3300,16 +3282,11 @@ class ApplicationDefinitionsImpl {
|
|
|
3300
3282
|
return tslib.__asyncGenerator(this, arguments, function* listBySubscriptionPagingAll_1() {
|
|
3301
3283
|
var _a, e_2, _b, _c;
|
|
3302
3284
|
try {
|
|
3303
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
3285
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listBySubscriptionPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3304
3286
|
_c = _f.value;
|
|
3305
3287
|
_d = false;
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3309
|
-
}
|
|
3310
|
-
finally {
|
|
3311
|
-
_d = true;
|
|
3312
|
-
}
|
|
3288
|
+
const page = _c;
|
|
3289
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3313
3290
|
}
|
|
3314
3291
|
}
|
|
3315
3292
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
@@ -4084,16 +4061,11 @@ class ApplicationClient extends coreClient__namespace.ServiceClient {
|
|
|
4084
4061
|
return tslib.__asyncGenerator(this, arguments, function* listOperationsPagingAll_1() {
|
|
4085
4062
|
var _a, e_1, _b, _c;
|
|
4086
4063
|
try {
|
|
4087
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listOperationsPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
|
4064
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listOperationsPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4088
4065
|
_c = _f.value;
|
|
4089
4066
|
_d = false;
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4093
|
-
}
|
|
4094
|
-
finally {
|
|
4095
|
-
_d = true;
|
|
4096
|
-
}
|
|
4067
|
+
const page = _c;
|
|
4068
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4097
4069
|
}
|
|
4098
4070
|
}
|
|
4099
4071
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|