@azure/arm-datadog 3.0.3-alpha.20231009.1 → 3.0.3-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 +62 -115
- 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/marketplaceAgreementsListSample.js +3 -8
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListApiKeysSample.js +3 -8
- package/dist-esm/samples-dev/monitorsListApiKeysSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +3 -8
- package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListHostsSample.js +3 -8
- package/dist-esm/samples-dev/monitorsListHostsSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.js +3 -8
- package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js +3 -8
- package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js.map +1 -1
- package/dist-esm/samples-dev/monitorsListSample.js +3 -8
- package/dist-esm/samples-dev/monitorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +3 -8
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.js +3 -8
- package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/tagRulesListSample.js +3 -8
- package/dist-esm/samples-dev/tagRulesListSample.js.map +1 -1
- package/dist-esm/src/operations/marketplaceAgreements.js +3 -8
- package/dist-esm/src/operations/marketplaceAgreements.js.map +1 -1
- package/dist-esm/src/operations/monitors.js +18 -48
- package/dist-esm/src/operations/monitors.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/singleSignOnConfigurations.js +3 -8
- package/dist-esm/src/operations/singleSignOnConfigurations.js.map +1 -1
- package/dist-esm/src/operations/tagRules.js +3 -8
- package/dist-esm/src/operations/tagRules.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.
|
@@ -1448,46 +1445,46 @@ const DatadogSingleSignOnProperties = {
|
|
1448
1445
|
|
1449
1446
|
var Mappers = /*#__PURE__*/Object.freeze({
|
1450
1447
|
__proto__: null,
|
1451
|
-
DatadogAgreementResourceListResponse: DatadogAgreementResourceListResponse,
|
1452
|
-
DatadogAgreementResource: DatadogAgreementResource,
|
1453
1448
|
DatadogAgreementProperties: DatadogAgreementProperties,
|
1454
|
-
|
1455
|
-
|
1456
|
-
ErrorDetail: ErrorDetail,
|
1457
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
1458
|
-
DatadogApiKeyListResponse: DatadogApiKeyListResponse,
|
1449
|
+
DatadogAgreementResource: DatadogAgreementResource,
|
1450
|
+
DatadogAgreementResourceListResponse: DatadogAgreementResourceListResponse,
|
1459
1451
|
DatadogApiKey: DatadogApiKey,
|
1460
|
-
|
1452
|
+
DatadogApiKeyListResponse: DatadogApiKeyListResponse,
|
1461
1453
|
DatadogHost: DatadogHost,
|
1454
|
+
DatadogHostListResponse: DatadogHostListResponse,
|
1462
1455
|
DatadogHostMetadata: DatadogHostMetadata,
|
1463
1456
|
DatadogInstallMethod: DatadogInstallMethod,
|
1464
1457
|
DatadogLogsAgent: DatadogLogsAgent,
|
1465
|
-
LinkedResourceListResponse: LinkedResourceListResponse,
|
1466
|
-
LinkedResource: LinkedResource,
|
1467
|
-
MonitoredResourceListResponse: MonitoredResourceListResponse,
|
1468
|
-
MonitoredResource: MonitoredResource,
|
1469
|
-
OperationListResult: OperationListResult,
|
1470
|
-
OperationResult: OperationResult,
|
1471
|
-
OperationDisplay: OperationDisplay,
|
1472
|
-
DatadogMonitorResourceListResponse: DatadogMonitorResourceListResponse,
|
1473
1458
|
DatadogMonitorResource: DatadogMonitorResource,
|
1474
|
-
|
1475
|
-
|
1459
|
+
DatadogMonitorResourceListResponse: DatadogMonitorResourceListResponse,
|
1460
|
+
DatadogMonitorResourceUpdateParameters: DatadogMonitorResourceUpdateParameters,
|
1476
1461
|
DatadogOrganizationProperties: DatadogOrganizationProperties,
|
1477
|
-
|
1462
|
+
DatadogSetPasswordLink: DatadogSetPasswordLink,
|
1463
|
+
DatadogSingleSignOnProperties: DatadogSingleSignOnProperties,
|
1464
|
+
DatadogSingleSignOnResource: DatadogSingleSignOnResource,
|
1465
|
+
DatadogSingleSignOnResourceListResponse: DatadogSingleSignOnResourceListResponse,
|
1466
|
+
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
1467
|
+
ErrorDetail: ErrorDetail,
|
1468
|
+
ErrorResponse: ErrorResponse,
|
1469
|
+
FilteringTag: FilteringTag,
|
1478
1470
|
IdentityProperties: IdentityProperties,
|
1479
|
-
|
1471
|
+
LinkedResource: LinkedResource,
|
1472
|
+
LinkedResourceListResponse: LinkedResourceListResponse,
|
1473
|
+
LogRules: LogRules,
|
1474
|
+
MetricRules: MetricRules,
|
1475
|
+
MonitorProperties: MonitorProperties,
|
1480
1476
|
MonitorUpdateProperties: MonitorUpdateProperties,
|
1481
|
-
|
1482
|
-
|
1477
|
+
MonitoredResource: MonitoredResource,
|
1478
|
+
MonitoredResourceListResponse: MonitoredResourceListResponse,
|
1483
1479
|
MonitoringTagRules: MonitoringTagRules,
|
1480
|
+
MonitoringTagRulesListResponse: MonitoringTagRulesListResponse,
|
1484
1481
|
MonitoringTagRulesProperties: MonitoringTagRulesProperties,
|
1485
|
-
|
1486
|
-
|
1487
|
-
|
1488
|
-
|
1489
|
-
|
1490
|
-
|
1482
|
+
OperationDisplay: OperationDisplay,
|
1483
|
+
OperationListResult: OperationListResult,
|
1484
|
+
OperationResult: OperationResult,
|
1485
|
+
ResourceSku: ResourceSku,
|
1486
|
+
SystemData: SystemData,
|
1487
|
+
UserInfo: UserInfo
|
1491
1488
|
});
|
1492
1489
|
|
1493
1490
|
/*
|
@@ -1696,16 +1693,11 @@ class MarketplaceAgreementsImpl {
|
|
1696
1693
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
1697
1694
|
var _a, e_1, _b, _c;
|
1698
1695
|
try {
|
1699
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
1696
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
1700
1697
|
_c = _f.value;
|
1701
1698
|
_d = false;
|
1702
|
-
|
1703
|
-
|
1704
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1705
|
-
}
|
1706
|
-
finally {
|
1707
|
-
_d = true;
|
1708
|
-
}
|
1699
|
+
const page = _c;
|
1700
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1709
1701
|
}
|
1710
1702
|
}
|
1711
1703
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -1889,16 +1881,11 @@ class MonitorsImpl {
|
|
1889
1881
|
return tslib.__asyncGenerator(this, arguments, function* listApiKeysPagingAll_1() {
|
1890
1882
|
var _a, e_1, _b, _c;
|
1891
1883
|
try {
|
1892
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listApiKeysPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
1884
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listApiKeysPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
1893
1885
|
_c = _f.value;
|
1894
1886
|
_d = false;
|
1895
|
-
|
1896
|
-
|
1897
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1898
|
-
}
|
1899
|
-
finally {
|
1900
|
-
_d = true;
|
1901
|
-
}
|
1887
|
+
const page = _c;
|
1888
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1902
1889
|
}
|
1903
1890
|
}
|
1904
1891
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -1957,16 +1944,11 @@ class MonitorsImpl {
|
|
1957
1944
|
return tslib.__asyncGenerator(this, arguments, function* listHostsPagingAll_1() {
|
1958
1945
|
var _a, e_2, _b, _c;
|
1959
1946
|
try {
|
1960
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listHostsPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
1947
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listHostsPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
1961
1948
|
_c = _f.value;
|
1962
1949
|
_d = false;
|
1963
|
-
|
1964
|
-
|
1965
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1966
|
-
}
|
1967
|
-
finally {
|
1968
|
-
_d = true;
|
1969
|
-
}
|
1950
|
+
const page = _c;
|
1951
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
1970
1952
|
}
|
1971
1953
|
}
|
1972
1954
|
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
@@ -2025,16 +2007,11 @@ class MonitorsImpl {
|
|
2025
2007
|
return tslib.__asyncGenerator(this, arguments, function* listLinkedResourcesPagingAll_1() {
|
2026
2008
|
var _a, e_3, _b, _c;
|
2027
2009
|
try {
|
2028
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listLinkedResourcesPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
2010
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listLinkedResourcesPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
2029
2011
|
_c = _f.value;
|
2030
2012
|
_d = false;
|
2031
|
-
|
2032
|
-
|
2033
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2034
|
-
}
|
2035
|
-
finally {
|
2036
|
-
_d = true;
|
2037
|
-
}
|
2013
|
+
const page = _c;
|
2014
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2038
2015
|
}
|
2039
2016
|
}
|
2040
2017
|
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
@@ -2093,16 +2070,11 @@ class MonitorsImpl {
|
|
2093
2070
|
return tslib.__asyncGenerator(this, arguments, function* listMonitoredResourcesPagingAll_1() {
|
2094
2071
|
var _a, e_4, _b, _c;
|
2095
2072
|
try {
|
2096
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listMonitoredResourcesPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
2073
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listMonitoredResourcesPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
2097
2074
|
_c = _f.value;
|
2098
2075
|
_d = false;
|
2099
|
-
|
2100
|
-
|
2101
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2102
|
-
}
|
2103
|
-
finally {
|
2104
|
-
_d = true;
|
2105
|
-
}
|
2076
|
+
const page = _c;
|
2077
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2106
2078
|
}
|
2107
2079
|
}
|
2108
2080
|
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
@@ -2159,16 +2131,11 @@ class MonitorsImpl {
|
|
2159
2131
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
2160
2132
|
var _a, e_5, _b, _c;
|
2161
2133
|
try {
|
2162
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
2134
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
2163
2135
|
_c = _f.value;
|
2164
2136
|
_d = false;
|
2165
|
-
|
2166
|
-
|
2167
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2168
|
-
}
|
2169
|
-
finally {
|
2170
|
-
_d = true;
|
2171
|
-
}
|
2137
|
+
const page = _c;
|
2138
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2172
2139
|
}
|
2173
2140
|
}
|
2174
2141
|
catch (e_5_1) { e_5 = { error: e_5_1 }; }
|
@@ -2226,16 +2193,11 @@ class MonitorsImpl {
|
|
2226
2193
|
return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
|
2227
2194
|
var _a, e_6, _b, _c;
|
2228
2195
|
try {
|
2229
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
2196
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
2230
2197
|
_c = _f.value;
|
2231
2198
|
_d = false;
|
2232
|
-
|
2233
|
-
|
2234
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2235
|
-
}
|
2236
|
-
finally {
|
2237
|
-
_d = true;
|
2238
|
-
}
|
2199
|
+
const page = _c;
|
2200
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
2239
2201
|
}
|
2240
2202
|
}
|
2241
2203
|
catch (e_6_1) { e_6 = { error: e_6_1 }; }
|
@@ -3030,16 +2992,11 @@ class OperationsImpl {
|
|
3030
2992
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
3031
2993
|
var _a, e_1, _b, _c;
|
3032
2994
|
try {
|
3033
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
2995
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
3034
2996
|
_c = _f.value;
|
3035
2997
|
_d = false;
|
3036
|
-
|
3037
|
-
|
3038
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
3039
|
-
}
|
3040
|
-
finally {
|
3041
|
-
_d = true;
|
3042
|
-
}
|
2998
|
+
const page = _c;
|
2999
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
3043
3000
|
}
|
3044
3001
|
}
|
3045
3002
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -3166,16 +3123,11 @@ class TagRulesImpl {
|
|
3166
3123
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
3167
3124
|
var _a, e_1, _b, _c;
|
3168
3125
|
try {
|
3169
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
3126
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
3170
3127
|
_c = _f.value;
|
3171
3128
|
_d = false;
|
3172
|
-
|
3173
|
-
|
3174
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
3175
|
-
}
|
3176
|
-
finally {
|
3177
|
-
_d = true;
|
3178
|
-
}
|
3129
|
+
const page = _c;
|
3130
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
3179
3131
|
}
|
3180
3132
|
}
|
3181
3133
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
@@ -3383,16 +3335,11 @@ class SingleSignOnConfigurationsImpl {
|
|
3383
3335
|
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
3384
3336
|
var _a, e_1, _b, _c;
|
3385
3337
|
try {
|
3386
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
|
3338
|
+
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
3387
3339
|
_c = _f.value;
|
3388
3340
|
_d = false;
|
3389
|
-
|
3390
|
-
|
3391
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
3392
|
-
}
|
3393
|
-
finally {
|
3394
|
-
_d = true;
|
3395
|
-
}
|
3341
|
+
const page = _c;
|
3342
|
+
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
3396
3343
|
}
|
3397
3344
|
}
|
3398
3345
|
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|