@azure/arm-datadog 3.0.3-alpha.20230320.1 → 3.0.3-alpha.20230501.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.
Files changed (38) hide show
  1. package/dist/index.js +120 -50
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.min.js.map +1 -1
  5. package/dist-esm/samples-dev/marketplaceAgreementsListSample.js +12 -5
  6. package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +1 -1
  7. package/dist-esm/samples-dev/monitorsListApiKeysSample.js +12 -5
  8. package/dist-esm/samples-dev/monitorsListApiKeysSample.js.map +1 -1
  9. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js +12 -5
  10. package/dist-esm/samples-dev/monitorsListByResourceGroupSample.js.map +1 -1
  11. package/dist-esm/samples-dev/monitorsListHostsSample.js +12 -5
  12. package/dist-esm/samples-dev/monitorsListHostsSample.js.map +1 -1
  13. package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.js +12 -5
  14. package/dist-esm/samples-dev/monitorsListLinkedResourcesSample.js.map +1 -1
  15. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js +12 -5
  16. package/dist-esm/samples-dev/monitorsListMonitoredResourcesSample.js.map +1 -1
  17. package/dist-esm/samples-dev/monitorsListSample.js +12 -5
  18. package/dist-esm/samples-dev/monitorsListSample.js.map +1 -1
  19. package/dist-esm/samples-dev/operationsListSample.js +12 -5
  20. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  21. package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.js +12 -5
  22. package/dist-esm/samples-dev/singleSignOnConfigurationsListSample.js.map +1 -1
  23. package/dist-esm/samples-dev/tagRulesListSample.js +12 -5
  24. package/dist-esm/samples-dev/tagRulesListSample.js.map +1 -1
  25. package/dist-esm/src/models/index.d.ts +38 -38
  26. package/dist-esm/src/models/index.d.ts.map +1 -1
  27. package/dist-esm/src/operations/marketplaceAgreements.js +12 -5
  28. package/dist-esm/src/operations/marketplaceAgreements.js.map +1 -1
  29. package/dist-esm/src/operations/monitors.js +72 -30
  30. package/dist-esm/src/operations/monitors.js.map +1 -1
  31. package/dist-esm/src/operations/operations.js +12 -5
  32. package/dist-esm/src/operations/operations.js.map +1 -1
  33. package/dist-esm/src/operations/singleSignOnConfigurations.js +12 -5
  34. package/dist-esm/src/operations/singleSignOnConfigurations.js.map +1 -1
  35. package/dist-esm/src/operations/tagRules.js +12 -5
  36. package/dist-esm/src/operations/tagRules.js.map +1 -1
  37. package/package.json +2 -2
  38. package/types/tsdoc-metadata.json +1 -1
package/dist/index.js CHANGED
@@ -1694,17 +1694,24 @@ class MarketplaceAgreementsImpl {
1694
1694
  }
1695
1695
  listPagingAll(options) {
1696
1696
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
1697
- var e_1, _a;
1697
+ var _a, e_1, _b, _c;
1698
1698
  try {
1699
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1700
- const page = _c.value;
1701
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1699
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1700
+ _c = _f.value;
1701
+ _d = false;
1702
+ try {
1703
+ const page = _c;
1704
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1705
+ }
1706
+ finally {
1707
+ _d = true;
1708
+ }
1702
1709
  }
1703
1710
  }
1704
1711
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1705
1712
  finally {
1706
1713
  try {
1707
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1714
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1708
1715
  }
1709
1716
  finally { if (e_1) throw e_1.error; }
1710
1717
  }
@@ -1880,17 +1887,24 @@ class MonitorsImpl {
1880
1887
  }
