@azure/arm-servicelinker 2.2.0-beta.1 → 2.2.0-beta.2
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 +11 -1
- package/LICENSE +4 -4
- package/README.md +29 -19
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +187 -79
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/configurationNames.d.ts +3 -3
- package/dist/browser/operations/configurationNames.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/configurationNames.js +26 -43
- package/dist/browser/operations/configurationNames.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/connector.d.ts +3 -3
- package/dist/browser/operations/connector.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/connector.js +335 -363
- package/dist/browser/operations/connector.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linker.d.ts +3 -3
- package/dist/browser/operations/linker.d.ts.map +1 -0
- package/dist/browser/operations/linker.js +542 -0
- package/dist/browser/operations/linker.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkers.d.ts +3 -3
- package/dist/browser/operations/linkers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/linkers.js +133 -165
- package/dist/browser/operations/linkers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +26 -43
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationNames.d.ts +1 -1
- package/dist/browser/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurationNames.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/connector.d.ts +1 -1
- package/dist/browser/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/connector.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/linker.d.ts +1 -1
- package/dist/browser/operationsInterfaces/linker.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linker.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/linkers.d.ts +1 -1
- package/dist/browser/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/linkers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceLinkerManagementClient.d.ts +2 -2
- package/dist/browser/serviceLinkerManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serviceLinkerManagementClient.js +33 -24
- package/dist/browser/serviceLinkerManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-servicelinker.d.ts → dist/commonjs/models/index.d.ts} +1380 -1955
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +237 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +93 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2056 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +21 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +186 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/configurationNames.d.ts +34 -0
- package/dist/commonjs/operations/configurationNames.d.ts.map +1 -0
- package/dist/commonjs/operations/configurationNames.js +127 -0
- package/dist/commonjs/operations/configurationNames.js.map +1 -0
- package/dist/commonjs/operations/connector.d.ts +223 -0
- package/dist/commonjs/operations/connector.d.ts.map +1 -0
- package/dist/commonjs/operations/connector.js +988 -0
- package/dist/commonjs/operations/connector.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/linker.d.ts +125 -0
- package/dist/commonjs/operations/linker.d.ts.map +1 -0
- package/dist/commonjs/operations/linker.js +547 -0
- package/dist/commonjs/operations/linker.js.map +1 -0
- package/dist/commonjs/operations/linkers.d.ts +123 -0
- package/dist/commonjs/operations/linkers.d.ts.map +1 -0
- package/dist/commonjs/operations/linkers.js +508 -0
- package/dist/commonjs/operations/linkers.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurationNames.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurationNames.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurationNames.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/connector.d.ts +176 -0
- package/dist/commonjs/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/connector.js +10 -0
- package/dist/commonjs/operationsInterfaces/connector.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linker.d.ts +99 -0
- package/dist/commonjs/operationsInterfaces/linker.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linker.js +10 -0
- package/dist/commonjs/operationsInterfaces/linker.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkers.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/linkers.js +10 -0
- package/dist/commonjs/operationsInterfaces/linkers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/serviceLinkerManagementClient.d.ts +22 -0
- package/dist/commonjs/serviceLinkerManagementClient.d.ts.map +1 -0
- package/dist/commonjs/serviceLinkerManagementClient.js +112 -0
- package/dist/commonjs/serviceLinkerManagementClient.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1380 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +234 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +93 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2052 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +21 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +183 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/configurationNames.d.ts +34 -0
- package/dist/esm/operations/configurationNames.d.ts.map +1 -0
- package/dist/esm/operations/configurationNames.js +122 -0
- package/dist/esm/operations/configurationNames.js.map +1 -0
- package/dist/esm/operations/connector.d.ts +223 -0
- package/dist/esm/operations/connector.d.ts.map +1 -0
- package/dist/esm/operations/connector.js +983 -0
- package/dist/esm/operations/connector.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/linker.d.ts +125 -0
- package/dist/esm/operations/linker.d.ts.map +1 -0
- package/dist/esm/operations/linker.js +542 -0
- package/dist/esm/operations/linker.js.map +1 -0
- package/dist/esm/operations/linkers.d.ts +123 -0
- package/dist/esm/operations/linkers.d.ts.map +1 -0
- package/dist/esm/operations/linkers.js +503 -0
- package/dist/esm/operations/linkers.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurationNames.d.ts +12 -0
- package/dist/esm/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurationNames.js +9 -0
- package/dist/esm/operationsInterfaces/configurationNames.js.map +1 -0
- package/dist/esm/operationsInterfaces/connector.d.ts +176 -0
- package/dist/esm/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/connector.js +9 -0
- package/dist/esm/operationsInterfaces/connector.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/linker.d.ts +99 -0
- package/dist/esm/operationsInterfaces/linker.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linker.js +9 -0
- package/dist/esm/operationsInterfaces/linker.js.map +1 -0
- package/dist/esm/operationsInterfaces/linkers.d.ts +81 -0
- package/dist/esm/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/linkers.js +9 -0
- package/dist/esm/operationsInterfaces/linkers.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/serviceLinkerManagementClient.d.ts +22 -0
- package/dist/esm/serviceLinkerManagementClient.d.ts.map +1 -0
- package/dist/esm/serviceLinkerManagementClient.js +107 -0
- package/dist/esm/serviceLinkerManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1380 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +234 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +93 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2052 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +21 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +183 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/configurationNames.d.ts +34 -0
- package/dist/react-native/operations/configurationNames.d.ts.map +1 -0
- package/dist/react-native/operations/configurationNames.js +122 -0
- package/dist/react-native/operations/configurationNames.js.map +1 -0
- package/dist/react-native/operations/connector.d.ts +223 -0
- package/dist/react-native/operations/connector.d.ts.map +1 -0
- package/dist/react-native/operations/connector.js +983 -0
- package/dist/react-native/operations/connector.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/linker.d.ts +125 -0
- package/dist/react-native/operations/linker.d.ts.map +1 -0
- package/dist/react-native/operations/linker.js +542 -0
- package/dist/react-native/operations/linker.js.map +1 -0
- package/dist/react-native/operations/linkers.d.ts +123 -0
- package/dist/react-native/operations/linkers.d.ts.map +1 -0
- package/dist/react-native/operations/linkers.js +503 -0
- package/dist/react-native/operations/linkers.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurationNames.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/configurationNames.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurationNames.js +9 -0
- package/dist/react-native/operationsInterfaces/configurationNames.js.map +1 -0
- package/dist/react-native/operationsInterfaces/connector.d.ts +176 -0
- package/dist/react-native/operationsInterfaces/connector.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/connector.js +9 -0
- package/dist/react-native/operationsInterfaces/connector.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linker.d.ts +99 -0
- package/dist/react-native/operationsInterfaces/linker.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linker.js +9 -0
- package/dist/react-native/operationsInterfaces/linker.js.map +1 -0
- package/dist/react-native/operationsInterfaces/linkers.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/linkers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/linkers.js +9 -0
- package/dist/react-native/operationsInterfaces/linkers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/serviceLinkerManagementClient.d.ts +22 -0
- package/dist/react-native/serviceLinkerManagementClient.d.ts.map +1 -0
- package/dist/react-native/serviceLinkerManagementClient.js +107 -0
- package/dist/react-native/serviceLinkerManagementClient.js.map +1 -0
- package/package.json +84 -65
- package/dist/index.js +0 -4947
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/configurationNamesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationNamesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationNamesListSample.js +0 -51
- package/dist-esm/samples-dev/configurationNamesListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorCreateDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorCreateDryrunSample.js +0 -53
- package/dist-esm/samples-dev/connectorCreateDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/connectorCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.js +0 -39
- package/dist-esm/samples-dev/connectorDeleteDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorDeleteSample.js +0 -39
- package/dist-esm/samples-dev/connectorDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js +0 -43
- package/dist-esm/samples-dev/connectorGenerateConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorGetDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorGetDryrunSample.js +0 -39
- package/dist-esm/samples-dev/connectorGetDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorGetSample.js +0 -39
- package/dist-esm/samples-dev/connectorGetSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorListDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorListDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorListDryrunSample.js +0 -54
- package/dist-esm/samples-dev/connectorListDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorListSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorListSample.js +0 -54
- package/dist-esm/samples-dev/connectorListSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.js +0 -53
- package/dist-esm/samples-dev/connectorUpdateDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorUpdateSample.js +0 -51
- package/dist-esm/samples-dev/connectorUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/connectorValidateSample.d.ts +0 -2
- package/dist-esm/samples-dev/connectorValidateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/connectorValidateSample.js +0 -39
- package/dist-esm/samples-dev/connectorValidateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/linkerCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerDeleteSample.js +0 -37
- package/dist-esm/samples-dev/linkerDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerGetSample.js +0 -37
- package/dist-esm/samples-dev/linkerGetSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerListConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerListConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerListConfigurationsSample.js +0 -37
- package/dist-esm/samples-dev/linkerListConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerListSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerListSample.js +0 -52
- package/dist-esm/samples-dev/linkerListSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerUpdateSample.js +0 -49
- package/dist-esm/samples-dev/linkerUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkerValidateSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkerValidateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkerValidateSample.js +0 -37
- package/dist-esm/samples-dev/linkerValidateSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersCreateDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersCreateDryrunSample.js +0 -51
- package/dist-esm/samples-dev/linkersCreateDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.js +0 -37
- package/dist-esm/samples-dev/linkersDeleteDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js +0 -41
- package/dist-esm/samples-dev/linkersGenerateConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersGetDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersGetDryrunSample.js +0 -37
- package/dist-esm/samples-dev/linkersGetDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js +0 -52
- package/dist-esm/samples-dev/linkersListDaprConfigurationsSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersListDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersListDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersListDryrunSample.js +0 -52
- package/dist-esm/samples-dev/linkersListDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts +0 -2
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.js +0 -51
- package/dist-esm/samples-dev/linkersUpdateDryrunSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -51
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/configurationNames.d.ts.map +0 -1
- package/dist-esm/src/operations/configurationNames.js.map +0 -1
- package/dist-esm/src/operations/connector.d.ts.map +0 -1
- package/dist-esm/src/operations/connector.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/linker.d.ts.map +0 -1
- package/dist-esm/src/operations/linker.js +0 -555
- package/dist-esm/src/operations/linker.js.map +0 -1
- package/dist-esm/src/operations/linkers.d.ts.map +0 -1
- package/dist-esm/src/operations/linkers.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurationNames.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurationNames.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/connector.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/connector.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linker.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linker.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/linkers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/serviceLinkerManagementClient.d.ts.map +0 -1
- package/dist-esm/src/serviceLinkerManagementClient.js.map +0 -1
- package/dist-esm/test/servicelinker_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/servicelinker_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/servicelinker_operations_test.spec.js +0 -74
- package/dist-esm/test/servicelinker_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1616
- package/src/models/mappers.ts +0 -2123
- package/src/models/parameters.ts +0 -213
- package/src/operations/configurationNames.ts +0 -155
- package/src/operations/connector.ts +0 -1433
- package/src/operations/index.ts +0 -13
- package/src/operations/linker.ts +0 -734
- package/src/operations/linkers.ts +0 -702
- package/src/operations/operations.ts +0 -149
- package/src/operationsInterfaces/configurationNames.ts +0 -26
- package/src/operationsInterfaces/connector.ts +0 -349
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/linker.ts +0 -182
- package/src/operationsInterfaces/linkers.ts +0 -153
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/pagingHelper.ts +0 -39
- package/src/serviceLinkerManagementClient.ts +0 -153
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurationNames.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/connector.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linker.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/linkers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-servicelinker.api.md → arm-servicelinker-node.api.md} +0 -0
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
9
|
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
12
|
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
|
-
import { createLroSpec } from "../lroImpl";
|
|
13
|
+
import { createLroSpec } from "../lroImpl.js";
|
|
15
14
|
/// <reference lib="esnext.asynciterable" />
|
|
16
15
|
/** Class containing Linkers operations. */
|
|
17
16
|
export class LinkersImpl {
|
|
17
|
+
client;
|
|
18
18
|
/**
|
|
19
19
|
* Initialize a new instance of the class Linkers class.
|
|
20
20
|
* @param client Reference to the service client
|
|
@@ -38,52 +38,35 @@ export class LinkersImpl {
|
|
|
38
38
|
return this;
|
|
39
39
|
},
|
|
40
40
|
byPage: (settings) => {
|
|
41
|
-
if (settings
|
|
41
|
+
if (settings?.maxPageSize) {
|
|
42
42
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
43
|
}
|
|
44
44
|
return this.listDryrunPagingPage(resourceUri, options, settings);
|
|
45
45
|
},
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
|
-
listDryrunPagingPage(resourceUri, options, settings) {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
});
|
|
48
|
+
async *listDryrunPagingPage(resourceUri, options, settings) {
|
|
49
|
+
let result;
|
|
50
|
+
let continuationToken = settings?.continuationToken;
|
|
51
|
+
if (!continuationToken) {
|
|
52
|
+
result = await this._listDryrun(resourceUri, options);
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
setContinuationToken(page, continuationToken);
|
|
56
|
+
yield page;
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = await this._listDryrunNext(resourceUri, continuationToken, options);
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
setContinuationToken(page, continuationToken);
|
|
63
|
+
yield page;
|
|
64
|
+
}
|
|
67
65
|
}
|
|
68
|
-
listDryrunPagingAll(resourceUri, options) {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
for (var _d = true, _e = __asyncValues(this.listDryrunPagingPage(resourceUri, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
73
|
-
_c = _f.value;
|
|
74
|
-
_d = false;
|
|
75
|
-
const page = _c;
|
|
76
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
80
|
-
finally {
|
|
81
|
-
try {
|
|
82
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
83
|
-
}
|
|
84
|
-
finally { if (e_1) throw e_1.error; }
|
|
85
|
-
}
|
|
86
|
-
});
|
|
66
|
+
async *listDryrunPagingAll(resourceUri, options) {
|
|
67
|
+
for await (const page of this.listDryrunPagingPage(resourceUri, options)) {
|
|
68
|
+
yield* page;
|
|
69
|
+
}
|
|
87
70
|
}
|
|
88
71
|
/**
|
|
89
72
|
* List the dapr configuration supported by Service Connector.
|
|
@@ -101,52 +84,35 @@ export class LinkersImpl {
|
|
|
101
84
|
return this;
|
|
102
85
|
},
|
|
103
86
|
byPage: (settings) => {
|
|
104
|
-
if (settings
|
|
87
|
+
if (settings?.maxPageSize) {
|
|
105
88
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
106
89
|
}
|
|
107
90
|
return this.listDaprConfigurationsPagingPage(resourceUri, options, settings);
|
|
108
91
|
},
|
|
109
92
|
};
|
|
110
93
|
}
|
|
111
|
-
listDaprConfigurationsPagingPage(resourceUri, options, settings) {
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
});
|
|
94
|
+
async *listDaprConfigurationsPagingPage(resourceUri, options, settings) {
|
|
95
|
+
let result;
|
|
96
|
+
let continuationToken = settings?.continuationToken;
|
|
97
|
+
if (!continuationToken) {
|
|
98
|
+
result = await this._listDaprConfigurations(resourceUri, options);
|
|
99
|
+
let page = result.value || [];
|
|
100
|
+
continuationToken = result.nextLink;
|
|
101
|
+
setContinuationToken(page, continuationToken);
|
|
102
|
+
yield page;
|
|
103
|
+
}
|
|
104
|
+
while (continuationToken) {
|
|
105
|
+
result = await this._listDaprConfigurationsNext(resourceUri, continuationToken, options);
|
|
106
|
+
continuationToken = result.nextLink;
|
|
107
|
+
let page = result.value || [];
|
|
108
|
+
setContinuationToken(page, continuationToken);
|
|
109
|
+
yield page;
|
|
110
|
+
}
|
|
130
111
|
}
|
|
131
|
-
listDaprConfigurationsPagingAll(resourceUri, options) {
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
for (var _d = true, _e = __asyncValues(this.listDaprConfigurationsPagingPage(resourceUri, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
136
|
-
_c = _f.value;
|
|
137
|
-
_d = false;
|
|
138
|
-
const page = _c;
|
|
139
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
143
|
-
finally {
|
|
144
|
-
try {
|
|
145
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
146
|
-
}
|
|
147
|
-
finally { if (e_2) throw e_2.error; }
|
|
148
|
-
}
|
|
149
|
-
});
|
|
112
|
+
async *listDaprConfigurationsPagingAll(resourceUri, options) {
|
|
113
|
+
for await (const page of this.listDaprConfigurationsPagingPage(resourceUri, options)) {
|
|
114
|
+
yield* page;
|
|
115
|
+
}
|
|
150
116
|
}
|
|
151
117
|
/**
|
|
152
118
|
* list dryrun jobs
|
|
@@ -175,43 +141,46 @@ export class LinkersImpl {
|
|
|
175
141
|
* @param parameters dryrun resource.
|
|
176
142
|
* @param options The options parameters.
|
|
177
143
|
*/
|
|
178
|
-
beginCreateDryrun(resourceUri, dryrunName, parameters, options) {
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
resourceLocationConfig: "azure-async-operation",
|
|
211
|
-
});
|
|
212
|
-
yield poller.poll();
|
|
213
|
-
return poller;
|
|
144
|
+
async beginCreateDryrun(resourceUri, dryrunName, parameters, options) {
|
|
145
|
+
const directSendOperation = async (args, spec) => {
|
|
146
|
+
return this.client.sendOperationRequest(args, spec);
|
|
147
|
+
};
|
|
148
|
+
const sendOperationFn = async (args, spec) => {
|
|
149
|
+
let currentRawResponse = undefined;
|
|
150
|
+
const providedCallback = args.options?.onResponse;
|
|
151
|
+
const callback = (rawResponse, flatResponse) => {
|
|
152
|
+
currentRawResponse = rawResponse;
|
|
153
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
154
|
+
};
|
|
155
|
+
const updatedArgs = {
|
|
156
|
+
...args,
|
|
157
|
+
options: {
|
|
158
|
+
...args.options,
|
|
159
|
+
onResponse: callback,
|
|
160
|
+
},
|
|
161
|
+
};
|
|
162
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
163
|
+
return {
|
|
164
|
+
flatResponse,
|
|
165
|
+
rawResponse: {
|
|
166
|
+
statusCode: currentRawResponse.status,
|
|
167
|
+
body: currentRawResponse.parsedBody,
|
|
168
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
169
|
+
},
|
|
170
|
+
};
|
|
171
|
+
};
|
|
172
|
+
const lro = createLroSpec({
|
|
173
|
+
sendOperationFn,
|
|
174
|
+
args: { resourceUri, dryrunName, parameters, options },
|
|
175
|
+
spec: createDryrunOperationSpec,
|
|
214
176
|
});
|
|
177
|
+
const poller = await createHttpPoller(lro, {
|
|
178
|
+
restoreFrom: options?.resumeFrom,
|
|
179
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
180
|
+
resourceLocationConfig: "azure-async-operation",
|
|
181
|
+
});
|
|
182
|
+
await poller.poll();
|
|
183
|
+
return poller;
|
|
215
184
|
}
|
|
216
185
|
/**
|
|
217
186
|
* create a dryrun job to do necessary check before actual creation
|
|
@@ -221,11 +190,9 @@ export class LinkersImpl {
|
|
|
221
190
|
* @param parameters dryrun resource.
|
|
222
191
|
* @param options The options parameters.
|
|
223
192
|
*/
|
|
224
|
-
beginCreateDryrunAndWait(resourceUri, dryrunName, parameters, options) {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
return poller.pollUntilDone();
|
|
228
|
-
});
|
|
193
|
+
async beginCreateDryrunAndWait(resourceUri, dryrunName, parameters, options) {
|
|
194
|
+
const poller = await this.beginCreateDryrun(resourceUri, dryrunName, parameters, options);
|
|
195
|
+
return poller.pollUntilDone();
|
|
229
196
|
}
|
|
230
197
|
/**
|
|
231
198
|
* add a dryrun job to do necessary check before actual creation
|
|
@@ -235,43 +202,46 @@ export class LinkersImpl {
|
|
|
235
202
|
* @param parameters dryrun resource.
|
|
236
203
|
* @param options The options parameters.
|
|
237
204
|
*/
|
|
238
|
-
beginUpdateDryrun(resourceUri, dryrunName, parameters, options) {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
resourceLocationConfig: "azure-async-operation",
|
|
271
|
-
});
|
|
272
|
-
yield poller.poll();
|
|
273
|
-
return poller;
|
|
205
|
+
async beginUpdateDryrun(resourceUri, dryrunName, parameters, options) {
|
|
206
|
+
const directSendOperation = async (args, spec) => {
|
|
207
|
+
return this.client.sendOperationRequest(args, spec);
|
|
208
|
+
};
|
|
209
|
+
const sendOperationFn = async (args, spec) => {
|
|
210
|
+
let currentRawResponse = undefined;
|
|
211
|
+
const providedCallback = args.options?.onResponse;
|
|
212
|
+
const callback = (rawResponse, flatResponse) => {
|
|
213
|
+
currentRawResponse = rawResponse;
|
|
214
|
+
providedCallback?.(rawResponse, flatResponse);
|
|
215
|
+
};
|
|
216
|
+
const updatedArgs = {
|
|
217
|
+
...args,
|
|
218
|
+
options: {
|
|
219
|
+
...args.options,
|
|
220
|
+
onResponse: callback,
|
|
221
|
+
},
|
|
222
|
+
};
|
|
223
|
+
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
224
|
+
return {
|
|
225
|
+
flatResponse,
|
|
226
|
+
rawResponse: {
|
|
227
|
+
statusCode: currentRawResponse.status,
|
|
228
|
+
body: currentRawResponse.parsedBody,
|
|
229
|
+
headers: currentRawResponse.headers.toJSON(),
|
|
230
|
+
},
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
const lro = createLroSpec({
|
|
234
|
+
sendOperationFn,
|
|
235
|
+
args: { resourceUri, dryrunName, parameters, options },
|
|
236
|
+
spec: updateDryrunOperationSpec,
|
|
274
237
|
});
|
|
238
|
+
const poller = await createHttpPoller(lro, {
|
|
239
|
+
restoreFrom: options?.resumeFrom,
|
|
240
|
+
intervalInMs: options?.updateIntervalInMs,
|
|
241
|
+
resourceLocationConfig: "azure-async-operation",
|
|
242
|
+
});
|
|
243
|
+
await poller.poll();
|
|
244
|
+
return poller;
|
|
275
245
|
}
|
|
276
246
|
/**
|
|
277
247
|
* add a dryrun job to do necessary check before actual creation
|
|
@@ -281,11 +251,9 @@ export class LinkersImpl {
|
|
|
281
251
|
* @param parameters dryrun resource.
|
|
282
252
|
* @param options The options parameters.
|
|
283
253
|
*/
|
|
284
|
-
beginUpdateDryrunAndWait(resourceUri, dryrunName, parameters, options) {
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
return poller.pollUntilDone();
|
|
288
|
-
});
|
|
254
|
+
async beginUpdateDryrunAndWait(resourceUri, dryrunName, parameters, options) {
|
|
255
|
+
const poller = await this.beginUpdateDryrun(resourceUri, dryrunName, parameters, options);
|
|
256
|
+
return poller.pollUntilDone();
|
|
289
257
|
}
|
|
290
258
|
/**
|
|
291
259
|
* delete a dryrun job
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linkers.js","sourceRoot":"","sources":["../../../src/operations/linkers.ts"],"names":[],"mappings":"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","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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Linkers } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceLinkerManagementClient } from \"../serviceLinkerManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n DryrunResource,\n LinkersListDryrunNextOptionalParams,\n LinkersListDryrunOptionalParams,\n LinkersListDryrunResponse,\n DaprConfigurationResource,\n LinkersListDaprConfigurationsNextOptionalParams,\n LinkersListDaprConfigurationsOptionalParams,\n LinkersListDaprConfigurationsResponse,\n LinkersGetDryrunOptionalParams,\n LinkersGetDryrunResponse,\n LinkersCreateDryrunOptionalParams,\n LinkersCreateDryrunResponse,\n DryrunPatch,\n LinkersUpdateDryrunOptionalParams,\n LinkersUpdateDryrunResponse,\n LinkersDeleteDryrunOptionalParams,\n LinkersGenerateConfigurationsOptionalParams,\n LinkersGenerateConfigurationsResponse,\n LinkersListDryrunNextResponse,\n LinkersListDaprConfigurationsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Linkers operations. */\nexport class LinkersImpl implements Linkers {\n private readonly client: ServiceLinkerManagementClient;\n\n /**\n * Initialize a new instance of the class Linkers class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceLinkerManagementClient) {\n this.client = client;\n }\n\n /**\n * list dryrun jobs\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n public listDryrun(\n resourceUri: string,\n options?: LinkersListDryrunOptionalParams,\n ): PagedAsyncIterableIterator<DryrunResource> {\n const iter = this.listDryrunPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDryrunPagingPage(resourceUri, options, settings);\n },\n };\n }\n\n private async *listDryrunPagingPage(\n resourceUri: string,\n options?: LinkersListDryrunOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DryrunResource[]> {\n let result: LinkersListDryrunResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDryrun(resourceUri, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDryrunNext(\n resourceUri,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDryrunPagingAll(\n resourceUri: string,\n options?: LinkersListDryrunOptionalParams,\n ): AsyncIterableIterator<DryrunResource> {\n for await (const page of this.listDryrunPagingPage(resourceUri, options)) {\n yield* page;\n }\n }\n\n /**\n * List the dapr configuration supported by Service Connector.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n public listDaprConfigurations(\n resourceUri: string,\n options?: LinkersListDaprConfigurationsOptionalParams,\n ): PagedAsyncIterableIterator<DaprConfigurationResource> {\n const iter = this.listDaprConfigurationsPagingAll(resourceUri, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listDaprConfigurationsPagingPage(\n resourceUri,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listDaprConfigurationsPagingPage(\n resourceUri: string,\n options?: LinkersListDaprConfigurationsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<DaprConfigurationResource[]> {\n let result: LinkersListDaprConfigurationsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listDaprConfigurations(resourceUri, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listDaprConfigurationsNext(\n resourceUri,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listDaprConfigurationsPagingAll(\n resourceUri: string,\n options?: LinkersListDaprConfigurationsOptionalParams,\n ): AsyncIterableIterator<DaprConfigurationResource> {\n for await (const page of this.listDaprConfigurationsPagingPage(\n resourceUri,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * list dryrun jobs\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n private _listDryrun(\n resourceUri: string,\n options?: LinkersListDryrunOptionalParams,\n ): Promise<LinkersListDryrunResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listDryrunOperationSpec,\n );\n }\n\n /**\n * get a dryrun job\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param options The options parameters.\n */\n getDryrun(\n resourceUri: string,\n dryrunName: string,\n options?: LinkersGetDryrunOptionalParams,\n ): Promise<LinkersGetDryrunResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, dryrunName, options },\n getDryrunOperationSpec,\n );\n }\n\n /**\n * create a dryrun job to do necessary check before actual creation\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n async beginCreateDryrun(\n resourceUri: string,\n dryrunName: string,\n parameters: DryrunResource,\n options?: LinkersCreateDryrunOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LinkersCreateDryrunResponse>,\n LinkersCreateDryrunResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<LinkersCreateDryrunResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceUri, dryrunName, parameters, options },\n spec: createDryrunOperationSpec,\n });\n const poller = await createHttpPoller<\n LinkersCreateDryrunResponse,\n OperationState<LinkersCreateDryrunResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * create a dryrun job to do necessary check before actual creation\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n async beginCreateDryrunAndWait(\n resourceUri: string,\n dryrunName: string,\n parameters: DryrunResource,\n options?: LinkersCreateDryrunOptionalParams,\n ): Promise<LinkersCreateDryrunResponse> {\n const poller = await this.beginCreateDryrun(\n resourceUri,\n dryrunName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * add a dryrun job to do necessary check before actual creation\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n async beginUpdateDryrun(\n resourceUri: string,\n dryrunName: string,\n parameters: DryrunPatch,\n options?: LinkersUpdateDryrunOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LinkersUpdateDryrunResponse>,\n LinkersUpdateDryrunResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<LinkersUpdateDryrunResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceUri, dryrunName, parameters, options },\n spec: updateDryrunOperationSpec,\n });\n const poller = await createHttpPoller<\n LinkersUpdateDryrunResponse,\n OperationState<LinkersUpdateDryrunResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * add a dryrun job to do necessary check before actual creation\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param parameters dryrun resource.\n * @param options The options parameters.\n */\n async beginUpdateDryrunAndWait(\n resourceUri: string,\n dryrunName: string,\n parameters: DryrunPatch,\n options?: LinkersUpdateDryrunOptionalParams,\n ): Promise<LinkersUpdateDryrunResponse> {\n const poller = await this.beginUpdateDryrun(\n resourceUri,\n dryrunName,\n parameters,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * delete a dryrun job\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param dryrunName The name of dryrun.\n * @param options The options parameters.\n */\n deleteDryrun(\n resourceUri: string,\n dryrunName: string,\n options?: LinkersDeleteDryrunOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceUri, dryrunName, options },\n deleteDryrunOperationSpec,\n );\n }\n\n /**\n * Generate configurations for a Linker.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param linkerName The name Linker resource.\n * @param options The options parameters.\n */\n generateConfigurations(\n resourceUri: string,\n linkerName: string,\n options?: LinkersGenerateConfigurationsOptionalParams,\n ): Promise<LinkersGenerateConfigurationsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, linkerName, options },\n generateConfigurationsOperationSpec,\n );\n }\n\n /**\n * List the dapr configuration supported by Service Connector.\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param options The options parameters.\n */\n private _listDaprConfigurations(\n resourceUri: string,\n options?: LinkersListDaprConfigurationsOptionalParams,\n ): Promise<LinkersListDaprConfigurationsResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, options },\n listDaprConfigurationsOperationSpec,\n );\n }\n\n /**\n * ListDryrunNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param nextLink The nextLink from the previous successful call to the ListDryrun method.\n * @param options The options parameters.\n */\n private _listDryrunNext(\n resourceUri: string,\n nextLink: string,\n options?: LinkersListDryrunNextOptionalParams,\n ): Promise<LinkersListDryrunNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listDryrunNextOperationSpec,\n );\n }\n\n /**\n * ListDaprConfigurationsNext\n * @param resourceUri The fully qualified Azure Resource manager identifier of the resource to be\n * connected.\n * @param nextLink The nextLink from the previous successful call to the ListDaprConfigurations method.\n * @param options The options parameters.\n */\n private _listDaprConfigurationsNext(\n resourceUri: string,\n nextLink: string,\n options?: LinkersListDaprConfigurationsNextOptionalParams,\n ): Promise<LinkersListDaprConfigurationsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceUri, nextLink, options },\n listDaprConfigurationsNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns/{dryrunName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.dryrunName,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns/{dryrunName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunResource,\n },\n 201: {\n bodyMapper: Mappers.DryrunResource,\n },\n 202: {\n bodyMapper: Mappers.DryrunResource,\n },\n 204: {\n bodyMapper: Mappers.DryrunResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.dryrunName,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns/{dryrunName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunResource,\n },\n 201: {\n bodyMapper: Mappers.DryrunResource,\n },\n 202: {\n bodyMapper: Mappers.DryrunResource,\n },\n 204: {\n bodyMapper: Mappers.DryrunResource,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.dryrunName,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteDryrunOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/dryruns/{dryrunName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.dryrunName,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst generateConfigurationsOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}/generateConfigurations\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ConfigurationResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.resourceUri,\n Parameters.linkerName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listDaprConfigurationsOperationSpec: coreClient.OperationSpec = {\n path: \"/{resourceUri}/providers/Microsoft.ServiceLinker/daprConfigurations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DaprConfigurationList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.resourceUri],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDryrunNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DryrunList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listDaprConfigurationsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.DaprConfigurationList,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.resourceUri,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces";
|
|
3
|
-
import { ServiceLinkerManagementClient } from "../serviceLinkerManagementClient";
|
|
4
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
2
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ServiceLinkerManagementClient } from "../serviceLinkerManagementClient.js";
|
|
4
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
5
|
/** Class containing Operations operations. */
|
|
6
6
|
export declare class OperationsImpl implements Operations {
|
|
7
7
|
private readonly client;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
6
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
8
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
9
|
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
10
|
+
import * as Mappers from "../models/mappers.js";
|
|
11
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
12
|
/// <reference lib="esnext.asynciterable" />
|
|
14
13
|
/** Class containing Operations operations. */
|
|
15
14
|
export class OperationsImpl {
|
|
15
|
+
client;
|
|
16
16
|
/**
|
|
17
17
|
* Initialize a new instance of the class Operations class.
|
|
18
18
|
* @param client Reference to the service client
|
|
@@ -34,52 +34,35 @@ export class OperationsImpl {
|
|
|
34
34
|
return this;
|
|
35
35
|
},
|
|
36
36
|
byPage: (settings) => {
|
|
37
|
-
if (settings
|
|
37
|
+
if (settings?.maxPageSize) {
|
|
38
38
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
39
39
|
}
|
|
40
40
|
return this.listPagingPage(options, settings);
|
|
41
41
|
},
|
|
42
42
|
};
|
|
43
43
|
}
|
|
44
|
-
listPagingPage(options, settings) {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
});
|
|
44
|
+
async *listPagingPage(options, settings) {
|
|
45
|
+
let result;
|
|
46
|
+
let continuationToken = settings?.continuationToken;
|
|
47
|
+
if (!continuationToken) {
|
|
48
|
+
result = await this._list(options);
|
|
49
|
+
let page = result.value || [];
|
|
50
|
+
continuationToken = result.nextLink;
|
|
51
|
+
setContinuationToken(page, continuationToken);
|
|
52
|
+
yield page;
|
|
53
|
+
}
|
|
54
|
+
while (continuationToken) {
|
|
55
|
+
result = await this._listNext(continuationToken, options);
|
|
56
|
+
continuationToken = result.nextLink;
|
|
57
|
+
let page = result.value || [];
|
|
58
|
+
setContinuationToken(page, continuationToken);
|
|
59
|
+
yield page;
|
|
60
|
+
}
|
|
63
61
|
}
|
|
64
|
-
listPagingAll(options) {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
69
|
-
_c = _f.value;
|
|
70
|
-
_d = false;
|
|
71
|
-
const page = _c;
|
|
72
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
76
|
-
finally {
|
|
77
|
-
try {
|
|
78
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
79
|
-
}
|
|
80
|
-
finally { if (e_1) throw e_1.error; }
|
|
81
|
-
}
|
|
82
|
-
});
|
|
62
|
+
async *listPagingAll(options) {
|
|
63
|
+
for await (const page of this.listPagingPage(options)) {
|
|
64
|
+
yield* page;
|
|
65
|
+
}
|
|
83
66
|
}
|
|
84
67
|
/**
|
|
85
68
|
* Lists the available ServiceLinker REST API operations.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","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, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ServiceLinkerManagementClient } from \"../serviceLinkerManagementClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: ServiceLinkerManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: ServiceLinkerManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the available ServiceLinker REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams,\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the available ServiceLinker REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams,\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams,\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ServiceLinker/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ConfigurationNameItem, ConfigurationNamesListOptionalParams } from "../models";
|
|
2
|
+
import { ConfigurationNameItem, ConfigurationNamesListOptionalParams } from "../models/index.js";
|
|
3
3
|
/** Interface representing a ConfigurationNames. */
|
|
4
4
|
export interface ConfigurationNames {
|
|
5
5
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurationNames.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurationNames.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,qBAAqB,EACrB,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,qBAAqB,CAAC,CAAC;CACtD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurationNames.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurationNames.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 {\n ConfigurationNameItem,\n ConfigurationNamesListOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ConfigurationNames. */\nexport interface ConfigurationNames {\n /**\n * Lists the configuration names generated by Service Connector for all target, client types, auth\n * types.\n * @param options The options parameters.\n */\n list(\n options?: ConfigurationNamesListOptionalParams,\n ): PagedAsyncIterableIterator<ConfigurationNameItem>;\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
2
|
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
-
import { DryrunResource, ConnectorListDryrunOptionalParams, LinkerResource, ConnectorListOptionalParams, ConnectorGetDryrunOptionalParams, ConnectorGetDryrunResponse, ConnectorCreateDryrunOptionalParams, ConnectorCreateDryrunResponse, DryrunPatch, ConnectorUpdateDryrunOptionalParams, ConnectorUpdateDryrunResponse, ConnectorDeleteDryrunOptionalParams, ConnectorGetOptionalParams, ConnectorGetResponse, ConnectorCreateOrUpdateOptionalParams, ConnectorCreateOrUpdateResponse, ConnectorDeleteOptionalParams, LinkerPatch, ConnectorUpdateOptionalParams, ConnectorUpdateResponse, ConnectorValidateOptionalParams, ConnectorValidateResponse, ConnectorGenerateConfigurationsOptionalParams, ConnectorGenerateConfigurationsResponse } from "../models";
|
|
3
|
+
import { DryrunResource, ConnectorListDryrunOptionalParams, LinkerResource, ConnectorListOptionalParams, ConnectorGetDryrunOptionalParams, ConnectorGetDryrunResponse, ConnectorCreateDryrunOptionalParams, ConnectorCreateDryrunResponse, DryrunPatch, ConnectorUpdateDryrunOptionalParams, ConnectorUpdateDryrunResponse, ConnectorDeleteDryrunOptionalParams, ConnectorGetOptionalParams, ConnectorGetResponse, ConnectorCreateOrUpdateOptionalParams, ConnectorCreateOrUpdateResponse, ConnectorDeleteOptionalParams, LinkerPatch, ConnectorUpdateOptionalParams, ConnectorUpdateResponse, ConnectorValidateOptionalParams, ConnectorValidateResponse, ConnectorGenerateConfigurationsOptionalParams, ConnectorGenerateConfigurationsResponse } from "../models/index.js";
|
|
4
4
|
/** Interface representing a Connector. */
|
|
5
5
|
export interface Connector {
|
|
6
6
|
/**
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connector.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/connector.ts"],"names":[],"mappings":"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"}
|