@azure/arm-programmableconnectivity 1.0.0-alpha.20250505.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/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/api/gateways/index.d.ts +3 -0
- package/dist/browser/api/gateways/index.d.ts.map +1 -0
- package/dist/browser/api/gateways/index.js +4 -0
- package/dist/browser/api/gateways/index.js.map +1 -0
- package/dist/browser/api/gateways/operations.d.ts +36 -0
- package/dist/browser/api/gateways/operations.d.ts.map +1 -0
- package/dist/browser/api/gateways/operations.js +172 -0
- package/dist/browser/api/gateways/operations.js.map +1 -0
- package/dist/browser/api/gateways/options.d.ts +24 -0
- package/dist/browser/api/gateways/options.d.ts.map +1 -0
- package/dist/browser/api/gateways/options.js +4 -0
- package/dist/browser/api/gateways/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/operatorApiConnections/index.d.ts +3 -0
- package/dist/browser/api/operatorApiConnections/index.d.ts.map +1 -0
- package/dist/browser/api/operatorApiConnections/index.js +4 -0
- package/dist/browser/api/operatorApiConnections/index.js.map +1 -0
- package/dist/browser/api/operatorApiConnections/operations.d.ts +36 -0
- package/dist/browser/api/operatorApiConnections/operations.d.ts.map +1 -0
- package/dist/browser/api/operatorApiConnections/operations.js +184 -0
- package/dist/browser/api/operatorApiConnections/operations.js.map +1 -0
- package/dist/browser/api/operatorApiConnections/options.d.ts +26 -0
- package/dist/browser/api/operatorApiConnections/options.d.ts.map +1 -0
- package/dist/browser/api/operatorApiConnections/options.js +4 -0
- package/dist/browser/api/operatorApiConnections/options.js.map +1 -0
- package/dist/browser/api/operatorApiPlans/index.d.ts +3 -0
- package/dist/browser/api/operatorApiPlans/index.d.ts.map +1 -0
- package/dist/browser/api/operatorApiPlans/index.js +4 -0
- package/dist/browser/api/operatorApiPlans/index.js.map +1 -0
- package/dist/browser/api/operatorApiPlans/operations.d.ts +14 -0
- package/dist/browser/api/operatorApiPlans/operations.d.ts.map +1 -0
- package/dist/browser/api/operatorApiPlans/operations.js +62 -0
- package/dist/browser/api/operatorApiPlans/operations.js.map +1 -0
- package/dist/browser/api/operatorApiPlans/options.d.ts +14 -0
- package/dist/browser/api/operatorApiPlans/options.d.ts.map +1 -0
- package/dist/browser/api/operatorApiPlans/options.js +4 -0
- package/dist/browser/api/operatorApiPlans/options.js.map +1 -0
- package/dist/browser/api/programmableConnectivityContext.d.ts +19 -0
- package/dist/browser/api/programmableConnectivityContext.d.ts.map +1 -0
- package/dist/browser/api/programmableConnectivityContext.js +36 -0
- package/dist/browser/api/programmableConnectivityContext.js.map +1 -0
- package/dist/browser/classic/gateways/index.d.ts +27 -0
- package/dist/browser/classic/gateways/index.d.ts.map +1 -0
- package/dist/browser/classic/gateways/index.js +17 -0
- package/dist/browser/classic/gateways/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +5 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/operatorApiConnections/index.d.ts +27 -0
- package/dist/browser/classic/operatorApiConnections/index.d.ts.map +1 -0
- package/dist/browser/classic/operatorApiConnections/index.js +17 -0
- package/dist/browser/classic/operatorApiConnections/index.js.map +1 -0
- package/dist/browser/classic/operatorApiPlans/index.d.ts +13 -0
- package/dist/browser/classic/operatorApiPlans/index.d.ts.map +1 -0
- package/dist/browser/classic/operatorApiPlans/index.js +13 -0
- package/dist/browser/classic/operatorApiPlans/index.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +403 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +427 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/programmableConnectivityClient.d.ts +24 -0
- package/dist/browser/programmableConnectivityClient.d.ts.map +1 -0
- package/dist/browser/programmableConnectivityClient.js +24 -0
- package/dist/browser/programmableConnectivityClient.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +104 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/gateways/index.d.ts +3 -0
- package/dist/commonjs/api/gateways/index.d.ts.map +1 -0
- package/dist/commonjs/api/gateways/index.js +13 -0
- package/dist/commonjs/api/gateways/index.js.map +1 -0
- package/dist/commonjs/api/gateways/operations.d.ts +36 -0
- package/dist/commonjs/api/gateways/operations.d.ts.map +1 -0
- package/dist/commonjs/api/gateways/operations.js +192 -0
- package/dist/commonjs/api/gateways/operations.js.map +1 -0
- package/dist/commonjs/api/gateways/options.d.ts +24 -0
- package/dist/commonjs/api/gateways/options.d.ts.map +1 -0
- package/dist/commonjs/api/gateways/options.js +5 -0
- package/dist/commonjs/api/gateways/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/operatorApiConnections/index.d.ts +3 -0
- package/dist/commonjs/api/operatorApiConnections/index.d.ts.map +1 -0
- package/dist/commonjs/api/operatorApiConnections/index.js +13 -0
- package/dist/commonjs/api/operatorApiConnections/index.js.map +1 -0
- package/dist/commonjs/api/operatorApiConnections/operations.d.ts +36 -0
- package/dist/commonjs/api/operatorApiConnections/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operatorApiConnections/operations.js +204 -0
- package/dist/commonjs/api/operatorApiConnections/operations.js.map +1 -0
- package/dist/commonjs/api/operatorApiConnections/options.d.ts +26 -0
- package/dist/commonjs/api/operatorApiConnections/options.d.ts.map +1 -0
- package/dist/commonjs/api/operatorApiConnections/options.js +5 -0
- package/dist/commonjs/api/operatorApiConnections/options.js.map +1 -0
- package/dist/commonjs/api/operatorApiPlans/index.d.ts +3 -0
- package/dist/commonjs/api/operatorApiPlans/index.d.ts.map +1 -0
- package/dist/commonjs/api/operatorApiPlans/index.js +9 -0
- package/dist/commonjs/api/operatorApiPlans/index.js.map +1 -0
- package/dist/commonjs/api/operatorApiPlans/operations.d.ts +14 -0
- package/dist/commonjs/api/operatorApiPlans/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operatorApiPlans/operations.js +70 -0
- package/dist/commonjs/api/operatorApiPlans/operations.js.map +1 -0
- package/dist/commonjs/api/operatorApiPlans/options.d.ts +14 -0
- package/dist/commonjs/api/operatorApiPlans/options.d.ts.map +1 -0
- package/dist/commonjs/api/operatorApiPlans/options.js +5 -0
- package/dist/commonjs/api/operatorApiPlans/options.js.map +1 -0
- package/dist/commonjs/api/programmableConnectivityContext.d.ts +19 -0
- package/dist/commonjs/api/programmableConnectivityContext.d.ts.map +1 -0
- package/dist/commonjs/api/programmableConnectivityContext.js +39 -0
- package/dist/commonjs/api/programmableConnectivityContext.js.map +1 -0
- package/dist/commonjs/classic/gateways/index.d.ts +27 -0
- package/dist/commonjs/classic/gateways/index.d.ts.map +1 -0
- package/dist/commonjs/classic/gateways/index.js +20 -0
- package/dist/commonjs/classic/gateways/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +5 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/operatorApiConnections/index.d.ts +27 -0
- package/dist/commonjs/classic/operatorApiConnections/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operatorApiConnections/index.js +20 -0
- package/dist/commonjs/classic/operatorApiConnections/index.js.map +1 -0
- package/dist/commonjs/classic/operatorApiPlans/index.d.ts +13 -0
- package/dist/commonjs/classic/operatorApiPlans/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operatorApiPlans/index.js +16 -0
- package/dist/commonjs/classic/operatorApiPlans/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +13 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +403 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +473 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/programmableConnectivityClient.d.ts +24 -0
- package/dist/commonjs/programmableConnectivityClient.d.ts.map +1 -0
- package/dist/commonjs/programmableConnectivityClient.js +28 -0
- package/dist/commonjs/programmableConnectivityClient.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +107 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/gateways/index.d.ts +3 -0
- package/dist/esm/api/gateways/index.d.ts.map +1 -0
- package/dist/esm/api/gateways/index.js +4 -0
- package/dist/esm/api/gateways/index.js.map +1 -0
- package/dist/esm/api/gateways/operations.d.ts +36 -0
- package/dist/esm/api/gateways/operations.d.ts.map +1 -0
- package/dist/esm/api/gateways/operations.js +172 -0
- package/dist/esm/api/gateways/operations.js.map +1 -0
- package/dist/esm/api/gateways/options.d.ts +24 -0
- package/dist/esm/api/gateways/options.d.ts.map +1 -0
- package/dist/esm/api/gateways/options.js +4 -0
- package/dist/esm/api/gateways/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/operatorApiConnections/index.d.ts +3 -0
- package/dist/esm/api/operatorApiConnections/index.d.ts.map +1 -0
- package/dist/esm/api/operatorApiConnections/index.js +4 -0
- package/dist/esm/api/operatorApiConnections/index.js.map +1 -0
- package/dist/esm/api/operatorApiConnections/operations.d.ts +36 -0
- package/dist/esm/api/operatorApiConnections/operations.d.ts.map +1 -0
- package/dist/esm/api/operatorApiConnections/operations.js +184 -0
- package/dist/esm/api/operatorApiConnections/operations.js.map +1 -0
- package/dist/esm/api/operatorApiConnections/options.d.ts +26 -0
- package/dist/esm/api/operatorApiConnections/options.d.ts.map +1 -0
- package/dist/esm/api/operatorApiConnections/options.js +4 -0
- package/dist/esm/api/operatorApiConnections/options.js.map +1 -0
- package/dist/esm/api/operatorApiPlans/index.d.ts +3 -0
- package/dist/esm/api/operatorApiPlans/index.d.ts.map +1 -0
- package/dist/esm/api/operatorApiPlans/index.js +4 -0
- package/dist/esm/api/operatorApiPlans/index.js.map +1 -0
- package/dist/esm/api/operatorApiPlans/operations.d.ts +14 -0
- package/dist/esm/api/operatorApiPlans/operations.d.ts.map +1 -0
- package/dist/esm/api/operatorApiPlans/operations.js +62 -0
- package/dist/esm/api/operatorApiPlans/operations.js.map +1 -0
- package/dist/esm/api/operatorApiPlans/options.d.ts +14 -0
- package/dist/esm/api/operatorApiPlans/options.d.ts.map +1 -0
- package/dist/esm/api/operatorApiPlans/options.js +4 -0
- package/dist/esm/api/operatorApiPlans/options.js.map +1 -0
- package/dist/esm/api/programmableConnectivityContext.d.ts +19 -0
- package/dist/esm/api/programmableConnectivityContext.d.ts.map +1 -0
- package/dist/esm/api/programmableConnectivityContext.js +36 -0
- package/dist/esm/api/programmableConnectivityContext.js.map +1 -0
- package/dist/esm/classic/gateways/index.d.ts +27 -0
- package/dist/esm/classic/gateways/index.d.ts.map +1 -0
- package/dist/esm/classic/gateways/index.js +17 -0
- package/dist/esm/classic/gateways/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +5 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/operatorApiConnections/index.d.ts +27 -0
- package/dist/esm/classic/operatorApiConnections/index.d.ts.map +1 -0
- package/dist/esm/classic/operatorApiConnections/index.js +17 -0
- package/dist/esm/classic/operatorApiConnections/index.js.map +1 -0
- package/dist/esm/classic/operatorApiPlans/index.d.ts +13 -0
- package/dist/esm/classic/operatorApiPlans/index.d.ts.map +1 -0
- package/dist/esm/classic/operatorApiPlans/index.js +13 -0
- package/dist/esm/classic/operatorApiPlans/index.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +403 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +427 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/programmableConnectivityClient.d.ts +24 -0
- package/dist/esm/programmableConnectivityClient.d.ts.map +1 -0
- package/dist/esm/programmableConnectivityClient.js +24 -0
- package/dist/esm/programmableConnectivityClient.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +104 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/gateways/index.d.ts +3 -0
- package/dist/react-native/api/gateways/index.d.ts.map +1 -0
- package/dist/react-native/api/gateways/index.js +4 -0
- package/dist/react-native/api/gateways/index.js.map +1 -0
- package/dist/react-native/api/gateways/operations.d.ts +36 -0
- package/dist/react-native/api/gateways/operations.d.ts.map +1 -0
- package/dist/react-native/api/gateways/operations.js +172 -0
- package/dist/react-native/api/gateways/operations.js.map +1 -0
- package/dist/react-native/api/gateways/options.d.ts +24 -0
- package/dist/react-native/api/gateways/options.d.ts.map +1 -0
- package/dist/react-native/api/gateways/options.js +4 -0
- package/dist/react-native/api/gateways/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/operatorApiConnections/index.d.ts +3 -0
- package/dist/react-native/api/operatorApiConnections/index.d.ts.map +1 -0
- package/dist/react-native/api/operatorApiConnections/index.js +4 -0
- package/dist/react-native/api/operatorApiConnections/index.js.map +1 -0
- package/dist/react-native/api/operatorApiConnections/operations.d.ts +36 -0
- package/dist/react-native/api/operatorApiConnections/operations.d.ts.map +1 -0
- package/dist/react-native/api/operatorApiConnections/operations.js +184 -0
- package/dist/react-native/api/operatorApiConnections/operations.js.map +1 -0
- package/dist/react-native/api/operatorApiConnections/options.d.ts +26 -0
- package/dist/react-native/api/operatorApiConnections/options.d.ts.map +1 -0
- package/dist/react-native/api/operatorApiConnections/options.js +4 -0
- package/dist/react-native/api/operatorApiConnections/options.js.map +1 -0
- package/dist/react-native/api/operatorApiPlans/index.d.ts +3 -0
- package/dist/react-native/api/operatorApiPlans/index.d.ts.map +1 -0
- package/dist/react-native/api/operatorApiPlans/index.js +4 -0
- package/dist/react-native/api/operatorApiPlans/index.js.map +1 -0
- package/dist/react-native/api/operatorApiPlans/operations.d.ts +14 -0
- package/dist/react-native/api/operatorApiPlans/operations.d.ts.map +1 -0
- package/dist/react-native/api/operatorApiPlans/operations.js +62 -0
- package/dist/react-native/api/operatorApiPlans/operations.js.map +1 -0
- package/dist/react-native/api/operatorApiPlans/options.d.ts +14 -0
- package/dist/react-native/api/operatorApiPlans/options.d.ts.map +1 -0
- package/dist/react-native/api/operatorApiPlans/options.js +4 -0
- package/dist/react-native/api/operatorApiPlans/options.js.map +1 -0
- package/dist/react-native/api/programmableConnectivityContext.d.ts +19 -0
- package/dist/react-native/api/programmableConnectivityContext.d.ts.map +1 -0
- package/dist/react-native/api/programmableConnectivityContext.js +36 -0
- package/dist/react-native/api/programmableConnectivityContext.js.map +1 -0
- package/dist/react-native/classic/gateways/index.d.ts +27 -0
- package/dist/react-native/classic/gateways/index.d.ts.map +1 -0
- package/dist/react-native/classic/gateways/index.js +17 -0
- package/dist/react-native/classic/gateways/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +5 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/operatorApiConnections/index.d.ts +27 -0
- package/dist/react-native/classic/operatorApiConnections/index.d.ts.map +1 -0
- package/dist/react-native/classic/operatorApiConnections/index.js +17 -0
- package/dist/react-native/classic/operatorApiConnections/index.js.map +1 -0
- package/dist/react-native/classic/operatorApiPlans/index.d.ts +13 -0
- package/dist/react-native/classic/operatorApiPlans/index.d.ts.map +1 -0
- package/dist/react-native/classic/operatorApiPlans/index.js +13 -0
- package/dist/react-native/classic/operatorApiPlans/index.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +403 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +427 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/programmableConnectivityClient.d.ts +24 -0
- package/dist/react-native/programmableConnectivityClient.d.ts.map +1 -0
- package/dist/react-native/programmableConnectivityClient.js +24 -0
- package/dist/react-native/programmableConnectivityClient.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +104 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +258 -0
- package/review/arm-programmableconnectivity-api-gateways.api.md +58 -0
- package/review/arm-programmableconnectivity-api-operations.api.md +19 -0
- package/review/arm-programmableconnectivity-api-operatorApiConnections.api.md +59 -0
- package/review/arm-programmableconnectivity-api-operatorApiPlans.api.md +29 -0
- package/review/arm-programmableconnectivity-api.api.md +27 -0
- package/review/arm-programmableconnectivity-models.api.md +232 -0
- package/review/arm-programmableconnectivity.api.md +382 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { __rest } from "tslib";
|
|
4
|
+
import { logger } from "../logger.js";
|
|
5
|
+
import { getClient } from "@azure-rest/core-client";
|
|
6
|
+
/** Azure Programmable Connectivity Provider management API. */
|
|
7
|
+
export function createProgrammableConnectivity(credential, subscriptionId, options = {}) {
|
|
8
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
9
|
+
const endpointUrl = (_b = (_a = options.endpoint) !== null && _a !== void 0 ? _a : options.baseUrl) !== null && _b !== void 0 ? _b : "https://management.azure.com";
|
|
10
|
+
const prefixFromOptions = (_c = options === null || options === void 0 ? void 0 : options.userAgentOptions) === null || _c === void 0 ? void 0 : _c.userAgentPrefix;
|
|
11
|
+
const userAgentInfo = `azsdk-js-arm-programmableconnectivity/1.0.0-beta.1`;
|
|
12
|
+
const userAgentPrefix = prefixFromOptions
|
|
13
|
+
? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`
|
|
14
|
+
: `azsdk-js-api ${userAgentInfo}`;
|
|
15
|
+
const _j = Object.assign(Object.assign({}, options), { userAgentOptions: { userAgentPrefix }, loggingOptions: { logger: (_e = (_d = options.loggingOptions) === null || _d === void 0 ? void 0 : _d.logger) !== null && _e !== void 0 ? _e : logger.info }, credentials: {
|
|
16
|
+
scopes: (_g = (_f = options.credentials) === null || _f === void 0 ? void 0 : _f.scopes) !== null && _g !== void 0 ? _g : [`${endpointUrl}/.default`],
|
|
17
|
+
} }), { apiVersion: _ } = _j, updatedOptions = __rest(_j, ["apiVersion"]);
|
|
18
|
+
const clientContext = getClient(endpointUrl, credential, updatedOptions);
|
|
19
|
+
clientContext.pipeline.removePolicy({ name: "ApiVersionPolicy" });
|
|
20
|
+
const apiVersion = (_h = options.apiVersion) !== null && _h !== void 0 ? _h : "2024-01-15-preview";
|
|
21
|
+
clientContext.pipeline.addPolicy({
|
|
22
|
+
name: "ClientApiVersionPolicy",
|
|
23
|
+
sendRequest: (req, next) => {
|
|
24
|
+
// Use the apiVersion defined in request url directly
|
|
25
|
+
// Append one if there is no apiVersion and we have one at client options
|
|
26
|
+
const url = new URL(req.url);
|
|
27
|
+
if (!url.searchParams.get("api-version")) {
|
|
28
|
+
req.url = `${req.url}${Array.from(url.searchParams.keys()).length > 0 ? "&" : "?"}api-version=${apiVersion}`;
|
|
29
|
+
}
|
|
30
|
+
return next(req);
|
|
31
|
+
},
|
|
32
|
+
});
|
|
33
|
+
return Object.assign(Object.assign({}, clientContext), { apiVersion,
|
|
34
|
+
subscriptionId });
|
|
35
|
+
}
|
|
36
|
+
//# sourceMappingURL=programmableConnectivityContext.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"programmableConnectivityContext.js","sourceRoot":"","sources":["../../../src/api/programmableConnectivityContext.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;;AAElC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;AAEtC,OAAO,EAAyB,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAmB3E,+DAA+D;AAC/D,MAAM,UAAU,8BAA8B,CAC5C,UAA2B,EAC3B,cAAsB,EACtB,UAAwD,EAAE;;IAE1D,MAAM,WAAW,GAAG,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,CAAC;IAC1F,MAAM,iBAAiB,GAAG,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,gBAAgB,0CAAE,eAAe,CAAC;IACrE,MAAM,aAAa,GAAG,oDAAoD,CAAC;IAC3E,MAAM,eAAe,GAAG,iBAAiB;QACvC,CAAC,CAAC,GAAG,iBAAiB,iBAAiB,aAAa,EAAE;QACtD,CAAC,CAAC,gBAAgB,aAAa,EAAE,CAAC;IACpC,MAAM,qCACD,OAAO,KACV,gBAAgB,EAAE,EAAE,eAAe,EAAE,EACrC,cAAc,EAAE,EAAE,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,cAAc,0CAAE,MAAM,mCAAI,MAAM,CAAC,IAAI,EAAE,EACzE,WAAW,EAAE;YACX,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,WAAW,0CAAE,MAAM,mCAAI,CAAC,GAAG,WAAW,WAAW,CAAC;SACnE,GACF,EAPK,EAAE,UAAU,EAAE,CAAC,OAOpB,EAPyB,cAAc,cAAlC,cAAoC,CAOzC,CAAC;IACF,MAAM,aAAa,GAAG,SAAS,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,CAAC,CAAC;IACzE,aAAa,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAClE,MAAM,UAAU,GAAG,MAAA,OAAO,CAAC,UAAU,mCAAI,oBAAoB,CAAC;IAC9D,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC;QAC/B,IAAI,EAAE,wBAAwB;QAC9B,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACzB,qDAAqD;YACrD,yEAAyE;YACzE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,CAAC;gBACzC,GAAG,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAClB,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GACzD,eAAe,UAAU,EAAE,CAAC;YAC9B,CAAC;YAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC,CAAC;IACH,OAAO,gCACF,aAAa,KAChB,UAAU;QACV,cAAc,GACoB,CAAC;AACvC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { logger } from \"../logger.js\";\nimport { KnownVersions } from \"../models/models.js\";\nimport { Client, ClientOptions, getClient } from \"@azure-rest/core-client\";\nimport { TokenCredential } from \"@azure/core-auth\";\n\n/** Azure Programmable Connectivity Provider management API. */\nexport interface ProgrammableConnectivityContext extends Client {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion: string;\n /** The ID of the target subscription. The value must be an UUID. */\n subscriptionId: string;\n}\n\n/** Optional parameters for the client. */\nexport interface ProgrammableConnectivityClientOptionalParams extends ClientOptions {\n /** The API version to use for this operation. */\n /** Known values of {@link KnownVersions} that the service accepts. */\n apiVersion?: string;\n}\n\n/** Azure Programmable Connectivity Provider management API. */\nexport function createProgrammableConnectivity(\n credential: TokenCredential,\n subscriptionId: string,\n options: ProgrammableConnectivityClientOptionalParams = {},\n): ProgrammableConnectivityContext {\n const endpointUrl = options.endpoint ?? options.baseUrl ?? \"https://management.azure.com\";\n const prefixFromOptions = options?.userAgentOptions?.userAgentPrefix;\n const userAgentInfo = `azsdk-js-arm-programmableconnectivity/1.0.0-beta.1`;\n const userAgentPrefix = prefixFromOptions\n ? `${prefixFromOptions} azsdk-js-api ${userAgentInfo}`\n : `azsdk-js-api ${userAgentInfo}`;\n const { apiVersion: _, ...updatedOptions } = {\n ...options,\n userAgentOptions: { userAgentPrefix },\n loggingOptions: { logger: options.loggingOptions?.logger ?? logger.info },\n credentials: {\n scopes: options.credentials?.scopes ?? [`${endpointUrl}/.default`],\n },\n };\n const clientContext = getClient(endpointUrl, credential, updatedOptions);\n clientContext.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n const apiVersion = options.apiVersion ?? \"2024-01-15-preview\";\n clientContext.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\")) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n return {\n ...clientContext,\n apiVersion,\n subscriptionId,\n } as ProgrammableConnectivityContext;\n}\n"]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ProgrammableConnectivityContext } from "../../api/programmableConnectivityContext.js";
|
|
2
|
+
import { Gateway, GatewayTagsUpdate } from "../../models/models.js";
|
|
3
|
+
import { GatewaysListBySubscriptionOptionalParams, GatewaysListByResourceGroupOptionalParams, GatewaysDeleteOptionalParams, GatewaysUpdateOptionalParams, GatewaysCreateOrUpdateOptionalParams, GatewaysGetOptionalParams } from "../../api/gateways/options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
6
|
+
/** Interface representing a Gateways operations. */
|
|
7
|
+
export interface GatewaysOperations {
|
|
8
|
+
/** List Gateway resources by subscription ID. */
|
|
9
|
+
listBySubscription: (options?: GatewaysListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Gateway>;
|
|
10
|
+
/** List Gateway resources by resource group. */
|
|
11
|
+
listByResourceGroup: (resourceGroupName: string, options?: GatewaysListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Gateway>;
|
|
12
|
+
/** Delete a Gateway. */
|
|
13
|
+
/**
|
|
14
|
+
* @fixme delete is a reserved word that cannot be used as an operation name.
|
|
15
|
+
* Please add @clientName("clientName") or @clientName("<JS-Specific-Name>", "javascript")
|
|
16
|
+
* to the operation to override the generated name.
|
|
17
|
+
*/
|
|
18
|
+
delete: (resourceGroupName: string, gatewayName: string, options?: GatewaysDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
19
|
+
/** Update Gateway tags. */
|
|
20
|
+
update: (resourceGroupName: string, gatewayName: string, properties: GatewayTagsUpdate, options?: GatewaysUpdateOptionalParams) => Promise<Gateway>;
|
|
21
|
+
/** Create or update an APC Gateway. */
|
|
22
|
+
createOrUpdate: (resourceGroupName: string, gatewayName: string, resource: Gateway, options?: GatewaysCreateOrUpdateOptionalParams) => PollerLike<OperationState<Gateway>, Gateway>;
|
|
23
|
+
/** Get a Gateway resource by name. */
|
|
24
|
+
get: (resourceGroupName: string, gatewayName: string, options?: GatewaysGetOptionalParams) => Promise<Gateway>;
|
|
25
|
+
}
|
|
26
|
+
export declare function _getGatewaysOperations(context: ProgrammableConnectivityContext): GatewaysOperations;
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/gateways/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,+BAA+B,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AACpE,OAAO,EACL,wCAAwC,EACxC,yCAAyC,EACzC,4BAA4B,EAC5B,4BAA4B,EAC5B,oCAAoC,EACpC,yBAAyB,EAC1B,MAAM,+BAA+B,CAAC;AASvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAE7D,oDAAoD;AACpD,MAAM,WAAW,kBAAkB;IACjC,iDAAiD;IACjD,kBAAkB,EAAE,CAClB,OAAO,CAAC,EAAE,wCAAwC,KAC/C,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACzC,gDAAgD;IAChD,mBAAmB,EAAE,CACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yCAAyC,KAChD,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACzC,wBAAwB;IACxB;;;;OAIG;IACH,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,KACnC,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAC5C,2BAA2B;IAC3B,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,iBAAiB,EAC7B,OAAO,CAAC,EAAE,4BAA4B,KACnC,OAAO,CAAC,OAAO,CAAC,CAAC;IACtB,uCAAuC;IACvC,cAAc,EAAE,CACd,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,QAAQ,EAAE,OAAO,EACjB,OAAO,CAAC,EAAE,oCAAoC,KAC3C,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,CAAC;IAClD,sCAAsC;IACtC,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,KAChC,OAAO,CAAC,OAAO,CAAC,CAAC;CACvB;AAgCD,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,+BAA+B,GACvC,kBAAkB,CAIpB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { listBySubscription, listByResourceGroup, $delete, update, createOrUpdate, get, } from "../../api/gateways/operations.js";
|
|
4
|
+
function _getGateways(context) {
|
|
5
|
+
return {
|
|
6
|
+
listBySubscription: (options) => listBySubscription(context, options),
|
|
7
|
+
listByResourceGroup: (resourceGroupName, options) => listByResourceGroup(context, resourceGroupName, options),
|
|
8
|
+
delete: (resourceGroupName, gatewayName, options) => $delete(context, resourceGroupName, gatewayName, options),
|
|
9
|
+
update: (resourceGroupName, gatewayName, properties, options) => update(context, resourceGroupName, gatewayName, properties, options),
|
|
10
|
+
createOrUpdate: (resourceGroupName, gatewayName, resource, options) => createOrUpdate(context, resourceGroupName, gatewayName, resource, options),
|
|
11
|
+
get: (resourceGroupName, gatewayName, options) => get(context, resourceGroupName, gatewayName, options),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export function _getGatewaysOperations(context) {
|
|
15
|
+
return Object.assign({}, _getGateways(context));
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/gateways/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAYlC,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,cAAc,EACd,GAAG,GACJ,MAAM,kCAAkC,CAAC;AAgD1C,SAAS,YAAY,CAAC,OAAwC;IAC5D,OAAO;QACL,kBAAkB,EAAE,CAAC,OAAkD,EAAE,EAAE,CACzE,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC;QACtC,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAmD,EACnD,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC7D,MAAM,EAAE,CACN,iBAAyB,EACzB,WAAmB,EACnB,OAAsC,EACtC,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;QAC9D,MAAM,EAAE,CACN,iBAAyB,EACzB,WAAmB,EACnB,UAA6B,EAC7B,OAAsC,EACtC,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,UAAU,EAAE,OAAO,CAAC;QACzE,cAAc,EAAE,CACd,iBAAyB,EACzB,WAAmB,EACnB,QAAiB,EACjB,OAA8C,EAC9C,EAAE,CAAC,cAAc,CAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,CAAC;QAC/E,GAAG,EAAE,CAAC,iBAAyB,EAAE,WAAmB,EAAE,OAAmC,EAAE,EAAE,CAC3F,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,CAAC;KACxD,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,sBAAsB,CACpC,OAAwC;IAExC,yBACK,YAAY,CAAC,OAAO,CAAC,EACxB;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { ProgrammableConnectivityContext } from \"../../api/programmableConnectivityContext.js\";\nimport { Gateway, GatewayTagsUpdate } from \"../../models/models.js\";\nimport {\n GatewaysListBySubscriptionOptionalParams,\n GatewaysListByResourceGroupOptionalParams,\n GatewaysDeleteOptionalParams,\n GatewaysUpdateOptionalParams,\n GatewaysCreateOrUpdateOptionalParams,\n GatewaysGetOptionalParams,\n} from \"../../api/gateways/options.js\";\nimport {\n listBySubscription,\n listByResourceGroup,\n $delete,\n update,\n createOrUpdate,\n get,\n} from \"../../api/gateways/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a Gateways operations. */\nexport interface GatewaysOperations {\n /** List Gateway resources by subscription ID. */\n listBySubscription: (\n options?: GatewaysListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<Gateway>;\n /** List Gateway resources by resource group. */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: GatewaysListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<Gateway>;\n /** Delete a Gateway. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n gatewayName: string,\n options?: GatewaysDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Update Gateway tags. */\n update: (\n resourceGroupName: string,\n gatewayName: string,\n properties: GatewayTagsUpdate,\n options?: GatewaysUpdateOptionalParams,\n ) => Promise<Gateway>;\n /** Create or update an APC Gateway. */\n createOrUpdate: (\n resourceGroupName: string,\n gatewayName: string,\n resource: Gateway,\n options?: GatewaysCreateOrUpdateOptionalParams,\n ) => PollerLike<OperationState<Gateway>, Gateway>;\n /** Get a Gateway resource by name. */\n get: (\n resourceGroupName: string,\n gatewayName: string,\n options?: GatewaysGetOptionalParams,\n ) => Promise<Gateway>;\n}\n\nfunction _getGateways(context: ProgrammableConnectivityContext) {\n return {\n listBySubscription: (options?: GatewaysListBySubscriptionOptionalParams) =>\n listBySubscription(context, options),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: GatewaysListByResourceGroupOptionalParams,\n ) => listByResourceGroup(context, resourceGroupName, options),\n delete: (\n resourceGroupName: string,\n gatewayName: string,\n options?: GatewaysDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, gatewayName, options),\n update: (\n resourceGroupName: string,\n gatewayName: string,\n properties: GatewayTagsUpdate,\n options?: GatewaysUpdateOptionalParams,\n ) => update(context, resourceGroupName, gatewayName, properties, options),\n createOrUpdate: (\n resourceGroupName: string,\n gatewayName: string,\n resource: Gateway,\n options?: GatewaysCreateOrUpdateOptionalParams,\n ) => createOrUpdate(context, resourceGroupName, gatewayName, resource, options),\n get: (resourceGroupName: string, gatewayName: string, options?: GatewaysGetOptionalParams) =>\n get(context, resourceGroupName, gatewayName, options),\n };\n}\n\nexport function _getGatewaysOperations(\n context: ProgrammableConnectivityContext,\n): GatewaysOperations {\n return {\n ..._getGateways(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { GatewaysOperations } from "./gateways/index.js";
|
|
2
|
+
export { OperationsOperations } from "./operations/index.js";
|
|
3
|
+
export { OperatorApiConnectionsOperations } from "./operatorApiConnections/index.js";
|
|
4
|
+
export { OperatorApiPlansOperations } from "./operatorApiPlans/index.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,mCAAmC,CAAC;AACrF,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/classic/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport { GatewaysOperations } from \"./gateways/index.js\";\nexport { OperationsOperations } from \"./operations/index.js\";\nexport { OperatorApiConnectionsOperations } from \"./operatorApiConnections/index.js\";\nexport { OperatorApiPlansOperations } from \"./operatorApiPlans/index.js\";\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ProgrammableConnectivityContext } from "../../api/programmableConnectivityContext.js";
|
|
2
|
+
import { Operation } from "../../models/models.js";
|
|
3
|
+
import { OperationsListOptionalParams } from "../../api/operations/options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
/** Interface representing a Operations operations. */
|
|
6
|
+
export interface OperationsOperations {
|
|
7
|
+
/** List the operations for the provider */
|
|
8
|
+
list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;
|
|
9
|
+
}
|
|
10
|
+
export declare function _getOperationsOperations(context: ProgrammableConnectivityContext): OperationsOperations;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,+BAA+B,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AACnD,OAAO,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAE/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AAEnF,sDAAsD;AACtD,MAAM,WAAW,oBAAoB;IACnC,2CAA2C;IAC3C,IAAI,EAAE,CAAC,OAAO,CAAC,EAAE,4BAA4B,KAAK,0BAA0B,CAAC,SAAS,CAAC,CAAC;CACzF;AAQD,wBAAgB,wBAAwB,CACtC,OAAO,EAAE,+BAA+B,GACvC,oBAAoB,CAItB"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { list } from "../../api/operations/operations.js";
|
|
4
|
+
function _getOperations(context) {
|
|
5
|
+
return {
|
|
6
|
+
list: (options) => list(context, options),
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function _getOperationsOperations(context) {
|
|
10
|
+
return Object.assign({}, _getOperations(context));
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAKlC,OAAO,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAS1D,SAAS,cAAc,CAAC,OAAwC;IAC9D,OAAO;QACL,IAAI,EAAE,CAAC,OAAsC,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,wBAAwB,CACtC,OAAwC;IAExC,yBACK,cAAc,CAAC,OAAO,CAAC,EAC1B;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { ProgrammableConnectivityContext } from \"../../api/programmableConnectivityContext.js\";\nimport { Operation } from \"../../models/models.js\";\nimport { OperationsListOptionalParams } from \"../../api/operations/options.js\";\nimport { list } from \"../../api/operations/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a Operations operations. */\nexport interface OperationsOperations {\n /** List the operations for the provider */\n list: (options?: OperationsListOptionalParams) => PagedAsyncIterableIterator<Operation>;\n}\n\nfunction _getOperations(context: ProgrammableConnectivityContext) {\n return {\n list: (options?: OperationsListOptionalParams) => list(context, options),\n };\n}\n\nexport function _getOperationsOperations(\n context: ProgrammableConnectivityContext,\n): OperationsOperations {\n return {\n ..._getOperations(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ProgrammableConnectivityContext } from "../../api/programmableConnectivityContext.js";
|
|
2
|
+
import { OperatorApiConnection, OperatorApiConnectionUpdate } from "../../models/models.js";
|
|
3
|
+
import { OperatorApiConnectionsListBySubscriptionOptionalParams, OperatorApiConnectionsListByResourceGroupOptionalParams, OperatorApiConnectionsDeleteOptionalParams, OperatorApiConnectionsUpdateOptionalParams, OperatorApiConnectionsCreateOptionalParams, OperatorApiConnectionsGetOptionalParams } from "../../api/operatorApiConnections/options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
import { PollerLike, OperationState } from "@azure/core-lro";
|
|
6
|
+
/** Interface representing a OperatorApiConnections operations. */
|
|
7
|
+
export interface OperatorApiConnectionsOperations {
|
|
8
|
+
/** List OperatorApiConnection resources by subscription ID. */
|
|
9
|
+
listBySubscription: (options?: OperatorApiConnectionsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OperatorApiConnection>;
|
|
10
|
+
/** List OperatorApiConnection resources by resource group. */
|
|
11
|
+
listByResourceGroup: (resourceGroupName: string, options?: OperatorApiConnectionsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OperatorApiConnection>;
|
|
12
|
+
/** Delete an Operator API Connection. */
|
|
13
|
+
/**
|
|
14
|
+
* @fixme delete is a reserved word that cannot be used as an operation name.
|
|
15
|
+
* Please add @clientName("clientName") or @clientName("<JS-Specific-Name>", "javascript")
|
|
16
|
+
* to the operation to override the generated name.
|
|
17
|
+
*/
|
|
18
|
+
delete: (resourceGroupName: string, operatorApiConnectionName: string, options?: OperatorApiConnectionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>;
|
|
19
|
+
/** Update an Operator API Connection. */
|
|
20
|
+
update: (resourceGroupName: string, operatorApiConnectionName: string, properties: OperatorApiConnectionUpdate, options?: OperatorApiConnectionsUpdateOptionalParams) => PollerLike<OperationState<OperatorApiConnection>, OperatorApiConnection>;
|
|
21
|
+
/** Create an Operator API Connection. */
|
|
22
|
+
create: (resourceGroupName: string, operatorApiConnectionName: string, resource: OperatorApiConnection, options?: OperatorApiConnectionsCreateOptionalParams) => PollerLike<OperationState<OperatorApiConnection>, OperatorApiConnection>;
|
|
23
|
+
/** Get an Operator API Connection. */
|
|
24
|
+
get: (resourceGroupName: string, operatorApiConnectionName: string, options?: OperatorApiConnectionsGetOptionalParams) => Promise<OperatorApiConnection>;
|
|
25
|
+
}
|
|
26
|
+
export declare function _getOperatorApiConnectionsOperations(context: ProgrammableConnectivityContext): OperatorApiConnectionsOperations;
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/operatorApiConnections/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,+BAA+B,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,EAAE,qBAAqB,EAAE,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAC5F,OAAO,EACL,sDAAsD,EACtD,uDAAuD,EACvD,0CAA0C,EAC1C,0CAA0C,EAC1C,0CAA0C,EAC1C,uCAAuC,EACxC,MAAM,6CAA6C,CAAC;AASrD,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAE7D,kEAAkE;AAClE,MAAM,WAAW,gCAAgC;IAC/C,+DAA+D;IAC/D,kBAAkB,EAAE,CAClB,OAAO,CAAC,EAAE,sDAAsD,KAC7D,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACvD,8DAA8D;IAC9D,mBAAmB,EAAE,CACnB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,uDAAuD,KAC9D,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;IACvD,yCAAyC;IACzC;;;;OAIG;IACH,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,0CAA0C,KACjD,UAAU,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAC5C,yCAAyC;IACzC,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,UAAU,EAAE,2BAA2B,EACvC,OAAO,CAAC,EAAE,0CAA0C,KACjD,UAAU,CAAC,cAAc,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,CAAC;IAC9E,yCAAyC;IACzC,MAAM,EAAE,CACN,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,CAAC,EAAE,0CAA0C,KACjD,UAAU,CAAC,cAAc,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,CAAC;IAC9E,sCAAsC;IACtC,GAAG,EAAE,CACH,iBAAiB,EAAE,MAAM,EACzB,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,uCAAuC,KAC9C,OAAO,CAAC,qBAAqB,CAAC,CAAC;CACrC;AAmCD,wBAAgB,oCAAoC,CAClD,OAAO,EAAE,+BAA+B,GACvC,gCAAgC,CAIlC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { listBySubscription, listByResourceGroup, $delete, update, create, get, } from "../../api/operatorApiConnections/operations.js";
|
|
4
|
+
function _getOperatorApiConnections(context) {
|
|
5
|
+
return {
|
|
6
|
+
listBySubscription: (options) => listBySubscription(context, options),
|
|
7
|
+
listByResourceGroup: (resourceGroupName, options) => listByResourceGroup(context, resourceGroupName, options),
|
|
8
|
+
delete: (resourceGroupName, operatorApiConnectionName, options) => $delete(context, resourceGroupName, operatorApiConnectionName, options),
|
|
9
|
+
update: (resourceGroupName, operatorApiConnectionName, properties, options) => update(context, resourceGroupName, operatorApiConnectionName, properties, options),
|
|
10
|
+
create: (resourceGroupName, operatorApiConnectionName, resource, options) => create(context, resourceGroupName, operatorApiConnectionName, resource, options),
|
|
11
|
+
get: (resourceGroupName, operatorApiConnectionName, options) => get(context, resourceGroupName, operatorApiConnectionName, options),
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export function _getOperatorApiConnectionsOperations(context) {
|
|
15
|
+
return Object.assign({}, _getOperatorApiConnections(context));
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/operatorApiConnections/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAYlC,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,OAAO,EACP,MAAM,EACN,MAAM,EACN,GAAG,GACJ,MAAM,gDAAgD,CAAC;AAgDxD,SAAS,0BAA0B,CAAC,OAAwC;IAC1E,OAAO;QACL,kBAAkB,EAAE,CAAC,OAAgE,EAAE,EAAE,CACvF,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC;QACtC,mBAAmB,EAAE,CACnB,iBAAyB,EACzB,OAAiE,EACjE,EAAE,CAAC,mBAAmB,CAAC,OAAO,EAAE,iBAAiB,EAAE,OAAO,CAAC;QAC7D,MAAM,EAAE,CACN,iBAAyB,EACzB,yBAAiC,EACjC,OAAoD,EACpD,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,OAAO,CAAC;QAC5E,MAAM,EAAE,CACN,iBAAyB,EACzB,yBAAiC,EACjC,UAAuC,EACvC,OAAoD,EACpD,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,UAAU,EAAE,OAAO,CAAC;QACvF,MAAM,EAAE,CACN,iBAAyB,EACzB,yBAAiC,EACjC,QAA+B,EAC/B,OAAoD,EACpD,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,QAAQ,EAAE,OAAO,CAAC;QACrF,GAAG,EAAE,CACH,iBAAyB,EACzB,yBAAiC,EACjC,OAAiD,EACjD,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,OAAO,CAAC;KACzE,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,oCAAoC,CAClD,OAAwC;IAExC,yBACK,0BAA0B,CAAC,OAAO,CAAC,EACtC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { ProgrammableConnectivityContext } from \"../../api/programmableConnectivityContext.js\";\nimport { OperatorApiConnection, OperatorApiConnectionUpdate } from \"../../models/models.js\";\nimport {\n OperatorApiConnectionsListBySubscriptionOptionalParams,\n OperatorApiConnectionsListByResourceGroupOptionalParams,\n OperatorApiConnectionsDeleteOptionalParams,\n OperatorApiConnectionsUpdateOptionalParams,\n OperatorApiConnectionsCreateOptionalParams,\n OperatorApiConnectionsGetOptionalParams,\n} from \"../../api/operatorApiConnections/options.js\";\nimport {\n listBySubscription,\n listByResourceGroup,\n $delete,\n update,\n create,\n get,\n} from \"../../api/operatorApiConnections/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\nimport { PollerLike, OperationState } from \"@azure/core-lro\";\n\n/** Interface representing a OperatorApiConnections operations. */\nexport interface OperatorApiConnectionsOperations {\n /** List OperatorApiConnection resources by subscription ID. */\n listBySubscription: (\n options?: OperatorApiConnectionsListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<OperatorApiConnection>;\n /** List OperatorApiConnection resources by resource group. */\n listByResourceGroup: (\n resourceGroupName: string,\n options?: OperatorApiConnectionsListByResourceGroupOptionalParams,\n ) => PagedAsyncIterableIterator<OperatorApiConnection>;\n /** Delete an Operator API Connection. */\n /**\n * @fixme delete is a reserved word that cannot be used as an operation name.\n * Please add @clientName(\"clientName\") or @clientName(\"<JS-Specific-Name>\", \"javascript\")\n * to the operation to override the generated name.\n */\n delete: (\n resourceGroupName: string,\n operatorApiConnectionName: string,\n options?: OperatorApiConnectionsDeleteOptionalParams,\n ) => PollerLike<OperationState<void>, void>;\n /** Update an Operator API Connection. */\n update: (\n resourceGroupName: string,\n operatorApiConnectionName: string,\n properties: OperatorApiConnectionUpdate,\n options?: OperatorApiConnectionsUpdateOptionalParams,\n ) => PollerLike<OperationState<OperatorApiConnection>, OperatorApiConnection>;\n /** Create an Operator API Connection. */\n create: (\n resourceGroupName: string,\n operatorApiConnectionName: string,\n resource: OperatorApiConnection,\n options?: OperatorApiConnectionsCreateOptionalParams,\n ) => PollerLike<OperationState<OperatorApiConnection>, OperatorApiConnection>;\n /** Get an Operator API Connection. */\n get: (\n resourceGroupName: string,\n operatorApiConnectionName: string,\n options?: OperatorApiConnectionsGetOptionalParams,\n ) => Promise<OperatorApiConnection>;\n}\n\nfunction _getOperatorApiConnections(context: ProgrammableConnectivityContext) {\n return {\n listBySubscription: (options?: OperatorApiConnectionsListBySubscriptionOptionalParams) =>\n listBySubscription(context, options),\n listByResourceGroup: (\n resourceGroupName: string,\n options?: OperatorApiConnectionsListByResourceGroupOptionalParams,\n ) => listByResourceGroup(context, resourceGroupName, options),\n delete: (\n resourceGroupName: string,\n operatorApiConnectionName: string,\n options?: OperatorApiConnectionsDeleteOptionalParams,\n ) => $delete(context, resourceGroupName, operatorApiConnectionName, options),\n update: (\n resourceGroupName: string,\n operatorApiConnectionName: string,\n properties: OperatorApiConnectionUpdate,\n options?: OperatorApiConnectionsUpdateOptionalParams,\n ) => update(context, resourceGroupName, operatorApiConnectionName, properties, options),\n create: (\n resourceGroupName: string,\n operatorApiConnectionName: string,\n resource: OperatorApiConnection,\n options?: OperatorApiConnectionsCreateOptionalParams,\n ) => create(context, resourceGroupName, operatorApiConnectionName, resource, options),\n get: (\n resourceGroupName: string,\n operatorApiConnectionName: string,\n options?: OperatorApiConnectionsGetOptionalParams,\n ) => get(context, resourceGroupName, operatorApiConnectionName, options),\n };\n}\n\nexport function _getOperatorApiConnectionsOperations(\n context: ProgrammableConnectivityContext,\n): OperatorApiConnectionsOperations {\n return {\n ..._getOperatorApiConnections(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ProgrammableConnectivityContext } from "../../api/programmableConnectivityContext.js";
|
|
2
|
+
import { OperatorApiPlan } from "../../models/models.js";
|
|
3
|
+
import { OperatorApiPlansListBySubscriptionOptionalParams, OperatorApiPlansGetOptionalParams } from "../../api/operatorApiPlans/options.js";
|
|
4
|
+
import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js";
|
|
5
|
+
/** Interface representing a OperatorApiPlans operations. */
|
|
6
|
+
export interface OperatorApiPlansOperations {
|
|
7
|
+
/** List OperatorApiPlan resources by subscription ID. */
|
|
8
|
+
listBySubscription: (options?: OperatorApiPlansListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OperatorApiPlan>;
|
|
9
|
+
/** Get an OperatorApiPlan resource by name. */
|
|
10
|
+
get: (operatorApiPlanName: string, options?: OperatorApiPlansGetOptionalParams) => Promise<OperatorApiPlan>;
|
|
11
|
+
}
|
|
12
|
+
export declare function _getOperatorApiPlansOperations(context: ProgrammableConnectivityContext): OperatorApiPlansOperations;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/classic/operatorApiPlans/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,+BAA+B,EAAE,MAAM,8CAA8C,CAAC;AAC/F,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EACL,gDAAgD,EAChD,iCAAiC,EAClC,MAAM,uCAAuC,CAAC;AAE/C,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AAEnF,4DAA4D;AAC5D,MAAM,WAAW,0BAA0B;IACzC,yDAAyD;IACzD,kBAAkB,EAAE,CAClB,OAAO,CAAC,EAAE,gDAAgD,KACvD,0BAA0B,CAAC,eAAe,CAAC,CAAC;IACjD,+CAA+C;IAC/C,GAAG,EAAE,CACH,mBAAmB,EAAE,MAAM,EAC3B,OAAO,CAAC,EAAE,iCAAiC,KACxC,OAAO,CAAC,eAAe,CAAC,CAAC;CAC/B;AAWD,wBAAgB,8BAA8B,CAC5C,OAAO,EAAE,+BAA+B,GACvC,0BAA0B,CAI5B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { listBySubscription, get } from "../../api/operatorApiPlans/operations.js";
|
|
4
|
+
function _getOperatorApiPlans(context) {
|
|
5
|
+
return {
|
|
6
|
+
listBySubscription: (options) => listBySubscription(context, options),
|
|
7
|
+
get: (operatorApiPlanName, options) => get(context, operatorApiPlanName, options),
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function _getOperatorApiPlansOperations(context) {
|
|
11
|
+
return Object.assign({}, _getOperatorApiPlans(context));
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/classic/operatorApiPlans/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,kBAAkB,EAAE,GAAG,EAAE,MAAM,0CAA0C,CAAC;AAgBnF,SAAS,oBAAoB,CAAC,OAAwC;IACpE,OAAO;QACL,kBAAkB,EAAE,CAAC,OAA0D,EAAE,EAAE,CACjF,kBAAkB,CAAC,OAAO,EAAE,OAAO,CAAC;QACtC,GAAG,EAAE,CAAC,mBAA2B,EAAE,OAA2C,EAAE,EAAE,CAChF,GAAG,CAAC,OAAO,EAAE,mBAAmB,EAAE,OAAO,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,8BAA8B,CAC5C,OAAwC;IAExC,yBACK,oBAAoB,CAAC,OAAO,CAAC,EAChC;AACJ,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { ProgrammableConnectivityContext } from \"../../api/programmableConnectivityContext.js\";\nimport { OperatorApiPlan } from \"../../models/models.js\";\nimport {\n OperatorApiPlansListBySubscriptionOptionalParams,\n OperatorApiPlansGetOptionalParams,\n} from \"../../api/operatorApiPlans/options.js\";\nimport { listBySubscription, get } from \"../../api/operatorApiPlans/operations.js\";\nimport { PagedAsyncIterableIterator } from \"../../static-helpers/pagingHelpers.js\";\n\n/** Interface representing a OperatorApiPlans operations. */\nexport interface OperatorApiPlansOperations {\n /** List OperatorApiPlan resources by subscription ID. */\n listBySubscription: (\n options?: OperatorApiPlansListBySubscriptionOptionalParams,\n ) => PagedAsyncIterableIterator<OperatorApiPlan>;\n /** Get an OperatorApiPlan resource by name. */\n get: (\n operatorApiPlanName: string,\n options?: OperatorApiPlansGetOptionalParams,\n ) => Promise<OperatorApiPlan>;\n}\n\nfunction _getOperatorApiPlans(context: ProgrammableConnectivityContext) {\n return {\n listBySubscription: (options?: OperatorApiPlansListBySubscriptionOptionalParams) =>\n listBySubscription(context, options),\n get: (operatorApiPlanName: string, options?: OperatorApiPlansGetOptionalParams) =>\n get(context, operatorApiPlanName, options),\n };\n}\n\nexport function _getOperatorApiPlansOperations(\n context: ProgrammableConnectivityContext,\n): OperatorApiPlansOperations {\n return {\n ..._getOperatorApiPlans(context),\n };\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { PageSettings, ContinuablePage, PagedAsyncIterableIterator } from "./static-helpers/pagingHelpers.js";
|
|
2
|
+
export { ProgrammableConnectivityClient } from "./programmableConnectivityClient.js";
|
|
3
|
+
export { restorePoller, RestorePollerOptions } from "./restorePollerHelpers.js";
|
|
4
|
+
export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, Gateway, GatewayProperties, KnownProvisioningState, ProvisioningState, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, GatewayTagsUpdate, OperatorApiConnection, OperatorApiConnectionProperties, SaasProperties, ApplicationProperties, KnownAccountType, AccountType, Status, OperatorApiConnectionUpdate, OperatorApiConnectionUpdateProperties, OperatorApiPlan, OperatorApiPlanProperties, MarketplaceProperties, ProxyResource, KnownVersions, } from "./models/index.js";
|
|
5
|
+
export { ProgrammableConnectivityClientOptionalParams } from "./api/index.js";
|
|
6
|
+
export { GatewaysListBySubscriptionOptionalParams, GatewaysListByResourceGroupOptionalParams, GatewaysDeleteOptionalParams, GatewaysUpdateOptionalParams, GatewaysCreateOrUpdateOptionalParams, GatewaysGetOptionalParams, } from "./api/gateways/index.js";
|
|
7
|
+
export { OperationsListOptionalParams } from "./api/operations/index.js";
|
|
8
|
+
export { OperatorApiConnectionsListBySubscriptionOptionalParams, OperatorApiConnectionsListByResourceGroupOptionalParams, OperatorApiConnectionsDeleteOptionalParams, OperatorApiConnectionsUpdateOptionalParams, OperatorApiConnectionsCreateOptionalParams, OperatorApiConnectionsGetOptionalParams, } from "./api/operatorApiConnections/index.js";
|
|
9
|
+
export { OperatorApiPlansListBySubscriptionOptionalParams, OperatorApiPlansGetOptionalParams, } from "./api/operatorApiPlans/index.js";
|
|
10
|
+
export { GatewaysOperations, OperationsOperations, OperatorApiConnectionsOperations, OperatorApiPlansOperations, } from "./classic/index.js";
|
|
11
|
+
export { PageSettings, ContinuablePage, PagedAsyncIterableIterator };
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,YAAY,EACZ,eAAe,EACf,0BAA0B,EAC3B,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAChF,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,OAAO,EACP,iBAAiB,EACjB,sBAAsB,EACtB,iBAAiB,EACjB,eAAe,EACf,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,iBAAiB,EACjB,qBAAqB,EACrB,+BAA+B,EAC/B,cAAc,EACd,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,2BAA2B,EAC3B,qCAAqC,EACrC,eAAe,EACf,yBAAyB,EACzB,qBAAqB,EACrB,aAAa,EACb,aAAa,GACd,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,4CAA4C,EAAE,MAAM,gBAAgB,CAAC;AAC9E,OAAO,EACL,wCAAwC,EACxC,yCAAyC,EACzC,4BAA4B,EAC5B,4BAA4B,EAC5B,oCAAoC,EACpC,yBAAyB,GAC1B,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,4BAA4B,EAAE,MAAM,2BAA2B,CAAC;AACzE,OAAO,EACL,sDAAsD,EACtD,uDAAuD,EACvD,0CAA0C,EAC1C,0CAA0C,EAC1C,0CAA0C,EAC1C,uCAAuC,GACxC,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EACL,gDAAgD,EAChD,iCAAiC,GAClC,MAAM,iCAAiC,CAAC;AACzC,OAAO,EACL,kBAAkB,EAClB,oBAAoB,EACpB,gCAAgC,EAChC,0BAA0B,GAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,0BAA0B,EAAE,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export { ProgrammableConnectivityClient } from "./programmableConnectivityClient.js";
|
|
4
|
+
export { restorePoller } from "./restorePollerHelpers.js";
|
|
5
|
+
export { KnownOrigin, KnownActionType, KnownProvisioningState, KnownCreatedByType, KnownAccountType, KnownVersions, } from "./models/index.js";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AACrF,OAAO,EAAE,aAAa,EAAwB,MAAM,2BAA2B,CAAC;AAChF,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,sBAAsB,EAKtB,kBAAkB,EAOlB,gBAAgB,EAShB,aAAa,GACd,MAAM,mBAAmB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport {\n PageSettings,\n ContinuablePage,\n PagedAsyncIterableIterator,\n} from \"./static-helpers/pagingHelpers.js\";\n\nexport { ProgrammableConnectivityClient } from \"./programmableConnectivityClient.js\";\nexport { restorePoller, RestorePollerOptions } from \"./restorePollerHelpers.js\";\nexport {\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n Gateway,\n GatewayProperties,\n KnownProvisioningState,\n ProvisioningState,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n GatewayTagsUpdate,\n OperatorApiConnection,\n OperatorApiConnectionProperties,\n SaasProperties,\n ApplicationProperties,\n KnownAccountType,\n AccountType,\n Status,\n OperatorApiConnectionUpdate,\n OperatorApiConnectionUpdateProperties,\n OperatorApiPlan,\n OperatorApiPlanProperties,\n MarketplaceProperties,\n ProxyResource,\n KnownVersions,\n} from \"./models/index.js\";\nexport { ProgrammableConnectivityClientOptionalParams } from \"./api/index.js\";\nexport {\n GatewaysListBySubscriptionOptionalParams,\n GatewaysListByResourceGroupOptionalParams,\n GatewaysDeleteOptionalParams,\n GatewaysUpdateOptionalParams,\n GatewaysCreateOrUpdateOptionalParams,\n GatewaysGetOptionalParams,\n} from \"./api/gateways/index.js\";\nexport { OperationsListOptionalParams } from \"./api/operations/index.js\";\nexport {\n OperatorApiConnectionsListBySubscriptionOptionalParams,\n OperatorApiConnectionsListByResourceGroupOptionalParams,\n OperatorApiConnectionsDeleteOptionalParams,\n OperatorApiConnectionsUpdateOptionalParams,\n OperatorApiConnectionsCreateOptionalParams,\n OperatorApiConnectionsGetOptionalParams,\n} from \"./api/operatorApiConnections/index.js\";\nexport {\n OperatorApiPlansListBySubscriptionOptionalParams,\n OperatorApiPlansGetOptionalParams,\n} from \"./api/operatorApiPlans/index.js\";\nexport {\n GatewaysOperations,\n OperationsOperations,\n OperatorApiConnectionsOperations,\n OperatorApiPlansOperations,\n} from \"./classic/index.js\";\nexport { PageSettings, ContinuablePage, PagedAsyncIterableIterator };\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,qCAAqD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.js","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACnD,MAAM,CAAC,MAAM,MAAM,GAAG,kBAAkB,CAAC,8BAA8B,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\nexport const logger = createClientLogger(\"arm-programmableconnectivity\");\n"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { Operation, OperationDisplay, KnownOrigin, Origin, KnownActionType, ActionType, ErrorResponse, ErrorDetail, ErrorAdditionalInfo, Gateway, GatewayProperties, KnownProvisioningState, ProvisioningState, TrackedResource, Resource, SystemData, KnownCreatedByType, CreatedByType, GatewayTagsUpdate, OperatorApiConnection, OperatorApiConnectionProperties, SaasProperties, ApplicationProperties, KnownAccountType, AccountType, Status, OperatorApiConnectionUpdate, OperatorApiConnectionUpdateProperties, OperatorApiPlan, OperatorApiPlanProperties, MarketplaceProperties, ProxyResource, KnownVersions, } from "./models.js";
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,eAAe,EACf,UAAU,EACV,aAAa,EACb,WAAW,EACX,mBAAmB,EACnB,OAAO,EACP,iBAAiB,EACjB,sBAAsB,EACtB,iBAAiB,EACjB,eAAe,EACf,QAAQ,EACR,UAAU,EACV,kBAAkB,EAClB,aAAa,EACb,iBAAiB,EACjB,qBAAqB,EACrB,+BAA+B,EAC/B,cAAc,EACd,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,MAAM,EACN,2BAA2B,EAC3B,qCAAqC,EACrC,eAAe,EACf,yBAAyB,EACzB,qBAAqB,EACrB,aAAa,EACb,aAAa,GACd,MAAM,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAGL,WAAW,EAEX,eAAe,EAOf,sBAAsB,EAKtB,kBAAkB,EAOlB,gBAAgB,EAShB,aAAa,GACd,MAAM,aAAa,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n Operation,\n OperationDisplay,\n KnownOrigin,\n Origin,\n KnownActionType,\n ActionType,\n ErrorResponse,\n ErrorDetail,\n ErrorAdditionalInfo,\n Gateway,\n GatewayProperties,\n KnownProvisioningState,\n ProvisioningState,\n TrackedResource,\n Resource,\n SystemData,\n KnownCreatedByType,\n CreatedByType,\n GatewayTagsUpdate,\n OperatorApiConnection,\n OperatorApiConnectionProperties,\n SaasProperties,\n ApplicationProperties,\n KnownAccountType,\n AccountType,\n Status,\n OperatorApiConnectionUpdate,\n OperatorApiConnectionUpdateProperties,\n OperatorApiPlan,\n OperatorApiPlanProperties,\n MarketplaceProperties,\n ProxyResource,\n KnownVersions,\n} from \"./models.js\";\n"]}
|