1881
1888
  listApiKeysPagingAll(resourceGroupName, monitorName, options) {
1882
1889
  return tslib.__asyncGenerator(this, arguments, function* listApiKeysPagingAll_1() {
1883
- var e_1, _a;
1890
+ var _a, e_1, _b, _c;
1884
1891
  try {
1885
- for (var _b = tslib.__asyncValues(this.listApiKeysPagingPage(resourceGroupName, monitorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1886
- const page = _c.value;
1887
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1892
+ for (var _d = true, _e = tslib.__asyncValues(this.listApiKeysPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1893
+ _c = _f.value;
1894
+ _d = false;
1895
+ try {
1896
+ const page = _c;
1897
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1898
+ }
1899
+ finally {
1900
+ _d = true;
1901
+ }
1888
1902
  }
1889
1903
  }
1890
1904
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
1891
1905
  finally {
1892
1906
  try {
1893
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1907
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1894
1908
  }
1895
1909
  finally { if (e_1) throw e_1.error; }
1896
1910
  }
@@ -1941,17 +1955,24 @@ class MonitorsImpl {
1941
1955
  }
1942
1956
  listHostsPagingAll(resourceGroupName, monitorName, options) {
1943
1957
  return tslib.__asyncGenerator(this, arguments, function* listHostsPagingAll_1() {
1944
- var e_2, _a;
1958
+ var _a, e_2, _b, _c;
1945
1959
  try {
1946
- for (var _b = tslib.__asyncValues(this.listHostsPagingPage(resourceGroupName, monitorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
1947
- const page = _c.value;
1948
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1960
+ for (var _d = true, _e = tslib.__asyncValues(this.listHostsPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
1961
+ _c = _f.value;
1962
+ _d = false;
1963
+ try {
1964
+ const page = _c;
1965
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
1966
+ }
1967
+ finally {
1968
+ _d = true;
1969
+ }
1949
1970
  }
1950
1971
  }
1951
1972
  catch (e_2_1) { e_2 = { error: e_2_1 }; }
1952
1973
  finally {
1953
1974
  try {
1954
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
1975
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
1955
1976
  }
1956
1977
  finally { if (e_2) throw e_2.error; }
1957
1978
  }
@@ -2002,17 +2023,24 @@ class MonitorsImpl {
2002
2023
  }
2003
2024
  listLinkedResourcesPagingAll(resourceGroupName, monitorName, options) {
2004
2025
  return tslib.__asyncGenerator(this, arguments, function* listLinkedResourcesPagingAll_1() {
2005
- var e_3, _a;
2026
+ var _a, e_3, _b, _c;
2006
2027
  try {
2007
- for (var _b = tslib.__asyncValues(this.listLinkedResourcesPagingPage(resourceGroupName, monitorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2008
- const page = _c.value;
2009
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2028
+ for (var _d = true, _e = tslib.__asyncValues(this.listLinkedResourcesPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2029
+ _c = _f.value;
2030
+ _d = false;
2031
+ try {
2032
+ const page = _c;
2033
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2034
+ }
2035
+ finally {
2036
+ _d = true;
2037
+ }
2010
2038
  }
2011
2039
  }
2012
2040
  catch (e_3_1) { e_3 = { error: e_3_1 }; }
2013
2041
  finally {
2014
2042
  try {
2015
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2043
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2016
2044
  }
2017
2045
  finally { if (e_3) throw e_3.error; }
2018
2046
  }
@@ -2063,17 +2091,24 @@ class MonitorsImpl {
2063
2091
  }
2064
2092
  listMonitoredResourcesPagingAll(resourceGroupName, monitorName, options) {
2065
2093
  return tslib.__asyncGenerator(this, arguments, function* listMonitoredResourcesPagingAll_1() {
2066
- var e_4, _a;
2094
+ var _a, e_4, _b, _c;
2067
2095
  try {
2068
- for (var _b = tslib.__asyncValues(this.listMonitoredResourcesPagingPage(resourceGroupName, monitorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2069
- const page = _c.value;
2070
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2096
+ for (var _d = true, _e = tslib.__asyncValues(this.listMonitoredResourcesPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2097
+ _c = _f.value;
2098
+ _d = false;
2099
+ try {
2100
+ const page = _c;
2101
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2102
+ }
2103
+ finally {
2104
+ _d = true;
2105
+ }
2071
2106
  }
2072
2107
  }
2073
2108
  catch (e_4_1) { e_4 = { error: e_4_1 }; }
2074
2109
  finally {
2075
2110
  try {
2076
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2111
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2077
2112
  }
2078
2113
  finally { if (e_4) throw e_4.error; }
2079
2114
  }
@@ -2122,17 +2157,24 @@ class MonitorsImpl {
2122
2157
  }
2123
2158
  listPagingAll(options) {
2124
2159
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2125
- var e_5, _a;
2160
+ var _a, e_5, _b, _c;
2126
2161
  try {
2127
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2128
- const page = _c.value;
2129
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2162
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2163
+ _c = _f.value;
2164
+ _d = false;
2165
+ try {
2166
+ const page = _c;
2167
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2168
+ }
2169
+ finally {
2170
+ _d = true;
2171
+ }
2130
2172
  }
2131
2173
  }
2132
2174
  catch (e_5_1) { e_5 = { error: e_5_1 }; }
2133
2175
  finally {
2134
2176
  try {
2135
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2177
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2136
2178
  }
2137
2179
  finally { if (e_5) throw e_5.error; }
2138
2180
  }
@@ -2182,17 +2224,24 @@ class MonitorsImpl {
2182
2224
  }
2183
2225
  listByResourceGroupPagingAll(resourceGroupName, options) {
2184
2226
  return tslib.__asyncGenerator(this, arguments, function* listByResourceGroupPagingAll_1() {
2185
- var e_6, _a;
2227
+ var _a, e_6, _b, _c;
2186
2228
  try {
2187
- for (var _b = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2188
- const page = _c.value;
2189
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2229
+ for (var _d = true, _e = tslib.__asyncValues(this.listByResourceGroupPagingPage(resourceGroupName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
2230
+ _c = _f.value;
2231
+ _d = false;
2232
+ try {
2233
+ const page = _c;
2234
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
2235
+ }
2236
+ finally {
2237
+ _d = true;
2238
+ }
2190
2239
  }
2191
2240
  }
2192
2241
  catch (e_6_1) { e_6 = { error: e_6_1 }; }
2193
2242
  finally {
2194
2243
  try {
2195
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
2244
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2196
2245
  }
2197
2246
  finally { if (e_6) throw e_6.error; }
2198
2247
  }
@@ -2979,17 +3028,24 @@ class OperationsImpl {
2979
3028
  }
2980
3029
  listPagingAll(options) {
2981
3030
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
2982
- var e_1, _a;
3031
+ var _a, e_1, _b, _c;
2983
3032
  try {
2984
- for (var _b = tslib.__asyncValues(this.listPagingPage(options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
2985
- const page = _c.value;
2986
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3033
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3034
+ _c = _f.value;
3035
+ _d = false;
3036
+ try {
3037
+ const page = _c;
3038
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3039
+ }
3040
+ finally {
3041
+ _d = true;
3042
+ }
2987
3043
  }
2988
3044
  }
2989
3045
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
2990
3046
  finally {
2991
3047
  try {
2992
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3048
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
2993
3049
  }
2994
3050
  finally { if (e_1) throw e_1.error; }
2995
3051
  }
@@ -3108,17 +3164,24 @@ class TagRulesImpl {
3108
3164
  }
3109
3165
  listPagingAll(resourceGroupName, monitorName, options) {
3110
3166
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3111
- var e_1, _a;
3167
+ var _a, e_1, _b, _c;
3112
3168
  try {
3113
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, monitorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3114
- const page = _c.value;
3115
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3169
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3170
+ _c = _f.value;
3171
+ _d = false;
3172
+ try {
3173
+ const page = _c;
3174
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3175
+ }
3176
+ finally {
3177
+ _d = true;
3178
+ }
3116
3179
  }
3117
3180
  }
3118
3181
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3119
3182
  finally {
3120
3183
  try {
3121
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3184
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3122
3185
  }
3123
3186
  finally { if (e_1) throw e_1.error; }
3124
3187
  }
@@ -3318,17 +3381,24 @@ class SingleSignOnConfigurationsImpl {
3318
3381
  }
3319
3382
  listPagingAll(resourceGroupName, monitorName, options) {
3320
3383
  return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
3321
- var e_1, _a;
3384
+ var _a, e_1, _b, _c;
3322
3385
  try {
3323
- for (var _b = tslib.__asyncValues(this.listPagingPage(resourceGroupName, monitorName, options)), _c; _c = yield tslib.__await(_b.next()), !_c.done;) {
3324
- const page = _c.value;
3325
- yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3386
+ for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, monitorName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a;) {
3387
+ _c = _f.value;
3388
+ _d = false;
3389
+ try {
3390
+ const page = _c;
3391
+ yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
3392
+ }
3393
+ finally {
3394
+ _d = true;
3395
+ }
3326
3396
  }
3327
3397
  }
3328
3398
  catch (e_1_1) { e_1 = { error: e_1_1 }; }
3329
3399
  finally {
3330
3400
  try {
3331
- if (_c && !_c.done && (_a = _b.return)) yield tslib.__await(_a.call(_b));
3401
+ if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
3332
3402
  }
3333
3403
  finally { if (e_1) throw e_1.error; }
3334
3404
  }