@azure/arm-newrelicobservability 1.1.2-alpha.20251114.1 → 2.0.0-beta.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/LICENSE +1 -1
- package/README.md +4 -3
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +2 -0
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +352 -282
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +27 -42
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +26 -23
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +495 -331
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +9 -7
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +50 -53
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/newRelicObservability.d.ts +5 -4
- package/dist/browser/newRelicObservability.d.ts.map +1 -1
- package/dist/browser/newRelicObservability.js +13 -16
- package/dist/browser/newRelicObservability.js.map +1 -1
- package/dist/browser/operations/accounts.d.ts +8 -6
- package/dist/browser/operations/accounts.d.ts.map +1 -1
- package/dist/browser/operations/accounts.js +10 -21
- package/dist/browser/operations/accounts.js.map +1 -1
- package/dist/browser/operations/billingInfo.d.ts +4 -4
- package/dist/browser/operations/billingInfo.d.ts.map +1 -1
- package/dist/browser/operations/billingInfo.js +4 -9
- package/dist/browser/operations/billingInfo.js.map +1 -1
- package/dist/browser/operations/connectedPartnerResources.d.ts +6 -8
- package/dist/browser/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/browser/operations/connectedPartnerResources.js +9 -16
- package/dist/browser/operations/connectedPartnerResources.js.map +1 -1
- package/dist/browser/operations/index.d.ts +2 -1
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +6 -8
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/monitoredSubscriptions.d.ts +16 -16
- package/dist/browser/operations/monitoredSubscriptions.d.ts.map +1 -1
- package/dist/browser/operations/monitoredSubscriptions.js +30 -32
- package/dist/browser/operations/monitoredSubscriptions.js.map +1 -1
- package/dist/browser/operations/monitors.d.ts +117 -51
- package/dist/browser/operations/monitors.d.ts.map +1 -1
- package/dist/browser/operations/monitors.js +412 -117
- package/dist/browser/operations/monitors.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +4 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/organizations.d.ts +8 -6
- package/dist/browser/operations/organizations.d.ts.map +1 -1
- package/dist/browser/operations/organizations.js +10 -21
- package/dist/browser/operations/organizations.js.map +1 -1
- package/dist/browser/operations/plans.d.ts +6 -6
- package/dist/browser/operations/plans.d.ts.map +1 -1
- package/dist/browser/operations/plans.js +8 -21
- package/dist/browser/operations/plans.js.map +1 -1
- package/dist/browser/operations/saaS.d.ts +19 -0
- package/dist/browser/operations/saaS.d.ts.map +1 -0
- package/dist/browser/operations/saaS.js +45 -0
- package/dist/browser/operations/saaS.js.map +1 -0
- package/dist/browser/operations/tagRules.d.ts +25 -17
- package/dist/browser/operations/tagRules.d.ts.map +1 -1
- package/dist/browser/operations/tagRules.js +46 -43
- package/dist/browser/operations/tagRules.js.map +1 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts +4 -3
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/accounts.js +2 -7
- package/dist/browser/operationsInterfaces/accounts.js.map +1 -1
- package/dist/browser/operationsInterfaces/billingInfo.d.ts +2 -2
- package/dist/browser/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/billingInfo.js +2 -7
- package/dist/browser/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/browser/operationsInterfaces/connectedPartnerResources.d.ts +3 -4
- package/dist/browser/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/browser/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +2 -1
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +6 -8
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts +13 -13
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.js +2 -7
- package/dist/browser/operationsInterfaces/monitoredSubscriptions.js.map +1 -1
- package/dist/browser/operationsInterfaces/monitors.d.ts +90 -27
- package/dist/browser/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/monitors.js +2 -7
- package/dist/browser/operationsInterfaces/monitors.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/organizations.d.ts +4 -3
- package/dist/browser/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/organizations.js +2 -7
- package/dist/browser/operationsInterfaces/organizations.js.map +1 -1
- package/dist/browser/operationsInterfaces/plans.d.ts +3 -3
- package/dist/browser/operationsInterfaces/plans.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/plans.js +2 -7
- package/dist/browser/operationsInterfaces/plans.js.map +1 -1
- package/dist/browser/operationsInterfaces/saaS.d.ts +11 -0
- package/dist/browser/operationsInterfaces/saaS.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/saaS.js +4 -0
- package/dist/browser/operationsInterfaces/saaS.js.map +1 -0
- package/dist/browser/operationsInterfaces/tagRules.d.ts +21 -14
- package/dist/browser/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tagRules.js +2 -7
- package/dist/browser/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -7
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +2 -0
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +352 -282
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +28 -43
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +26 -23
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +497 -333
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +9 -7
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +50 -53
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/newRelicObservability.d.ts +5 -4
- package/dist/commonjs/newRelicObservability.d.ts.map +1 -1
- package/dist/commonjs/newRelicObservability.js +12 -15
- package/dist/commonjs/newRelicObservability.js.map +1 -1
- package/dist/commonjs/operations/accounts.d.ts +8 -6
- package/dist/commonjs/operations/accounts.d.ts.map +1 -1
- package/dist/commonjs/operations/accounts.js +10 -21
- package/dist/commonjs/operations/accounts.js.map +1 -1
- package/dist/commonjs/operations/billingInfo.d.ts +4 -4
- package/dist/commonjs/operations/billingInfo.d.ts.map +1 -1
- package/dist/commonjs/operations/billingInfo.js +4 -9
- package/dist/commonjs/operations/billingInfo.js.map +1 -1
- package/dist/commonjs/operations/connectedPartnerResources.d.ts +6 -8
- package/dist/commonjs/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/commonjs/operations/connectedPartnerResources.js +9 -16
- package/dist/commonjs/operations/connectedPartnerResources.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +2 -1
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +6 -8
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts +16 -16
- package/dist/commonjs/operations/monitoredSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operations/monitoredSubscriptions.js +29 -31
- package/dist/commonjs/operations/monitoredSubscriptions.js.map +1 -1
- package/dist/commonjs/operations/monitors.d.ts +117 -51
- package/dist/commonjs/operations/monitors.d.ts.map +1 -1
- package/dist/commonjs/operations/monitors.js +411 -116
- package/dist/commonjs/operations/monitors.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +4 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/organizations.d.ts +8 -6
- package/dist/commonjs/operations/organizations.d.ts.map +1 -1
- package/dist/commonjs/operations/organizations.js +10 -21
- package/dist/commonjs/operations/organizations.js.map +1 -1
- package/dist/commonjs/operations/plans.d.ts +6 -6
- package/dist/commonjs/operations/plans.d.ts.map +1 -1
- package/dist/commonjs/operations/plans.js +8 -21
- package/dist/commonjs/operations/plans.js.map +1 -1
- package/dist/commonjs/operations/saaS.d.ts +19 -0
- package/dist/commonjs/operations/saaS.d.ts.map +1 -0
- package/dist/commonjs/operations/saaS.js +50 -0
- package/dist/commonjs/operations/saaS.js.map +1 -0
- package/dist/commonjs/operations/tagRules.d.ts +25 -17
- package/dist/commonjs/operations/tagRules.d.ts.map +1 -1
- package/dist/commonjs/operations/tagRules.js +45 -42
- package/dist/commonjs/operations/tagRules.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +4 -3
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/accounts.js +2 -7
- package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingInfo.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingInfo.js +2 -7
- package/dist/commonjs/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.d.ts +3 -4
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +6 -8
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts +13 -13
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js +2 -7
- package/dist/commonjs/operationsInterfaces/monitoredSubscriptions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitors.d.ts +90 -27
- package/dist/commonjs/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/monitors.js +2 -7
- package/dist/commonjs/operationsInterfaces/monitors.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/organizations.d.ts +4 -3
- package/dist/commonjs/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/organizations.js +2 -7
- package/dist/commonjs/operationsInterfaces/organizations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/plans.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/plans.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/plans.js +2 -7
- package/dist/commonjs/operationsInterfaces/plans.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/saaS.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/saaS.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/saaS.js +5 -0
- package/dist/commonjs/operationsInterfaces/saaS.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts +21 -14
- package/dist/commonjs/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagRules.js +2 -7
- package/dist/commonjs/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -7
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +2 -0
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +352 -282
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +27 -42
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +26 -23
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +495 -331
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +9 -7
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +50 -53
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/newRelicObservability.d.ts +5 -4
- package/dist/esm/newRelicObservability.d.ts.map +1 -1
- package/dist/esm/newRelicObservability.js +13 -16
- package/dist/esm/newRelicObservability.js.map +1 -1
- package/dist/esm/operations/accounts.d.ts +8 -6
- package/dist/esm/operations/accounts.d.ts.map +1 -1
- package/dist/esm/operations/accounts.js +10 -21
- package/dist/esm/operations/accounts.js.map +1 -1
- package/dist/esm/operations/billingInfo.d.ts +4 -4
- package/dist/esm/operations/billingInfo.d.ts.map +1 -1
- package/dist/esm/operations/billingInfo.js +4 -9
- package/dist/esm/operations/billingInfo.js.map +1 -1
- package/dist/esm/operations/connectedPartnerResources.d.ts +6 -8
- package/dist/esm/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/esm/operations/connectedPartnerResources.js +9 -16
- package/dist/esm/operations/connectedPartnerResources.js.map +1 -1
- package/dist/esm/operations/index.d.ts +2 -1
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +6 -8
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/monitoredSubscriptions.d.ts +16 -16
- package/dist/esm/operations/monitoredSubscriptions.d.ts.map +1 -1
- package/dist/esm/operations/monitoredSubscriptions.js +30 -32
- package/dist/esm/operations/monitoredSubscriptions.js.map +1 -1
- package/dist/esm/operations/monitors.d.ts +117 -51
- package/dist/esm/operations/monitors.d.ts.map +1 -1
- package/dist/esm/operations/monitors.js +412 -117
- package/dist/esm/operations/monitors.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +4 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/organizations.d.ts +8 -6
- package/dist/esm/operations/organizations.d.ts.map +1 -1
- package/dist/esm/operations/organizations.js +10 -21
- package/dist/esm/operations/organizations.js.map +1 -1
- package/dist/esm/operations/plans.d.ts +6 -6
- package/dist/esm/operations/plans.d.ts.map +1 -1
- package/dist/esm/operations/plans.js +8 -21
- package/dist/esm/operations/plans.js.map +1 -1
- package/dist/esm/operations/saaS.d.ts +19 -0
- package/dist/esm/operations/saaS.d.ts.map +1 -0
- package/dist/esm/operations/saaS.js +45 -0
- package/dist/esm/operations/saaS.js.map +1 -0
- package/dist/esm/operations/tagRules.d.ts +25 -17
- package/dist/esm/operations/tagRules.d.ts.map +1 -1
- package/dist/esm/operations/tagRules.js +46 -43
- package/dist/esm/operations/tagRules.js.map +1 -1
- package/dist/esm/operationsInterfaces/accounts.d.ts +4 -3
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/accounts.js +2 -7
- package/dist/esm/operationsInterfaces/accounts.js.map +1 -1
- package/dist/esm/operationsInterfaces/billingInfo.d.ts +2 -2
- package/dist/esm/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/billingInfo.js +2 -7
- package/dist/esm/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/esm/operationsInterfaces/connectedPartnerResources.d.ts +3 -4
- package/dist/esm/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/esm/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +2 -1
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +6 -8
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts +13 -13
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js +2 -7
- package/dist/esm/operationsInterfaces/monitoredSubscriptions.js.map +1 -1
- package/dist/esm/operationsInterfaces/monitors.d.ts +90 -27
- package/dist/esm/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/monitors.js +2 -7
- package/dist/esm/operationsInterfaces/monitors.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/organizations.d.ts +4 -3
- package/dist/esm/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/organizations.js +2 -7
- package/dist/esm/operationsInterfaces/organizations.js.map +1 -1
- package/dist/esm/operationsInterfaces/plans.d.ts +3 -3
- package/dist/esm/operationsInterfaces/plans.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/plans.js +2 -7
- package/dist/esm/operationsInterfaces/plans.js.map +1 -1
- package/dist/esm/operationsInterfaces/saaS.d.ts +11 -0
- package/dist/esm/operationsInterfaces/saaS.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/saaS.js +4 -0
- package/dist/esm/operationsInterfaces/saaS.js.map +1 -0
- package/dist/esm/operationsInterfaces/tagRules.d.ts +21 -14
- package/dist/esm/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tagRules.js +2 -7
- package/dist/esm/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -7
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +2 -0
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +352 -282
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +27 -42
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +26 -23
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +495 -331
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +9 -7
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +50 -53
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/newRelicObservability.d.ts +5 -4
- package/dist/react-native/newRelicObservability.d.ts.map +1 -1
- package/dist/react-native/newRelicObservability.js +13 -16
- package/dist/react-native/newRelicObservability.js.map +1 -1
- package/dist/react-native/operations/accounts.d.ts +8 -6
- package/dist/react-native/operations/accounts.d.ts.map +1 -1
- package/dist/react-native/operations/accounts.js +10 -21
- package/dist/react-native/operations/accounts.js.map +1 -1
- package/dist/react-native/operations/billingInfo.d.ts +4 -4
- package/dist/react-native/operations/billingInfo.d.ts.map +1 -1
- package/dist/react-native/operations/billingInfo.js +4 -9
- package/dist/react-native/operations/billingInfo.js.map +1 -1
- package/dist/react-native/operations/connectedPartnerResources.d.ts +6 -8
- package/dist/react-native/operations/connectedPartnerResources.d.ts.map +1 -1
- package/dist/react-native/operations/connectedPartnerResources.js +9 -16
- package/dist/react-native/operations/connectedPartnerResources.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +2 -1
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +6 -8
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/monitoredSubscriptions.d.ts +16 -16
- package/dist/react-native/operations/monitoredSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operations/monitoredSubscriptions.js +30 -32
- package/dist/react-native/operations/monitoredSubscriptions.js.map +1 -1
- package/dist/react-native/operations/monitors.d.ts +117 -51
- package/dist/react-native/operations/monitors.d.ts.map +1 -1
- package/dist/react-native/operations/monitors.js +412 -117
- package/dist/react-native/operations/monitors.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +4 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/organizations.d.ts +8 -6
- package/dist/react-native/operations/organizations.d.ts.map +1 -1
- package/dist/react-native/operations/organizations.js +10 -21
- package/dist/react-native/operations/organizations.js.map +1 -1
- package/dist/react-native/operations/plans.d.ts +6 -6
- package/dist/react-native/operations/plans.d.ts.map +1 -1
- package/dist/react-native/operations/plans.js +8 -21
- package/dist/react-native/operations/plans.js.map +1 -1
- package/dist/react-native/operations/saaS.d.ts +19 -0
- package/dist/react-native/operations/saaS.d.ts.map +1 -0
- package/dist/react-native/operations/saaS.js +45 -0
- package/dist/react-native/operations/saaS.js.map +1 -0
- package/dist/react-native/operations/tagRules.d.ts +25 -17
- package/dist/react-native/operations/tagRules.d.ts.map +1 -1
- package/dist/react-native/operations/tagRules.js +46 -43
- package/dist/react-native/operations/tagRules.js.map +1 -1
- package/dist/react-native/operationsInterfaces/accounts.d.ts +4 -3
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/accounts.js +2 -7
- package/dist/react-native/operationsInterfaces/accounts.js.map +1 -1
- package/dist/react-native/operationsInterfaces/billingInfo.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/billingInfo.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/billingInfo.js +2 -7
- package/dist/react-native/operationsInterfaces/billingInfo.js.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.d.ts +3 -4
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.js +2 -7
- package/dist/react-native/operationsInterfaces/connectedPartnerResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -1
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +6 -8
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts +13 -13
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js +2 -7
- package/dist/react-native/operationsInterfaces/monitoredSubscriptions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/monitors.d.ts +90 -27
- package/dist/react-native/operationsInterfaces/monitors.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/monitors.js +2 -7
- package/dist/react-native/operationsInterfaces/monitors.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/organizations.d.ts +4 -3
- package/dist/react-native/operationsInterfaces/organizations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/organizations.js +2 -7
- package/dist/react-native/operationsInterfaces/organizations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/plans.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/plans.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/plans.js +2 -7
- package/dist/react-native/operationsInterfaces/plans.js.map +1 -1
- package/dist/react-native/operationsInterfaces/saaS.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/saaS.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/saaS.js +4 -0
- package/dist/react-native/operationsInterfaces/saaS.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tagRules.d.ts +21 -14
- package/dist/react-native/operationsInterfaces/tagRules.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tagRules.js +2 -7
- package/dist/react-native/operationsInterfaces/tagRules.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -7
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +38 -37
- package/CHANGELOG.md +0 -76
- package/review/arm-newrelicobservability-node.api.md +0 -1160
|
@@ -1,21 +1,22 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { NewRelicMonitorResource, MonitorsListBySubscriptionOptionalParams, MonitorsListByResourceGroupOptionalParams, AppServiceInfo, AppServicesGetRequest, MonitorsListAppServicesOptionalParams, VMInfo, HostsGetRequest, MonitorsListHostsOptionalParams,
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { NewRelicMonitorResource, MonitorsListBySubscriptionOptionalParams, MonitorsListByResourceGroupOptionalParams, AppServiceInfo, AppServicesGetRequest, MonitorsListAppServicesOptionalParams, VMInfo, HostsGetRequest, MonitorsListHostsOptionalParams, LinkedResource, MonitorsListLinkedResourcesOptionalParams, MonitoredResource, MonitorsListMonitoredResourcesOptionalParams, MonitorsGetOptionalParams, MonitorsGetResponse, MonitorsCreateOrUpdateOptionalParams, MonitorsCreateOrUpdateResponse, NewRelicMonitorResourceUpdate, MonitorsUpdateOptionalParams, MonitorsUpdateResponse, MonitorsDeleteOptionalParams, MetricsRequest, MonitorsGetMetricRulesOptionalParams, MonitorsGetMetricRulesResponse, MetricsStatusRequest, MonitorsGetMetricStatusOptionalParams, MonitorsGetMetricStatusResponse, MonitorsLatestLinkedSaaSOptionalParams, MonitorsLatestLinkedSaaSResponse, SaaSData, MonitorsLinkSaaSOptionalParams, MonitorsLinkSaaSResponse, MonitorsRefreshIngestionKeyOptionalParams, MonitorsResubscribeOptionalParams, MonitorsResubscribeResponse, SwitchBillingRequest, MonitorsSwitchBillingOptionalParams, MonitorsSwitchBillingResponse, MonitorsVmHostPayloadOptionalParams, MonitorsVmHostPayloadResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a Monitors. */
|
|
5
5
|
export interface Monitors {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Lists all New Relic monitor resources either within a specific subscription
|
|
8
8
|
* @param options The options parameters.
|
|
9
9
|
*/
|
|
10
10
|
listBySubscription(options?: MonitorsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NewRelicMonitorResource>;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Retrieves a list of all New Relic monitor resources either a specific resource group
|
|
13
13
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
14
14
|
* @param options The options parameters.
|
|
15
15
|
*/
|
|
16
16
|
listByResourceGroup(resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<NewRelicMonitorResource>;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Lists the app service resources currently being monitored by the New Relic resource, helping you
|
|
19
|
+
* understand which app services are under monitoring
|
|
19
20
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
20
21
|
* @param monitorName Name of the Monitors resource
|
|
21
22
|
* @param request The details of the app services get request.
|
|
@@ -23,7 +24,8 @@ export interface Monitors {
|
|
|
23
24
|
*/
|
|
24
25
|
listAppServices(resourceGroupName: string, monitorName: string, request: AppServicesGetRequest, options?: MonitorsListAppServicesOptionalParams): PagedAsyncIterableIterator<AppServiceInfo>;
|
|
25
26
|
/**
|
|
26
|
-
*
|
|
27
|
+
* Lists all VM resources currently being monitored by the New Relic monitor resource, helping you
|
|
28
|
+
* manage observability
|
|
27
29
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
30
|
* @param monitorName Name of the Monitors resource
|
|
29
31
|
* @param request The details of the Hosts get request.
|
|
@@ -31,29 +33,33 @@ export interface Monitors {
|
|
|
31
33
|
*/
|
|
32
34
|
listHosts(resourceGroupName: string, monitorName: string, request: HostsGetRequest, options?: MonitorsListHostsOptionalParams): PagedAsyncIterableIterator<VMInfo>;
|
|
33
35
|
/**
|
|
34
|
-
*
|
|
36
|
+
* Lists all Azure resources that are linked to the same New Relic organization as the specified
|
|
37
|
+
* monitor resource, helping you understand the scope of integration
|
|
35
38
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
36
39
|
* @param monitorName Name of the Monitors resource
|
|
37
40
|
* @param options The options parameters.
|
|
38
41
|
*/
|
|
39
|
-
|
|
42
|
+
listLinkedResources(resourceGroupName: string, monitorName: string, options?: MonitorsListLinkedResourcesOptionalParams): PagedAsyncIterableIterator<LinkedResource>;
|
|
40
43
|
/**
|
|
41
|
-
*
|
|
42
|
-
* resource
|
|
44
|
+
* Lists all Azure resources that are currently being monitored by the specified New Relic monitor
|
|
45
|
+
* resource, providing insight into the coverage of your observability setup
|
|
43
46
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
44
47
|
* @param monitorName Name of the Monitors resource
|
|
45
48
|
* @param options The options parameters.
|
|
46
49
|
*/
|
|
47
|
-
|
|
50
|
+
listMonitoredResources(resourceGroupName: string, monitorName: string, options?: MonitorsListMonitoredResourcesOptionalParams): PagedAsyncIterableIterator<MonitoredResource>;
|
|
48
51
|
/**
|
|
49
|
-
*
|
|
52
|
+
* Retrieves the properties and configuration details of a specific New Relic monitor resource,
|
|
53
|
+
* providing insight into its setup and status
|
|
50
54
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
55
|
* @param monitorName Name of the Monitors resource
|
|
52
56
|
* @param options The options parameters.
|
|
53
57
|
*/
|
|
54
58
|
get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<MonitorsGetResponse>;
|
|
55
59
|
/**
|
|
56
|
-
*
|
|
60
|
+
* Creates a new or updates an existing New Relic monitor resource in your Azure subscription. This
|
|
61
|
+
* sets up the integration between Azure and your New Relic account, enabling observability and
|
|
62
|
+
* monitoring of your Azure resources through New Relic
|
|
57
63
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
58
64
|
* @param monitorName Name of the Monitors resource
|
|
59
65
|
* @param resource Resource create parameters.
|
|
@@ -61,7 +67,9 @@ export interface Monitors {
|
|
|
61
67
|
*/
|
|
62
68
|
beginCreateOrUpdate(resourceGroupName: string, monitorName: string, resource: NewRelicMonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsCreateOrUpdateResponse>, MonitorsCreateOrUpdateResponse>>;
|
|
63
69
|
/**
|
|
64
|
-
*
|
|
70
|
+
* Creates a new or updates an existing New Relic monitor resource in your Azure subscription. This
|
|
71
|
+
* sets up the integration between Azure and your New Relic account, enabling observability and
|
|
72
|
+
* monitoring of your Azure resources through New Relic
|
|
65
73
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
66
74
|
* @param monitorName Name of the Monitors resource
|
|
67
75
|
* @param resource Resource create parameters.
|
|
@@ -69,31 +77,41 @@ export interface Monitors {
|
|
|
69
77
|
*/
|
|
70
78
|
beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, resource: NewRelicMonitorResource, options?: MonitorsCreateOrUpdateOptionalParams): Promise<MonitorsCreateOrUpdateResponse>;
|
|
71
79
|
/**
|
|
72
|
-
*
|
|
80
|
+
* Updates an existing New Relic monitor resource from your Azure subscription
|
|
73
81
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
74
82
|
* @param monitorName Name of the Monitors resource
|
|
75
83
|
* @param properties The resource properties to be updated.
|
|
76
84
|
* @param options The options parameters.
|
|
77
85
|
*/
|
|
78
|
-
|
|
86
|
+
beginUpdate(resourceGroupName: string, monitorName: string, properties: NewRelicMonitorResourceUpdate, options?: MonitorsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsUpdateResponse>, MonitorsUpdateResponse>>;
|
|
79
87
|
/**
|
|
80
|
-
*
|
|
88
|
+
* Updates an existing New Relic monitor resource from your Azure subscription
|
|
81
89
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
82
|
-
* @param userEmail User Email.
|
|
83
90
|
* @param monitorName Name of the Monitors resource
|
|
91
|
+
* @param properties The resource properties to be updated.
|
|
84
92
|
* @param options The options parameters.
|
|
85
93
|
*/
|
|
86
|
-
|
|
94
|
+
beginUpdateAndWait(resourceGroupName: string, monitorName: string, properties: NewRelicMonitorResourceUpdate, options?: MonitorsUpdateOptionalParams): Promise<MonitorsUpdateResponse>;
|
|
87
95
|
/**
|
|
88
|
-
*
|
|
96
|
+
* Deletes an existing New Relic monitor resource from your Azure subscription, removing the
|
|
97
|
+
* integration and stopping the observability of your Azure resources through New Relic
|
|
89
98
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
99
|
+
* @param monitorName Name of the Monitors resource
|
|
90
100
|
* @param userEmail User Email.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
beginDelete(resourceGroupName: string, monitorName: string, userEmail: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
104
|
+
/**
|
|
105
|
+
* Deletes an existing New Relic monitor resource from your Azure subscription, removing the
|
|
106
|
+
* integration and stopping the observability of your Azure resources through New Relic
|
|
107
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
108
|
* @param monitorName Name of the Monitors resource
|
|
109
|
+
* @param userEmail User Email.
|
|
92
110
|
* @param options The options parameters.
|
|
93
111
|
*/
|
|
94
|
-
beginDeleteAndWait(resourceGroupName: string,
|
|
112
|
+
beginDeleteAndWait(resourceGroupName: string, monitorName: string, userEmail: string, options?: MonitorsDeleteOptionalParams): Promise<void>;
|
|
95
113
|
/**
|
|
96
|
-
*
|
|
114
|
+
* Retrieves the metric rules that are configured in the New Relic monitor resource
|
|
97
115
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
116
|
* @param monitorName Name of the Monitors resource
|
|
99
117
|
* @param request The details of the get metrics status request.
|
|
@@ -101,7 +119,7 @@ export interface Monitors {
|
|
|
101
119
|
*/
|
|
102
120
|
getMetricRules(resourceGroupName: string, monitorName: string, request: MetricsRequest, options?: MonitorsGetMetricRulesOptionalParams): Promise<MonitorsGetMetricRulesResponse>;
|
|
103
121
|
/**
|
|
104
|
-
*
|
|
122
|
+
* Retrieves the metric status that are configured in the New Relic monitor resource
|
|
105
123
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
106
124
|
* @param monitorName Name of the Monitors resource
|
|
107
125
|
* @param request The details of the get metrics status request.
|
|
@@ -109,7 +127,52 @@ export interface Monitors {
|
|
|
109
127
|
*/
|
|
110
128
|
getMetricStatus(resourceGroupName: string, monitorName: string, request: MetricsStatusRequest, options?: MonitorsGetMetricStatusOptionalParams): Promise<MonitorsGetMetricStatusResponse>;
|
|
111
129
|
/**
|
|
112
|
-
*
|
|
130
|
+
* Returns the latest SaaS linked to the newrelic organization of the underlying monitor.
|
|
131
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
132
|
+
* @param monitorName Name of the Monitors resource
|
|
133
|
+
* @param options The options parameters.
|
|
134
|
+
*/
|
|
135
|
+
latestLinkedSaaS(resourceGroupName: string, monitorName: string, options?: MonitorsLatestLinkedSaaSOptionalParams): Promise<MonitorsLatestLinkedSaaSResponse>;
|
|
136
|
+
/**
|
|
137
|
+
* Links a new SaaS to the newrelic organization of the underlying monitor.
|
|
138
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
139
|
+
* @param monitorName Name of the Monitors resource
|
|
140
|
+
* @param body Link SaaS body parameter
|
|
141
|
+
* @param options The options parameters.
|
|
142
|
+
*/
|
|
143
|
+
beginLinkSaaS(resourceGroupName: string, monitorName: string, body: SaaSData, options?: MonitorsLinkSaaSOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsLinkSaaSResponse>, MonitorsLinkSaaSResponse>>;
|
|
144
|
+
/**
|
|
145
|
+
* Links a new SaaS to the newrelic organization of the underlying monitor.
|
|
146
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
147
|
+
* @param monitorName Name of the Monitors resource
|
|
148
|
+
* @param body Link SaaS body parameter
|
|
149
|
+
* @param options The options parameters.
|
|
150
|
+
*/
|
|
151
|
+
beginLinkSaaSAndWait(resourceGroupName: string, monitorName: string, body: SaaSData, options?: MonitorsLinkSaaSOptionalParams): Promise<MonitorsLinkSaaSResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* Refreshes the ingestion key for all monitors linked to the same account associated to the underlying
|
|
154
|
+
* monitor.
|
|
155
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
156
|
+
* @param monitorName Name of the Monitors resource
|
|
157
|
+
* @param options The options parameters.
|
|
158
|
+
*/
|
|
159
|
+
refreshIngestionKey(resourceGroupName: string, monitorName: string, options?: MonitorsRefreshIngestionKeyOptionalParams): Promise<void>;
|
|
160
|
+
/**
|
|
161
|
+
* A long-running resource action.
|
|
162
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
163
|
+
* @param monitorName Name of the Monitors resource
|
|
164
|
+
* @param options The options parameters.
|
|
165
|
+
*/
|
|
166
|
+
beginResubscribe(resourceGroupName: string, monitorName: string, options?: MonitorsResubscribeOptionalParams): Promise<SimplePollerLike<OperationState<MonitorsResubscribeResponse>, MonitorsResubscribeResponse>>;
|
|
167
|
+
/**
|
|
168
|
+
* A long-running resource action.
|
|
169
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
170
|
+
* @param monitorName Name of the Monitors resource
|
|
171
|
+
* @param options The options parameters.
|
|
172
|
+
*/
|
|
173
|
+
beginResubscribeAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsResubscribeOptionalParams): Promise<MonitorsResubscribeResponse>;
|
|
174
|
+
/**
|
|
175
|
+
* Switches the billing for the New Relic Monitor resource to be billed by Azure Marketplace
|
|
113
176
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
114
177
|
* @param monitorName Name of the Monitors resource
|
|
115
178
|
* @param request The details of the switch billing request.
|
|
@@ -117,8 +180,8 @@ export interface Monitors {
|
|
|
117
180
|
*/
|
|
118
181
|
switchBilling(resourceGroupName: string, monitorName: string, request: SwitchBillingRequest, options?: MonitorsSwitchBillingOptionalParams): Promise<MonitorsSwitchBillingResponse>;
|
|
119
182
|
/**
|
|
120
|
-
* Returns the payload that needs to be passed in the request body for installing
|
|
121
|
-
* VM
|
|
183
|
+
* Returns the payload that needs to be passed in the request body for installing the New Relic agent
|
|
184
|
+
* on a VM, providing the necessary configuration details
|
|
122
185
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
123
186
|
* @param monitorName Name of the Monitors resource
|
|
124
187
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/monitors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"monitors.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/monitors.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=monitors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"monitors.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/monitors.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n NewRelicMonitorResource,\n MonitorsListBySubscriptionOptionalParams,\n MonitorsListByResourceGroupOptionalParams,\n AppServiceInfo,\n AppServicesGetRequest,\n MonitorsListAppServicesOptionalParams,\n VMInfo,\n HostsGetRequest,\n MonitorsListHostsOptionalParams,\n MonitoredResource,\n MonitorsListMonitoredResourcesOptionalParams,\n LinkedResource,\n MonitorsListLinkedResourcesOptionalParams,\n MonitorsGetOptionalParams,\n MonitorsGetResponse,\n MonitorsCreateOrUpdateOptionalParams,\n MonitorsCreateOrUpdateResponse,\n NewRelicMonitorResourceUpdate,\n MonitorsUpdateOptionalParams,\n MonitorsUpdateResponse,\n MonitorsDeleteOptionalParams,\n MetricsRequest,\n MonitorsGetMetricRulesOptionalParams,\n MonitorsGetMetricRulesResponse,\n MetricsStatusRequest,\n MonitorsGetMetricStatusOptionalParams,\n MonitorsGetMetricStatusResponse,\n SwitchBillingRequest,\n MonitorsSwitchBillingOptionalParams,\n MonitorsSwitchBillingResponse,\n MonitorsVmHostPayloadOptionalParams,\n MonitorsVmHostPayloadResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Monitors. */\nexport interface Monitors {\n /**\n * List NewRelicMonitorResource resources by subscription ID\n * @param options The options parameters.\n */\n listBySubscription(\n options?: MonitorsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<NewRelicMonitorResource>;\n /**\n * List NewRelicMonitorResource resources by resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: MonitorsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<NewRelicMonitorResource>;\n /**\n * List the app service resources currently being monitored by the NewRelic resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the app services get request.\n * @param options The options parameters.\n */\n listAppServices(\n resourceGroupName: string,\n monitorName: string,\n request: AppServicesGetRequest,\n options?: MonitorsListAppServicesOptionalParams,\n ): PagedAsyncIterableIterator<AppServiceInfo>;\n /**\n * List the compute vm resources currently being monitored by the NewRelic resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the Hosts get request.\n * @param options The options parameters.\n */\n listHosts(\n resourceGroupName: string,\n monitorName: string,\n request: HostsGetRequest,\n options?: MonitorsListHostsOptionalParams,\n ): PagedAsyncIterableIterator<VMInfo>;\n /**\n * List the resources currently being monitored by the NewRelic monitor resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n listMonitoredResources(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsListMonitoredResourcesOptionalParams,\n ): PagedAsyncIterableIterator<MonitoredResource>;\n /**\n * List all Azure resources associated to the same NewRelic organization and account as the target\n * resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n listLinkedResources(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsListLinkedResourcesOptionalParams,\n ): PagedAsyncIterableIterator<LinkedResource>;\n /**\n * Get a NewRelicMonitorResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsGetOptionalParams,\n ): Promise<MonitorsGetResponse>;\n /**\n * Create a NewRelicMonitorResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n monitorName: string,\n resource: NewRelicMonitorResource,\n options?: MonitorsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MonitorsCreateOrUpdateResponse>,\n MonitorsCreateOrUpdateResponse\n >\n >;\n /**\n * Create a NewRelicMonitorResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n monitorName: string,\n resource: NewRelicMonitorResource,\n options?: MonitorsCreateOrUpdateOptionalParams,\n ): Promise<MonitorsCreateOrUpdateResponse>;\n /**\n * Update a NewRelicMonitorResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n monitorName: string,\n properties: NewRelicMonitorResourceUpdate,\n options?: MonitorsUpdateOptionalParams,\n ): Promise<MonitorsUpdateResponse>;\n /**\n * Delete a NewRelicMonitorResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param userEmail User Email.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n userEmail: string,\n monitorName: string,\n options?: MonitorsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Delete a NewRelicMonitorResource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param userEmail User Email.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n userEmail: string,\n monitorName: string,\n options?: MonitorsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Get metric rules\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the get metrics status request.\n * @param options The options parameters.\n */\n getMetricRules(\n resourceGroupName: string,\n monitorName: string,\n request: MetricsRequest,\n options?: MonitorsGetMetricRulesOptionalParams,\n ): Promise<MonitorsGetMetricRulesResponse>;\n /**\n * Get metric status\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the get metrics status request.\n * @param options The options parameters.\n */\n getMetricStatus(\n resourceGroupName: string,\n monitorName: string,\n request: MetricsStatusRequest,\n options?: MonitorsGetMetricStatusOptionalParams,\n ): Promise<MonitorsGetMetricStatusResponse>;\n /**\n * Switches the billing for NewRelic monitor resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the switch billing request.\n * @param options The options parameters.\n */\n switchBilling(\n resourceGroupName: string,\n monitorName: string,\n request: SwitchBillingRequest,\n options?: MonitorsSwitchBillingOptionalParams,\n ): Promise<MonitorsSwitchBillingResponse>;\n /**\n * Returns the payload that needs to be passed in the request body for installing NewRelic agent on a\n * VM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n vmHostPayload(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsVmHostPayloadOptionalParams,\n ): Promise<MonitorsVmHostPayloadResponse>;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"monitors.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/monitors.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n NewRelicMonitorResource,\n MonitorsListBySubscriptionOptionalParams,\n MonitorsListByResourceGroupOptionalParams,\n AppServiceInfo,\n AppServicesGetRequest,\n MonitorsListAppServicesOptionalParams,\n VMInfo,\n HostsGetRequest,\n MonitorsListHostsOptionalParams,\n LinkedResource,\n MonitorsListLinkedResourcesOptionalParams,\n MonitoredResource,\n MonitorsListMonitoredResourcesOptionalParams,\n MonitorsGetOptionalParams,\n MonitorsGetResponse,\n MonitorsCreateOrUpdateOptionalParams,\n MonitorsCreateOrUpdateResponse,\n NewRelicMonitorResourceUpdate,\n MonitorsUpdateOptionalParams,\n MonitorsUpdateResponse,\n MonitorsDeleteOptionalParams,\n MetricsRequest,\n MonitorsGetMetricRulesOptionalParams,\n MonitorsGetMetricRulesResponse,\n MetricsStatusRequest,\n MonitorsGetMetricStatusOptionalParams,\n MonitorsGetMetricStatusResponse,\n MonitorsLatestLinkedSaaSOptionalParams,\n MonitorsLatestLinkedSaaSResponse,\n SaaSData,\n MonitorsLinkSaaSOptionalParams,\n MonitorsLinkSaaSResponse,\n MonitorsRefreshIngestionKeyOptionalParams,\n MonitorsResubscribeOptionalParams,\n MonitorsResubscribeResponse,\n SwitchBillingRequest,\n MonitorsSwitchBillingOptionalParams,\n MonitorsSwitchBillingResponse,\n MonitorsVmHostPayloadOptionalParams,\n MonitorsVmHostPayloadResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Monitors. */\nexport interface Monitors {\n /**\n * Lists all New Relic monitor resources either within a specific subscription\n * @param options The options parameters.\n */\n listBySubscription(\n options?: MonitorsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<NewRelicMonitorResource>;\n /**\n * Retrieves a list of all New Relic monitor resources either a specific resource group\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: MonitorsListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<NewRelicMonitorResource>;\n /**\n * Lists the app service resources currently being monitored by the New Relic resource, helping you\n * understand which app services are under monitoring\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the app services get request.\n * @param options The options parameters.\n */\n listAppServices(\n resourceGroupName: string,\n monitorName: string,\n request: AppServicesGetRequest,\n options?: MonitorsListAppServicesOptionalParams,\n ): PagedAsyncIterableIterator<AppServiceInfo>;\n /**\n * Lists all VM resources currently being monitored by the New Relic monitor resource, helping you\n * manage observability\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the Hosts get request.\n * @param options The options parameters.\n */\n listHosts(\n resourceGroupName: string,\n monitorName: string,\n request: HostsGetRequest,\n options?: MonitorsListHostsOptionalParams,\n ): PagedAsyncIterableIterator<VMInfo>;\n /**\n * Lists all Azure resources that are linked to the same New Relic organization as the specified\n * monitor resource, helping you understand the scope of integration\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n listLinkedResources(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsListLinkedResourcesOptionalParams,\n ): PagedAsyncIterableIterator<LinkedResource>;\n /**\n * Lists all Azure resources that are currently being monitored by the specified New Relic monitor\n * resource, providing insight into the coverage of your observability setup\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n listMonitoredResources(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsListMonitoredResourcesOptionalParams,\n ): PagedAsyncIterableIterator<MonitoredResource>;\n /**\n * Retrieves the properties and configuration details of a specific New Relic monitor resource,\n * providing insight into its setup and status\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsGetOptionalParams,\n ): Promise<MonitorsGetResponse>;\n /**\n * Creates a new or updates an existing New Relic monitor resource in your Azure subscription. This\n * sets up the integration between Azure and your New Relic account, enabling observability and\n * monitoring of your Azure resources through New Relic\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n monitorName: string,\n resource: NewRelicMonitorResource,\n options?: MonitorsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<MonitorsCreateOrUpdateResponse>, MonitorsCreateOrUpdateResponse>\n >;\n /**\n * Creates a new or updates an existing New Relic monitor resource in your Azure subscription. This\n * sets up the integration between Azure and your New Relic account, enabling observability and\n * monitoring of your Azure resources through New Relic\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n monitorName: string,\n resource: NewRelicMonitorResource,\n options?: MonitorsCreateOrUpdateOptionalParams,\n ): Promise<MonitorsCreateOrUpdateResponse>;\n /**\n * Updates an existing New Relic monitor resource from your Azure subscription\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n monitorName: string,\n properties: NewRelicMonitorResourceUpdate,\n options?: MonitorsUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<MonitorsUpdateResponse>, MonitorsUpdateResponse>>;\n /**\n * Updates an existing New Relic monitor resource from your Azure subscription\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n monitorName: string,\n properties: NewRelicMonitorResourceUpdate,\n options?: MonitorsUpdateOptionalParams,\n ): Promise<MonitorsUpdateResponse>;\n /**\n * Deletes an existing New Relic monitor resource from your Azure subscription, removing the\n * integration and stopping the observability of your Azure resources through New Relic\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param userEmail User Email.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n monitorName: string,\n userEmail: string,\n options?: MonitorsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an existing New Relic monitor resource from your Azure subscription, removing the\n * integration and stopping the observability of your Azure resources through New Relic\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param userEmail User Email.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n monitorName: string,\n userEmail: string,\n options?: MonitorsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Retrieves the metric rules that are configured in the New Relic monitor resource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the get metrics status request.\n * @param options The options parameters.\n */\n getMetricRules(\n resourceGroupName: string,\n monitorName: string,\n request: MetricsRequest,\n options?: MonitorsGetMetricRulesOptionalParams,\n ): Promise<MonitorsGetMetricRulesResponse>;\n /**\n * Retrieves the metric status that are configured in the New Relic monitor resource\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the get metrics status request.\n * @param options The options parameters.\n */\n getMetricStatus(\n resourceGroupName: string,\n monitorName: string,\n request: MetricsStatusRequest,\n options?: MonitorsGetMetricStatusOptionalParams,\n ): Promise<MonitorsGetMetricStatusResponse>;\n /**\n * Returns the latest SaaS linked to the newrelic organization of the underlying monitor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n latestLinkedSaaS(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsLatestLinkedSaaSOptionalParams,\n ): Promise<MonitorsLatestLinkedSaaSResponse>;\n /**\n * Links a new SaaS to the newrelic organization of the underlying monitor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param body Link SaaS body parameter\n * @param options The options parameters.\n */\n beginLinkSaaS(\n resourceGroupName: string,\n monitorName: string,\n body: SaaSData,\n options?: MonitorsLinkSaaSOptionalParams,\n ): Promise<SimplePollerLike<OperationState<MonitorsLinkSaaSResponse>, MonitorsLinkSaaSResponse>>;\n /**\n * Links a new SaaS to the newrelic organization of the underlying monitor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param body Link SaaS body parameter\n * @param options The options parameters.\n */\n beginLinkSaaSAndWait(\n resourceGroupName: string,\n monitorName: string,\n body: SaaSData,\n options?: MonitorsLinkSaaSOptionalParams,\n ): Promise<MonitorsLinkSaaSResponse>;\n /**\n * Refreshes the ingestion key for all monitors linked to the same account associated to the underlying\n * monitor.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n refreshIngestionKey(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsRefreshIngestionKeyOptionalParams,\n ): Promise<void>;\n /**\n * A long-running resource action.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n beginResubscribe(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsResubscribeOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<MonitorsResubscribeResponse>, MonitorsResubscribeResponse>\n >;\n /**\n * A long-running resource action.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n beginResubscribeAndWait(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsResubscribeOptionalParams,\n ): Promise<MonitorsResubscribeResponse>;\n /**\n * Switches the billing for the New Relic Monitor resource to be billed by Azure Marketplace\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param request The details of the switch billing request.\n * @param options The options parameters.\n */\n switchBilling(\n resourceGroupName: string,\n monitorName: string,\n request: SwitchBillingRequest,\n options?: MonitorsSwitchBillingOptionalParams,\n ): Promise<MonitorsSwitchBillingResponse>;\n /**\n * Returns the payload that needs to be passed in the request body for installing the New Relic agent\n * on a VM, providing the necessary configuration details\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param monitorName Name of the Monitors resource\n * @param options The options parameters.\n */\n vmHostPayload(\n resourceGroupName: string,\n monitorName: string,\n options?: MonitorsVmHostPayloadOptionalParams,\n ): Promise<MonitorsVmHostPayloadResponse>;\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Operations. */
|
|
4
4
|
export interface Operations {
|
|
5
5
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAGlF,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,4BAA4B,GAAG,0BAA0B,CAAC,SAAS,CAAC,CAAC;CACrF"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=operations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * List the operations for the provider\n * @param options The options parameters.\n */\n list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { OrganizationResource, OrganizationsListOptionalParams } from "../models/index.js";
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { OrganizationResource, OrganizationsListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Organizations. */
|
|
4
4
|
export interface Organizations {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Lists all the New Relic organizations linked to your email address, helping you understand the
|
|
7
|
+
* existing organizations that have been created
|
|
7
8
|
* @param userEmail User Email.
|
|
8
9
|
* @param location Location for NewRelic.
|
|
9
10
|
* @param options The options parameters.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/organizations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"organizations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/organizations.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,oBAAoB,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AAGhG,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;;OAMG;IACH,IAAI,CACF,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,oBAAoB,CAAC,CAAC;CACrD"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=organizations.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"organizations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/organizations.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"organizations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/organizations.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { OrganizationResource, OrganizationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Organizations. */\nexport interface Organizations {\n /**\n * Lists all the New Relic organizations linked to your email address, helping you understand the\n * existing organizations that have been created\n * @param userEmail User Email.\n * @param location Location for NewRelic.\n * @param options The options parameters.\n */\n list(\n userEmail: string,\n location: string,\n options?: OrganizationsListOptionalParams,\n ): PagedAsyncIterableIterator<OrganizationResource>;\n}\n"]}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { PlanDataResource, PlansListOptionalParams } from "../models/index.js";
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { PlanDataResource, PlansListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a Plans. */
|
|
4
4
|
export interface Plans {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Lists the plans data linked to your organization, providing an overview of the available plans
|
|
7
7
|
* @param options The options parameters.
|
|
8
8
|
*/
|
|
9
9
|
list(options?: PlansListOptionalParams): PagedAsyncIterableIterator<PlanDataResource>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/plans.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/plans.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AAGpF,sCAAsC;AACtC,MAAM,WAAW,KAAK;IACpB;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,uBAAuB,GAAG,0BAA0B,CAAC,gBAAgB,CAAC,CAAC;CACvF"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=plans.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plans.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/plans.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"plans.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/plans.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { PlanDataResource, PlansListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Plans. */\nexport interface Plans {\n /**\n * Lists the plans data linked to your organization, providing an overview of the available plans\n * @param options The options parameters.\n */\n list(options?: PlansListOptionalParams): PagedAsyncIterableIterator<PlanDataResource>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { ActivateSaaSParameterRequest, SaaSActivateResourceOptionalParams, SaaSActivateResourceResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a SaaS. */
|
|
3
|
+
export interface SaaS {
|
|
4
|
+
/**
|
|
5
|
+
* Resolve the token to get the SaaS resource ID and activate the SaaS resource
|
|
6
|
+
* @param request The request body
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
activateResource(request: ActivateSaaSParameterRequest, options?: SaaSActivateResourceOptionalParams): Promise<SaaSActivateResourceResponse>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=saaS.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"saaS.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/saaS.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,4BAA4B,EAC5B,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;;OAIG;IACH,gBAAgB,CACd,OAAO,EAAE,4BAA4B,EACrC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"saaS.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/saaS.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type {\n ActivateSaaSParameterRequest,\n SaaSActivateResourceOptionalParams,\n SaaSActivateResourceResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a SaaS. */\nexport interface SaaS {\n /**\n * Resolve the token to get the SaaS resource ID and activate the SaaS resource\n * @param request The request body\n * @param options The options parameters.\n */\n activateResource(\n request: ActivateSaaSParameterRequest,\n options?: SaaSActivateResourceOptionalParams,\n ): Promise<SaaSActivateResourceResponse>;\n}\n"]}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { TagRule, TagRulesListByNewRelicMonitorResourceOptionalParams, TagRulesGetOptionalParams, TagRulesGetResponse, TagRulesCreateOrUpdateOptionalParams, TagRulesCreateOrUpdateResponse,
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { TagRule, TagRulesListByNewRelicMonitorResourceOptionalParams, TagRulesGetOptionalParams, TagRulesGetResponse, TagRulesCreateOrUpdateOptionalParams, TagRulesCreateOrUpdateResponse, TagRuleUpdate, TagRulesUpdateOptionalParams, TagRulesUpdateResponse, TagRulesDeleteOptionalParams } from "../models/index.js";
|
|
4
4
|
/** Interface representing a TagRules. */
|
|
5
5
|
export interface TagRules {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Lists all tag rules associated with a specific New Relic monitor resource, helping you manage and
|
|
8
|
+
* audit the rules that control resource monitoring
|
|
8
9
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
10
|
* @param monitorName Name of the Monitors resource
|
|
10
11
|
* @param options The options parameters.
|
|
11
12
|
*/
|
|
12
13
|
listByNewRelicMonitorResource(resourceGroupName: string, monitorName: string, options?: TagRulesListByNewRelicMonitorResourceOptionalParams): PagedAsyncIterableIterator<TagRule>;
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
+
* Retrieves the details of the tag rules for a specific New Relic monitor resource, providing insight
|
|
16
|
+
* into its setup and status
|
|
15
17
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
18
|
* @param monitorName Name of the Monitors resource
|
|
17
19
|
* @param ruleSetName Name of the TagRule
|
|
@@ -19,7 +21,8 @@ export interface TagRules {
|
|
|
19
21
|
*/
|
|
20
22
|
get(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesGetOptionalParams): Promise<TagRulesGetResponse>;
|
|
21
23
|
/**
|
|
22
|
-
*
|
|
24
|
+
* Creates a new set of tag rules for a specific New Relic monitor resource, determining which Azure
|
|
25
|
+
* resources are monitored based on their tags
|
|
23
26
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
27
|
* @param monitorName Name of the Monitors resource
|
|
25
28
|
* @param ruleSetName Name of the TagRule
|
|
@@ -28,7 +31,8 @@ export interface TagRules {
|
|
|
28
31
|
*/
|
|
29
32
|
beginCreateOrUpdate(resourceGroupName: string, monitorName: string, ruleSetName: string, resource: TagRule, options?: TagRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TagRulesCreateOrUpdateResponse>, TagRulesCreateOrUpdateResponse>>;
|
|
30
33
|
/**
|
|
31
|
-
*
|
|
34
|
+
* Creates a new set of tag rules for a specific New Relic monitor resource, determining which Azure
|
|
35
|
+
* resources are monitored based on their tags
|
|
32
36
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
37
|
* @param monitorName Name of the Monitors resource
|
|
34
38
|
* @param ruleSetName Name of the TagRule
|
|
@@ -37,29 +41,32 @@ export interface TagRules {
|
|
|
37
41
|
*/
|
|
38
42
|
beginCreateOrUpdateAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, resource: TagRule, options?: TagRulesCreateOrUpdateOptionalParams): Promise<TagRulesCreateOrUpdateResponse>;
|
|
39
43
|
/**
|
|
40
|
-
*
|
|
44
|
+
* Updates the tag rules for a specific New Relic monitor resource, allowing you to modify the rules
|
|
45
|
+
* that control which Azure resources are monitored
|
|
41
46
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
47
|
* @param monitorName Name of the Monitors resource
|
|
43
48
|
* @param ruleSetName Name of the TagRule
|
|
49
|
+
* @param properties The resource properties to be updated.
|
|
44
50
|
* @param options The options parameters.
|
|
45
51
|
*/
|
|
46
|
-
|
|
52
|
+
update(resourceGroupName: string, monitorName: string, ruleSetName: string, properties: TagRuleUpdate, options?: TagRulesUpdateOptionalParams): Promise<TagRulesUpdateResponse>;
|
|
47
53
|
/**
|
|
48
|
-
*
|
|
54
|
+
* Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over
|
|
55
|
+
* observability based on resource tags
|
|
49
56
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
57
|
* @param monitorName Name of the Monitors resource
|
|
51
58
|
* @param ruleSetName Name of the TagRule
|
|
52
59
|
* @param options The options parameters.
|
|
53
60
|
*/
|
|
54
|
-
|
|
61
|
+
beginDelete(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
55
62
|
/**
|
|
56
|
-
*
|
|
63
|
+
* Deletes a tag rule set for a given New Relic monitor resource, removing fine-grained control over
|
|
64
|
+
* observability based on resource tags
|
|
57
65
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
58
66
|
* @param monitorName Name of the Monitors resource
|
|
59
67
|
* @param ruleSetName Name of the TagRule
|
|
60
|
-
* @param properties The resource properties to be updated.
|
|
61
68
|
* @param options The options parameters.
|
|
62
69
|
*/
|
|
63
|
-
|
|
70
|
+
beginDeleteAndWait(resourceGroupName: string, monitorName: string, ruleSetName: string, options?: TagRulesDeleteOptionalParams): Promise<void>;
|
|
64
71
|
}
|
|
65
72
|
//# sourceMappingURL=tagRules.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tagRules.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tagRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/tagRules.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,OAAO,EACP,mDAAmD,EACnD,yBAAyB,EACzB,mBAAmB,EACnB,oCAAoC,EACpC,8BAA8B,EAC9B,aAAa,EACb,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;;OAMG;IACH,6BAA6B,CAC3B,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,mDAAmD,GAC5D,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;;OAQG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,OAAO,EACjB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,8BAA8B,CAAC,EAAE,8BAA8B,CAAC,CACjG,CAAC;IACF;;;;;;;;OAQG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,OAAO,EACjB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;;;OAQG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
//# sourceMappingURL=tagRules.js.map
|