@azure/arm-kubernetesconfiguration 6.1.1-alpha.20250207.1 → 6.1.1-alpha.20250211.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/README.md +21 -14
- 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/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- 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/extensions.d.ts +3 -3
- package/dist/browser/operations/extensions.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/extensions.js +139 -151
- package/dist/browser/operations/extensions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluxConfigOperationStatus.d.ts +3 -3
- package/dist/browser/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluxConfigOperationStatus.js +2 -2
- package/dist/browser/operations/fluxConfigOperationStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluxConfigurations.d.ts +3 -3
- package/dist/browser/operations/fluxConfigurations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/fluxConfigurations.js +139 -151
- package/dist/browser/operations/fluxConfigurations.js.map +1 -0
- package/dist/browser/operations/index.d.ts +7 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +14 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationStatus.d.ts +3 -3
- package/dist/browser/operations/operationStatus.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operationStatus.js +3 -3
- package/dist/browser/operations/operationStatus.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 +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sourceControlConfigurations.d.ts +3 -3
- package/dist/browser/operations/sourceControlConfigurations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/sourceControlConfigurations.js +48 -52
- package/dist/browser/operations/sourceControlConfigurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/extensions.d.ts +1 -1
- package/dist/browser/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/extensions.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/fluxConfigOperationStatus.d.ts +1 -1
- package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/fluxConfigurations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/fluxConfigurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +7 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +14 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operationStatus.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operationStatus.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationStatus.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-esm/src → dist/browser}/operationsInterfaces/sourceControlConfigurations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/sourceControlConfigurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/sourceControlConfigurations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/{dist-esm/src → dist/browser}/sourceControlConfigurationClient.d.ts +2 -2
- package/dist/browser/sourceControlConfigurationClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/sourceControlConfigurationClient.js +15 -18
- package/dist/browser/sourceControlConfigurationClient.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 +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-kubernetesconfiguration.d.ts → dist/commonjs/models/index.d.ts} +1187 -1668
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +143 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +49 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2069 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +22 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +193 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/extensions.d.ts +141 -0
- package/dist/commonjs/operations/extensions.d.ts.map +1 -0
- package/dist/commonjs/operations/extensions.js +540 -0
- package/dist/commonjs/operations/extensions.js.map +1 -0
- package/dist/commonjs/operations/fluxConfigOperationStatus.d.ts +26 -0
- package/dist/commonjs/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/fluxConfigOperationStatus.js +76 -0
- package/dist/commonjs/operations/fluxConfigOperationStatus.js.map +1 -0
- package/dist/commonjs/operations/fluxConfigurations.d.ts +141 -0
- package/dist/commonjs/operations/fluxConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/fluxConfigurations.js +540 -0
- package/dist/commonjs/operations/fluxConfigurations.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +7 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +17 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operationStatus.d.ts +63 -0
- package/dist/commonjs/operations/operationStatus.d.ts.map +1 -0
- package/dist/commonjs/operations/operationStatus.js +231 -0
- package/dist/commonjs/operations/operationStatus.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 +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/sourceControlConfigurations.d.ts +102 -0
- package/dist/commonjs/operations/sourceControlConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operations/sourceControlConfigurations.js +377 -0
- package/dist/commonjs/operations/sourceControlConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts +108 -0
- package/dist/commonjs/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/extensions.js +10 -0
- package/dist/commonjs/operationsInterfaces/extensions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigurations.d.ts +108 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/fluxConfigurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +7 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +17 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatus.d.ts +30 -0
- package/dist/commonjs/operationsInterfaces/operationStatus.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationStatus.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationStatus.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/operationsInterfaces/sourceControlConfigurations.d.ts +69 -0
- package/dist/commonjs/operationsInterfaces/sourceControlConfigurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/sourceControlConfigurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/sourceControlConfigurations.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 +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/sourceControlConfigurationClient.d.ts +25 -0
- package/dist/commonjs/sourceControlConfigurationClient.d.ts.map +1 -0
- package/dist/commonjs/sourceControlConfigurationClient.js +107 -0
- package/dist/commonjs/sourceControlConfigurationClient.js.map +1 -0
- 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 +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1187 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +140 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +49 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2066 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +22 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +190 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/extensions.d.ts +141 -0
- package/dist/esm/operations/extensions.d.ts.map +1 -0
- package/dist/esm/operations/extensions.js +536 -0
- package/dist/esm/operations/extensions.js.map +1 -0
- package/dist/esm/operations/fluxConfigOperationStatus.d.ts +26 -0
- package/dist/esm/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/esm/operations/fluxConfigOperationStatus.js +71 -0
- package/dist/esm/operations/fluxConfigOperationStatus.js.map +1 -0
- package/dist/esm/operations/fluxConfigurations.d.ts +141 -0
- package/dist/esm/operations/fluxConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/fluxConfigurations.js +536 -0
- package/dist/esm/operations/fluxConfigurations.js.map +1 -0
- package/dist/esm/operations/index.d.ts +7 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +14 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operationStatus.d.ts +63 -0
- package/dist/esm/operations/operationStatus.d.ts.map +1 -0
- package/dist/esm/operations/operationStatus.js +227 -0
- package/dist/esm/operations/operationStatus.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 +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/sourceControlConfigurations.d.ts +102 -0
- package/dist/esm/operations/sourceControlConfigurations.d.ts.map +1 -0
- package/dist/esm/operations/sourceControlConfigurations.js +373 -0
- package/dist/esm/operations/sourceControlConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts +108 -0
- package/dist/esm/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/extensions.js +9 -0
- package/dist/esm/operationsInterfaces/extensions.js.map +1 -0
- package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
- package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
- package/dist/esm/operationsInterfaces/fluxConfigurations.d.ts +108 -0
- package/dist/esm/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/fluxConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/fluxConfigurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +7 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +14 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatus.d.ts +30 -0
- package/dist/esm/operationsInterfaces/operationStatus.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationStatus.js +9 -0
- package/dist/esm/operationsInterfaces/operationStatus.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/operationsInterfaces/sourceControlConfigurations.d.ts +69 -0
- package/dist/esm/operationsInterfaces/sourceControlConfigurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/sourceControlConfigurations.js +9 -0
- package/dist/esm/operationsInterfaces/sourceControlConfigurations.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 +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/sourceControlConfigurationClient.d.ts +25 -0
- package/dist/esm/sourceControlConfigurationClient.d.ts.map +1 -0
- package/dist/esm/sourceControlConfigurationClient.js +102 -0
- package/dist/esm/sourceControlConfigurationClient.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 +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1187 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +140 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +49 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2066 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +22 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +190 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/extensions.d.ts +141 -0
- package/dist/react-native/operations/extensions.d.ts.map +1 -0
- package/dist/react-native/operations/extensions.js +536 -0
- package/dist/react-native/operations/extensions.js.map +1 -0
- package/dist/react-native/operations/fluxConfigOperationStatus.d.ts +26 -0
- package/dist/react-native/operations/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/fluxConfigOperationStatus.js +71 -0
- package/dist/react-native/operations/fluxConfigOperationStatus.js.map +1 -0
- package/dist/react-native/operations/fluxConfigurations.d.ts +141 -0
- package/dist/react-native/operations/fluxConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/fluxConfigurations.js +536 -0
- package/dist/react-native/operations/fluxConfigurations.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +7 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +14 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operationStatus.d.ts +63 -0
- package/dist/react-native/operations/operationStatus.d.ts.map +1 -0
- package/dist/react-native/operations/operationStatus.js +227 -0
- package/dist/react-native/operations/operationStatus.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 +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/sourceControlConfigurations.d.ts +102 -0
- package/dist/react-native/operations/sourceControlConfigurations.d.ts.map +1 -0
- package/dist/react-native/operations/sourceControlConfigurations.js +373 -0
- package/dist/react-native/operations/sourceControlConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts +108 -0
- package/dist/react-native/operationsInterfaces/extensions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/extensions.js +9 -0
- package/dist/react-native/operationsInterfaces/extensions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/fluxConfigOperationStatus.js.map +1 -0
- package/dist/react-native/operationsInterfaces/fluxConfigurations.d.ts +108 -0
- package/dist/react-native/operationsInterfaces/fluxConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/fluxConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/fluxConfigurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +7 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +14 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatus.d.ts +30 -0
- package/dist/react-native/operationsInterfaces/operationStatus.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationStatus.js +9 -0
- package/dist/react-native/operationsInterfaces/operationStatus.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/operationsInterfaces/sourceControlConfigurations.d.ts +69 -0
- package/dist/react-native/operationsInterfaces/sourceControlConfigurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/sourceControlConfigurations.js +9 -0
- package/dist/react-native/operationsInterfaces/sourceControlConfigurations.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 +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/sourceControlConfigurationClient.d.ts +25 -0
- package/dist/react-native/sourceControlConfigurationClient.d.ts.map +1 -0
- package/dist/react-native/sourceControlConfigurationClient.js +102 -0
- package/dist/react-native/sourceControlConfigurationClient.js.map +1 -0
- package/package.json +70 -41
- package/dist/index.js +0 -4494
- 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/extensionsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsCreateSample.js +0 -74
- package/dist-esm/samples-dev/extensionsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/extensionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsGetSample.js +0 -60
- package/dist-esm/samples-dev/extensionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsListSample.js +0 -54
- package/dist-esm/samples-dev/extensionsListSample.js.map +0 -1
- package/dist-esm/samples-dev/extensionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/extensionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/extensionsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/extensionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fluxConfigOperationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluxConfigOperationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluxConfigOperationStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/fluxConfigOperationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluxConfigurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsCreateOrUpdateSample.js +0 -125
- package/dist-esm/samples-dev/fluxConfigurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluxConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/fluxConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluxConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsGetSample.js +0 -39
- package/dist-esm/samples-dev/fluxConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluxConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsListSample.js +0 -54
- package/dist-esm/samples-dev/fluxConfigurationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/fluxConfigurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/fluxConfigurationsUpdateSample.js +0 -50
- package/dist-esm/samples-dev/fluxConfigurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationStatusGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationStatusGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationStatusGetSample.js +0 -40
- package/dist-esm/samples-dev/operationStatusGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationStatusListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationStatusListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationStatusListSample.js +0 -54
- package/dist-esm/samples-dev/operationStatusListSample.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/samples-dev/sourceControlConfigurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlConfigurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlConfigurationsCreateOrUpdateSample.js +0 -49
- package/dist-esm/samples-dev/sourceControlConfigurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlConfigurationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlConfigurationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlConfigurationsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/sourceControlConfigurationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlConfigurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlConfigurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlConfigurationsGetSample.js +0 -39
- package/dist-esm/samples-dev/sourceControlConfigurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/sourceControlConfigurationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/sourceControlConfigurationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/sourceControlConfigurationsListSample.js +0 -54
- package/dist-esm/samples-dev/sourceControlConfigurationsListSample.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.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/extensions.d.ts.map +0 -1
- package/dist-esm/src/operations/extensions.js.map +0 -1
- package/dist-esm/src/operations/fluxConfigOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/fluxConfigOperationStatus.js.map +0 -1
- package/dist-esm/src/operations/fluxConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/fluxConfigurations.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -7
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -14
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operationStatus.d.ts.map +0 -1
- package/dist-esm/src/operations/operationStatus.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/operations/sourceControlConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operations/sourceControlConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/extensions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluxConfigOperationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluxConfigOperationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluxConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/fluxConfigurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -7
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -14
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatus.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationStatus.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlConfigurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/sourceControlConfigurations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/sourceControlConfigurationClient.d.ts.map +0 -1
- package/dist-esm/src/sourceControlConfigurationClient.js.map +0 -1
- package/dist-esm/test/kubernetesconfiguration_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/kubernetesconfiguration_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/kubernetesconfiguration_operations_test.spec.js +0 -83
- package/dist-esm/test/kubernetesconfiguration_operations_test.spec.js.map +0 -1
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -1294
- package/src/models/mappers.ts +0 -2174
- package/src/models/parameters.ts +0 -221
- package/src/operations/extensions.ts +0 -777
- package/src/operations/fluxConfigOperationStatus.ts +0 -95
- package/src/operations/fluxConfigurations.ts +0 -777
- package/src/operations/index.ts +0 -14
- package/src/operations/operationStatus.ts +0 -314
- package/src/operations/operations.ts +0 -149
- package/src/operations/sourceControlConfigurations.ts +0 -521
- package/src/operationsInterfaces/extensions.ts +0 -197
- package/src/operationsInterfaces/fluxConfigOperationStatus.ts +0 -37
- package/src/operationsInterfaces/fluxConfigurations.ts +0 -197
- package/src/operationsInterfaces/index.ts +0 -14
- package/src/operationsInterfaces/operationStatus.ts +0 -58
- package/src/operationsInterfaces/operations.ts +0 -25
- package/src/operationsInterfaces/sourceControlConfigurations.ts +0 -121
- package/src/pagingHelper.ts +0 -39
- package/src/sourceControlConfigurationClient.ts +0 -166
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +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/mappers.js +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/extensions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluxConfigOperationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/fluxConfigurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationStatus.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/sourceControlConfigurations.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/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
- /package/{types → dist/commonjs}/tsdoc-metadata.json +0 -0
package/dist/index.js
DELETED
|
@@ -1,4494 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var tslib = require('tslib');
|
|
6
|
-
var coreClient = require('@azure/core-client');
|
|
7
|
-
var coreRestPipeline = require('@azure/core-rest-pipeline');
|
|
8
|
-
var coreLro = require('@azure/core-lro');
|
|
9
|
-
|
|
10
|
-
function _interopNamespaceDefault(e) {
|
|
11
|
-
var n = Object.create(null);
|
|
12
|
-
if (e) {
|
|
13
|
-
Object.keys(e).forEach(function (k) {
|
|
14
|
-
if (k !== 'default') {
|
|
15
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
16
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function () { return e[k]; }
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
n.default = e;
|
|
24
|
-
return Object.freeze(n);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
var coreClient__namespace = /*#__PURE__*/_interopNamespaceDefault(coreClient);
|
|
28
|
-
var coreRestPipeline__namespace = /*#__PURE__*/_interopNamespaceDefault(coreRestPipeline);
|
|
29
|
-
|
|
30
|
-
/*
|
|
31
|
-
* Copyright (c) Microsoft Corporation.
|
|
32
|
-
* Licensed under the MIT License.
|
|
33
|
-
*
|
|
34
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
35
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
36
|
-
*/
|
|
37
|
-
const pageMap = new WeakMap();
|
|
38
|
-
/**
|
|
39
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
40
|
-
* returns a continuation token that can be used to begin paging from
|
|
41
|
-
* that point later.
|
|
42
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
43
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
44
|
-
*/
|
|
45
|
-
function getContinuationToken(page) {
|
|
46
|
-
var _a;
|
|
47
|
-
if (typeof page !== "object" || page === null) {
|
|
48
|
-
return undefined;
|
|
49
|
-
}
|
|
50
|
-
return (_a = pageMap.get(page)) === null || _a === undefined ? undefined : _a.continuationToken;
|
|
51
|
-
}
|
|
52
|
-
function setContinuationToken(page, continuationToken) {
|
|
53
|
-
var _a;
|
|
54
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
55
|
-
return;
|
|
56
|
-
}
|
|
57
|
-
const pageInfo = (_a = pageMap.get(page)) !== null && _a !== undefined ? _a : {};
|
|
58
|
-
pageInfo.continuationToken = continuationToken;
|
|
59
|
-
pageMap.set(page, pageInfo);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/*
|
|
63
|
-
* Copyright (c) Microsoft Corporation.
|
|
64
|
-
* Licensed under the MIT License.
|
|
65
|
-
*
|
|
66
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
67
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
68
|
-
*/
|
|
69
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
70
|
-
exports.KnownProvisioningState = void 0;
|
|
71
|
-
(function (KnownProvisioningState) {
|
|
72
|
-
/** Succeeded */
|
|
73
|
-
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
74
|
-
/** Failed */
|
|
75
|
-
KnownProvisioningState["Failed"] = "Failed";
|
|
76
|
-
/** Canceled */
|
|
77
|
-
KnownProvisioningState["Canceled"] = "Canceled";
|
|
78
|
-
/** Creating */
|
|
79
|
-
KnownProvisioningState["Creating"] = "Creating";
|
|
80
|
-
/** Updating */
|
|
81
|
-
KnownProvisioningState["Updating"] = "Updating";
|
|
82
|
-
/** Deleting */
|
|
83
|
-
KnownProvisioningState["Deleting"] = "Deleting";
|
|
84
|
-
})(exports.KnownProvisioningState || (exports.KnownProvisioningState = {}));
|
|
85
|
-
/** Known values of {@link LevelType} that the service accepts. */
|
|
86
|
-
exports.KnownLevelType = void 0;
|
|
87
|
-
(function (KnownLevelType) {
|
|
88
|
-
/** Error */
|
|
89
|
-
KnownLevelType["Error"] = "Error";
|
|
90
|
-
/** Warning */
|
|
91
|
-
KnownLevelType["Warning"] = "Warning";
|
|
92
|
-
/** Information */
|
|
93
|
-
KnownLevelType["Information"] = "Information";
|
|
94
|
-
})(exports.KnownLevelType || (exports.KnownLevelType = {}));
|
|
95
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
96
|
-
exports.KnownCreatedByType = void 0;
|
|
97
|
-
(function (KnownCreatedByType) {
|
|
98
|
-
/** User */
|
|
99
|
-
KnownCreatedByType["User"] = "User";
|
|
100
|
-
/** Application */
|
|
101
|
-
KnownCreatedByType["Application"] = "Application";
|
|
102
|
-
/** ManagedIdentity */
|
|
103
|
-
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
104
|
-
/** Key */
|
|
105
|
-
KnownCreatedByType["Key"] = "Key";
|
|
106
|
-
})(exports.KnownCreatedByType || (exports.KnownCreatedByType = {}));
|
|
107
|
-
/** Known values of {@link ScopeType} that the service accepts. */
|
|
108
|
-
exports.KnownScopeType = void 0;
|
|
109
|
-
(function (KnownScopeType) {
|
|
110
|
-
/** Cluster */
|
|
111
|
-
KnownScopeType["Cluster"] = "cluster";
|
|
112
|
-
/** Namespace */
|
|
113
|
-
KnownScopeType["Namespace"] = "namespace";
|
|
114
|
-
})(exports.KnownScopeType || (exports.KnownScopeType = {}));
|
|
115
|
-
/** Known values of {@link SourceKindType} that the service accepts. */
|
|
116
|
-
exports.KnownSourceKindType = void 0;
|
|
117
|
-
(function (KnownSourceKindType) {
|
|
118
|
-
/** GitRepository */
|
|
119
|
-
KnownSourceKindType["GitRepository"] = "GitRepository";
|
|
120
|
-
/** Bucket */
|
|
121
|
-
KnownSourceKindType["Bucket"] = "Bucket";
|
|
122
|
-
/** AzureBlob */
|
|
123
|
-
KnownSourceKindType["AzureBlob"] = "AzureBlob";
|
|
124
|
-
})(exports.KnownSourceKindType || (exports.KnownSourceKindType = {}));
|
|
125
|
-
/** Known values of {@link FluxComplianceState} that the service accepts. */
|
|
126
|
-
exports.KnownFluxComplianceState = void 0;
|
|
127
|
-
(function (KnownFluxComplianceState) {
|
|
128
|
-
/** Compliant */
|
|
129
|
-
KnownFluxComplianceState["Compliant"] = "Compliant";
|
|
130
|
-
/** NonCompliant */
|
|
131
|
-
KnownFluxComplianceState["NonCompliant"] = "Non-Compliant";
|
|
132
|
-
/** Pending */
|
|
133
|
-
KnownFluxComplianceState["Pending"] = "Pending";
|
|
134
|
-
/** Suspended */
|
|
135
|
-
KnownFluxComplianceState["Suspended"] = "Suspended";
|
|
136
|
-
/** Unknown */
|
|
137
|
-
KnownFluxComplianceState["Unknown"] = "Unknown";
|
|
138
|
-
})(exports.KnownFluxComplianceState || (exports.KnownFluxComplianceState = {}));
|
|
139
|
-
/** Known values of {@link OperatorType} that the service accepts. */
|
|
140
|
-
exports.KnownOperatorType = void 0;
|
|
141
|
-
(function (KnownOperatorType) {
|
|
142
|
-
/** Flux */
|
|
143
|
-
KnownOperatorType["Flux"] = "Flux";
|
|
144
|
-
})(exports.KnownOperatorType || (exports.KnownOperatorType = {}));
|
|
145
|
-
/** Known values of {@link OperatorScopeType} that the service accepts. */
|
|
146
|
-
exports.KnownOperatorScopeType = void 0;
|
|
147
|
-
(function (KnownOperatorScopeType) {
|
|
148
|
-
/** Cluster */
|
|
149
|
-
KnownOperatorScopeType["Cluster"] = "cluster";
|
|
150
|
-
/** Namespace */
|
|
151
|
-
KnownOperatorScopeType["Namespace"] = "namespace";
|
|
152
|
-
})(exports.KnownOperatorScopeType || (exports.KnownOperatorScopeType = {}));
|
|
153
|
-
/** Known values of {@link ProvisioningStateType} that the service accepts. */
|
|
154
|
-
exports.KnownProvisioningStateType = void 0;
|
|
155
|
-
(function (KnownProvisioningStateType) {
|
|
156
|
-
/** Accepted */
|
|
157
|
-
KnownProvisioningStateType["Accepted"] = "Accepted";
|
|
158
|
-
/** Deleting */
|
|
159
|
-
KnownProvisioningStateType["Deleting"] = "Deleting";
|
|
160
|
-
/** Running */
|
|
161
|
-
KnownProvisioningStateType["Running"] = "Running";
|
|
162
|
-
/** Succeeded */
|
|
163
|
-
KnownProvisioningStateType["Succeeded"] = "Succeeded";
|
|
164
|
-
/** Failed */
|
|
165
|
-
KnownProvisioningStateType["Failed"] = "Failed";
|
|
166
|
-
})(exports.KnownProvisioningStateType || (exports.KnownProvisioningStateType = {}));
|
|
167
|
-
/** Known values of {@link ComplianceStateType} that the service accepts. */
|
|
168
|
-
exports.KnownComplianceStateType = void 0;
|
|
169
|
-
(function (KnownComplianceStateType) {
|
|
170
|
-
/** Pending */
|
|
171
|
-
KnownComplianceStateType["Pending"] = "Pending";
|
|
172
|
-
/** Compliant */
|
|
173
|
-
KnownComplianceStateType["Compliant"] = "Compliant";
|
|
174
|
-
/** Noncompliant */
|
|
175
|
-
KnownComplianceStateType["Noncompliant"] = "Noncompliant";
|
|
176
|
-
/** Installed */
|
|
177
|
-
KnownComplianceStateType["Installed"] = "Installed";
|
|
178
|
-
/** Failed */
|
|
179
|
-
KnownComplianceStateType["Failed"] = "Failed";
|
|
180
|
-
})(exports.KnownComplianceStateType || (exports.KnownComplianceStateType = {}));
|
|
181
|
-
/** Known values of {@link MessageLevelType} that the service accepts. */
|
|
182
|
-
exports.KnownMessageLevelType = void 0;
|
|
183
|
-
(function (KnownMessageLevelType) {
|
|
184
|
-
/** Error */
|
|
185
|
-
KnownMessageLevelType["Error"] = "Error";
|
|
186
|
-
/** Warning */
|
|
187
|
-
KnownMessageLevelType["Warning"] = "Warning";
|
|
188
|
-
/** Information */
|
|
189
|
-
KnownMessageLevelType["Information"] = "Information";
|
|
190
|
-
})(exports.KnownMessageLevelType || (exports.KnownMessageLevelType = {}));
|
|
191
|
-
/** Known values of {@link KustomizationValidationType} that the service accepts. */
|
|
192
|
-
exports.KnownKustomizationValidationType = void 0;
|
|
193
|
-
(function (KnownKustomizationValidationType) {
|
|
194
|
-
/** None */
|
|
195
|
-
KnownKustomizationValidationType["None"] = "none";
|
|
196
|
-
/** Client */
|
|
197
|
-
KnownKustomizationValidationType["Client"] = "client";
|
|
198
|
-
/** Server */
|
|
199
|
-
KnownKustomizationValidationType["Server"] = "server";
|
|
200
|
-
})(exports.KnownKustomizationValidationType || (exports.KnownKustomizationValidationType = {}));
|
|
201
|
-
|
|
202
|
-
/*
|
|
203
|
-
* Copyright (c) Microsoft Corporation.
|
|
204
|
-
* Licensed under the MIT License.
|
|
205
|
-
*
|
|
206
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
207
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
208
|
-
*/
|
|
209
|
-
const Scope = {
|
|
210
|
-
type: {
|
|
211
|
-
name: "Composite",
|
|
212
|
-
className: "Scope",
|
|
213
|
-
modelProperties: {
|
|
214
|
-
cluster: {
|
|
215
|
-
serializedName: "cluster",
|
|
216
|
-
type: {
|
|
217
|
-
name: "Composite",
|
|
218
|
-
className: "ScopeCluster"
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
namespace: {
|
|
222
|
-
serializedName: "namespace",
|
|
223
|
-
type: {
|
|
224
|
-
name: "Composite",
|
|
225
|
-
className: "ScopeNamespace"
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
};
|
|
231
|
-
const ScopeCluster = {
|
|
232
|
-
type: {
|
|
233
|
-
name: "Composite",
|
|
234
|
-
className: "ScopeCluster",
|
|
235
|
-
modelProperties: {
|
|
236
|
-
releaseNamespace: {
|
|
237
|
-
serializedName: "releaseNamespace",
|
|
238
|
-
type: {
|
|
239
|
-
name: "String"
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
};
|
|
245
|
-
const ScopeNamespace = {
|
|
246
|
-
type: {
|
|
247
|
-
name: "Composite",
|
|
248
|
-
className: "ScopeNamespace",
|
|
249
|
-
modelProperties: {
|
|
250
|
-
targetNamespace: {
|
|
251
|
-
serializedName: "targetNamespace",
|
|
252
|
-
type: {
|
|
253
|
-
name: "String"
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
};
|
|
259
|
-
const ExtensionStatus = {
|
|
260
|
-
type: {
|
|
261
|
-
name: "Composite",
|
|
262
|
-
className: "ExtensionStatus",
|
|
263
|
-
modelProperties: {
|
|
264
|
-
code: {
|
|
265
|
-
serializedName: "code",
|
|
266
|
-
type: {
|
|
267
|
-
name: "String"
|
|
268
|
-
}
|
|
269
|
-
},
|
|
270
|
-
displayStatus: {
|
|
271
|
-
serializedName: "displayStatus",
|
|
272
|
-
type: {
|
|
273
|
-
name: "String"
|
|
274
|
-
}
|
|
275
|
-
},
|
|
276
|
-
level: {
|
|
277
|
-
defaultValue: "Information",
|
|
278
|
-
serializedName: "level",
|
|
279
|
-
type: {
|
|
280
|
-
name: "String"
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
message: {
|
|
284
|
-
serializedName: "message",
|
|
285
|
-
type: {
|
|
286
|
-
name: "String"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
time: {
|
|
290
|
-
serializedName: "time",
|
|
291
|
-
type: {
|
|
292
|
-
name: "String"
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
};
|
|
298
|
-
const ErrorDetail = {
|
|
299
|
-
type: {
|
|
300
|
-
name: "Composite",
|
|
301
|
-
className: "ErrorDetail",
|
|
302
|
-
modelProperties: {
|
|
303
|
-
code: {
|
|
304
|
-
serializedName: "code",
|
|
305
|
-
readOnly: true,
|
|
306
|
-
type: {
|
|
307
|
-
name: "String"
|
|
308
|
-
}
|
|
309
|
-
},
|
|
310
|
-
message: {
|
|
311
|
-
serializedName: "message",
|
|
312
|
-
readOnly: true,
|
|
313
|
-
type: {
|
|
314
|
-
name: "String"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
target: {
|
|
318
|
-
serializedName: "target",
|
|
319
|
-
readOnly: true,
|
|
320
|
-
type: {
|
|
321
|
-
name: "String"
|
|
322
|
-
}
|
|
323
|
-
},
|
|
324
|
-
details: {
|
|
325
|
-
serializedName: "details",
|
|
326
|
-
readOnly: true,
|
|
327
|
-
type: {
|
|
328
|
-
name: "Sequence",
|
|
329
|
-
element: {
|
|
330
|
-
type: {
|
|
331
|
-
name: "Composite",
|
|
332
|
-
className: "ErrorDetail"
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
additionalInfo: {
|
|
338
|
-
serializedName: "additionalInfo",
|
|
339
|
-
readOnly: true,
|
|
340
|
-
type: {
|
|
341
|
-
name: "Sequence",
|
|
342
|
-
element: {
|
|
343
|
-
type: {
|
|
344
|
-
name: "Composite",
|
|
345
|
-
className: "ErrorAdditionalInfo"
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
};
|
|
353
|
-
const ErrorAdditionalInfo = {
|
|
354
|
-
type: {
|
|
355
|
-
name: "Composite",
|
|
356
|
-
className: "ErrorAdditionalInfo",
|
|
357
|
-
modelProperties: {
|
|
358
|
-
type: {
|
|
359
|
-
serializedName: "type",
|
|
360
|
-
readOnly: true,
|
|
361
|
-
type: {
|
|
362
|
-
name: "String"
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
info: {
|
|
366
|
-
serializedName: "info",
|
|
367
|
-
readOnly: true,
|
|
368
|
-
type: {
|
|
369
|
-
name: "Dictionary",
|
|
370
|
-
value: { type: { name: "any" } }
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
}
|
|
375
|
-
};
|
|
376
|
-
const ExtensionPropertiesAksAssignedIdentity = {
|
|
377
|
-
type: {
|
|
378
|
-
name: "Composite",
|
|
379
|
-
className: "ExtensionPropertiesAksAssignedIdentity",
|
|
380
|
-
modelProperties: {
|
|
381
|
-
principalId: {
|
|
382
|
-
serializedName: "principalId",
|
|
383
|
-
readOnly: true,
|
|
384
|
-
type: {
|
|
385
|
-
name: "String"
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
tenantId: {
|
|
389
|
-
serializedName: "tenantId",
|
|
390
|
-
readOnly: true,
|
|
391
|
-
type: {
|
|
392
|
-
name: "String"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
type: {
|
|
396
|
-
serializedName: "type",
|
|
397
|
-
type: {
|
|
398
|
-
name: "Enum",
|
|
399
|
-
allowedValues: ["SystemAssigned", "UserAssigned"]
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
};
|
|
405
|
-
const Identity = {
|
|
406
|
-
type: {
|
|
407
|
-
name: "Composite",
|
|
408
|
-
className: "Identity",
|
|
409
|
-
modelProperties: {
|
|
410
|
-
principalId: {
|
|
411
|
-
serializedName: "principalId",
|
|
412
|
-
readOnly: true,
|
|
413
|
-
type: {
|
|
414
|
-
name: "String"
|
|
415
|
-
}
|
|
416
|
-
},
|
|
417
|
-
tenantId: {
|
|
418
|
-
serializedName: "tenantId",
|
|
419
|
-
readOnly: true,
|
|
420
|
-
type: {
|
|
421
|
-
name: "String"
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
|
-
type: {
|
|
425
|
-
defaultValue: "SystemAssigned",
|
|
426
|
-
isConstant: true,
|
|
427
|
-
serializedName: "type",
|
|
428
|
-
type: {
|
|
429
|
-
name: "String"
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
};
|
|
435
|
-
const SystemData = {
|
|
436
|
-
type: {
|
|
437
|
-
name: "Composite",
|
|
438
|
-
className: "SystemData",
|
|
439
|
-
modelProperties: {
|
|
440
|
-
createdBy: {
|
|
441
|
-
serializedName: "createdBy",
|
|
442
|
-
type: {
|
|
443
|
-
name: "String"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
createdByType: {
|
|
447
|
-
serializedName: "createdByType",
|
|
448
|
-
type: {
|
|
449
|
-
name: "String"
|
|
450
|
-
}
|
|
451
|
-
},
|
|
452
|
-
createdAt: {
|
|
453
|
-
serializedName: "createdAt",
|
|
454
|
-
type: {
|
|
455
|
-
name: "DateTime"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
lastModifiedBy: {
|
|
459
|
-
serializedName: "lastModifiedBy",
|
|
460
|
-
type: {
|
|
461
|
-
name: "String"
|
|
462
|
-
}
|
|
463
|
-
},
|
|
464
|
-
lastModifiedByType: {
|
|
465
|
-
serializedName: "lastModifiedByType",
|
|
466
|
-
type: {
|
|
467
|
-
name: "String"
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
lastModifiedAt: {
|
|
471
|
-
serializedName: "lastModifiedAt",
|
|
472
|
-
type: {
|
|
473
|
-
name: "DateTime"
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
};
|
|
479
|
-
const Plan = {
|
|
480
|
-
type: {
|
|
481
|
-
name: "Composite",
|
|
482
|
-
className: "Plan",
|
|
483
|
-
modelProperties: {
|
|
484
|
-
name: {
|
|
485
|
-
serializedName: "name",
|
|
486
|
-
required: true,
|
|
487
|
-
type: {
|
|
488
|
-
name: "String"
|
|
489
|
-
}
|
|
490
|
-
},
|
|
491
|
-
publisher: {
|
|
492
|
-
serializedName: "publisher",
|
|
493
|
-
required: true,
|
|
494
|
-
type: {
|
|
495
|
-
name: "String"
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
product: {
|
|
499
|
-
serializedName: "product",
|
|
500
|
-
required: true,
|
|
501
|
-
type: {
|
|
502
|
-
name: "String"
|
|
503
|
-
}
|
|
504
|
-
},
|
|
505
|
-
promotionCode: {
|
|
506
|
-
serializedName: "promotionCode",
|
|
507
|
-
type: {
|
|
508
|
-
name: "String"
|
|
509
|
-
}
|
|
510
|
-
},
|
|
511
|
-
version: {
|
|
512
|
-
serializedName: "version",
|
|
513
|
-
type: {
|
|
514
|
-
name: "String"
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
};
|
|
520
|
-
const Resource = {
|
|
521
|
-
type: {
|
|
522
|
-
name: "Composite",
|
|
523
|
-
className: "Resource",
|
|
524
|
-
modelProperties: {
|
|
525
|
-
id: {
|
|
526
|
-
serializedName: "id",
|
|
527
|
-
readOnly: true,
|
|
528
|
-
type: {
|
|
529
|
-
name: "String"
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
|
-
name: {
|
|
533
|
-
serializedName: "name",
|
|
534
|
-
readOnly: true,
|
|
535
|
-
type: {
|
|
536
|
-
name: "String"
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
|
-
type: {
|
|
540
|
-
serializedName: "type",
|
|
541
|
-
readOnly: true,
|
|
542
|
-
type: {
|
|
543
|
-
name: "String"
|
|
544
|
-
}
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
}
|
|
548
|
-
};
|
|
549
|
-
const ErrorResponse = {
|
|
550
|
-
type: {
|
|
551
|
-
name: "Composite",
|
|
552
|
-
className: "ErrorResponse",
|
|
553
|
-
modelProperties: {
|
|
554
|
-
error: {
|
|
555
|
-
serializedName: "error",
|
|
556
|
-
type: {
|
|
557
|
-
name: "Composite",
|
|
558
|
-
className: "ErrorDetail"
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
};
|
|
564
|
-
const PatchExtension = {
|
|
565
|
-
type: {
|
|
566
|
-
name: "Composite",
|
|
567
|
-
className: "PatchExtension",
|
|
568
|
-
modelProperties: {
|
|
569
|
-
autoUpgradeMinorVersion: {
|
|
570
|
-
defaultValue: true,
|
|
571
|
-
serializedName: "properties.autoUpgradeMinorVersion",
|
|
572
|
-
type: {
|
|
573
|
-
name: "Boolean"
|
|
574
|
-
}
|
|
575
|
-
},
|
|
576
|
-
releaseTrain: {
|
|
577
|
-
defaultValue: "Stable",
|
|
578
|
-
serializedName: "properties.releaseTrain",
|
|
579
|
-
type: {
|
|
580
|
-
name: "String"
|
|
581
|
-
}
|
|
582
|
-
},
|
|
583
|
-
version: {
|
|
584
|
-
serializedName: "properties.version",
|
|
585
|
-
nullable: true,
|
|
586
|
-
type: {
|
|
587
|
-
name: "String"
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
configurationSettings: {
|
|
591
|
-
serializedName: "properties.configurationSettings",
|
|
592
|
-
nullable: true,
|
|
593
|
-
type: {
|
|
594
|
-
name: "Dictionary",
|
|
595
|
-
value: { type: { name: "String" } }
|
|
596
|
-
}
|
|
597
|
-
},
|
|
598
|
-
configurationProtectedSettings: {
|
|
599
|
-
serializedName: "properties.configurationProtectedSettings",
|
|
600
|
-
nullable: true,
|
|
601
|
-
type: {
|
|
602
|
-
name: "Dictionary",
|
|
603
|
-
value: { type: { name: "String" } }
|
|
604
|
-
}
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
};
|
|
609
|
-
const ExtensionsList = {
|
|
610
|
-
type: {
|
|
611
|
-
name: "Composite",
|
|
612
|
-
className: "ExtensionsList",
|
|
613
|
-
modelProperties: {
|
|
614
|
-
value: {
|
|
615
|
-
serializedName: "value",
|
|
616
|
-
readOnly: true,
|
|
617
|
-
type: {
|
|
618
|
-
name: "Sequence",
|
|
619
|
-
element: {
|
|
620
|
-
type: {
|
|
621
|
-
name: "Composite",
|
|
622
|
-
className: "Extension"
|
|
623
|
-
}
|
|
624
|
-
}
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
nextLink: {
|
|
628
|
-
serializedName: "nextLink",
|
|
629
|
-
readOnly: true,
|
|
630
|
-
type: {
|
|
631
|
-
name: "String"
|
|
632
|
-
}
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
};
|
|
637
|
-
const OperationStatusResult = {
|
|
638
|
-
type: {
|
|
639
|
-
name: "Composite",
|
|
640
|
-
className: "OperationStatusResult",
|
|
641
|
-
modelProperties: {
|
|
642
|
-
id: {
|
|
643
|
-
serializedName: "id",
|
|
644
|
-
type: {
|
|
645
|
-
name: "String"
|
|
646
|
-
}
|
|
647
|
-
},
|
|
648
|
-
name: {
|
|
649
|
-
serializedName: "name",
|
|
650
|
-
type: {
|
|
651
|
-
name: "String"
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
status: {
|
|
655
|
-
serializedName: "status",
|
|
656
|
-
required: true,
|
|
657
|
-
type: {
|
|
658
|
-
name: "String"
|
|
659
|
-
}
|
|
660
|
-
},
|
|
661
|
-
properties: {
|
|
662
|
-
serializedName: "properties",
|
|
663
|
-
nullable: true,
|
|
664
|
-
type: {
|
|
665
|
-
name: "Dictionary",
|
|
666
|
-
value: { type: { name: "String" } }
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
error: {
|
|
670
|
-
serializedName: "error",
|
|
671
|
-
type: {
|
|
672
|
-
name: "Composite",
|
|
673
|
-
className: "ErrorDetail"
|
|
674
|
-
}
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
};
|
|
679
|
-
const GitRepositoryDefinition = {
|
|
680
|
-
type: {
|
|
681
|
-
name: "Composite",
|
|
682
|
-
className: "GitRepositoryDefinition",
|
|
683
|
-
modelProperties: {
|
|
684
|
-
url: {
|
|
685
|
-
serializedName: "url",
|
|
686
|
-
nullable: true,
|
|
687
|
-
type: {
|
|
688
|
-
name: "String"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
timeoutInSeconds: {
|
|
692
|
-
defaultValue: 600,
|
|
693
|
-
serializedName: "timeoutInSeconds",
|
|
694
|
-
nullable: true,
|
|
695
|
-
type: {
|
|
696
|
-
name: "Number"
|
|
697
|
-
}
|
|
698
|
-
},
|
|
699
|
-
syncIntervalInSeconds: {
|
|
700
|
-
defaultValue: 600,
|
|
701
|
-
serializedName: "syncIntervalInSeconds",
|
|
702
|
-
nullable: true,
|
|
703
|
-
type: {
|
|
704
|
-
name: "Number"
|
|
705
|
-
}
|
|
706
|
-
},
|
|
707
|
-
repositoryRef: {
|
|
708
|
-
serializedName: "repositoryRef",
|
|
709
|
-
type: {
|
|
710
|
-
name: "Composite",
|
|
711
|
-
className: "RepositoryRefDefinition"
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
sshKnownHosts: {
|
|
715
|
-
serializedName: "sshKnownHosts",
|
|
716
|
-
nullable: true,
|
|
717
|
-
type: {
|
|
718
|
-
name: "String"
|
|
719
|
-
}
|
|
720
|
-
},
|
|
721
|
-
httpsUser: {
|
|
722
|
-
serializedName: "httpsUser",
|
|
723
|
-
nullable: true,
|
|
724
|
-
type: {
|
|
725
|
-
name: "String"
|
|
726
|
-
}
|
|
727
|
-
},
|
|
728
|
-
httpsCACert: {
|
|
729
|
-
serializedName: "httpsCACert",
|
|
730
|
-
nullable: true,
|
|
731
|
-
type: {
|
|
732
|
-
name: "String"
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
localAuthRef: {
|
|
736
|
-
serializedName: "localAuthRef",
|
|
737
|
-
nullable: true,
|
|
738
|
-
type: {
|
|
739
|
-
name: "String"
|
|
740
|
-
}
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
};
|
|
745
|
-
const RepositoryRefDefinition = {
|
|
746
|
-
type: {
|
|
747
|
-
name: "Composite",
|
|
748
|
-
className: "RepositoryRefDefinition",
|
|
749
|
-
modelProperties: {
|
|
750
|
-
branch: {
|
|
751
|
-
serializedName: "branch",
|
|
752
|
-
nullable: true,
|
|
753
|
-
type: {
|
|
754
|
-
name: "String"
|
|
755
|
-
}
|
|
756
|
-
},
|
|
757
|
-
tag: {
|
|
758
|
-
serializedName: "tag",
|
|
759
|
-
nullable: true,
|
|
760
|
-
type: {
|
|
761
|
-
name: "String"
|
|
762
|
-
}
|
|
763
|
-
},
|
|
764
|
-
semver: {
|
|
765
|
-
serializedName: "semver",
|
|
766
|
-
nullable: true,
|
|
767
|
-
type: {
|
|
768
|
-
name: "String"
|
|
769
|
-
}
|
|
770
|
-
},
|
|
771
|
-
commit: {
|
|
772
|
-
serializedName: "commit",
|
|
773
|
-
nullable: true,
|
|
774
|
-
type: {
|
|
775
|
-
name: "String"
|
|
776
|
-
}
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
};
|
|
781
|
-
const BucketDefinition = {
|
|
782
|
-
type: {
|
|
783
|
-
name: "Composite",
|
|
784
|
-
className: "BucketDefinition",
|
|
785
|
-
modelProperties: {
|
|
786
|
-
url: {
|
|
787
|
-
serializedName: "url",
|
|
788
|
-
type: {
|
|
789
|
-
name: "String"
|
|
790
|
-
}
|
|
791
|
-
},
|
|
792
|
-
bucketName: {
|
|
793
|
-
serializedName: "bucketName",
|
|
794
|
-
type: {
|
|
795
|
-
name: "String"
|
|
796
|
-
}
|
|
797
|
-
},
|
|
798
|
-
insecure: {
|
|
799
|
-
defaultValue: true,
|
|
800
|
-
serializedName: "insecure",
|
|
801
|
-
type: {
|
|
802
|
-
name: "Boolean"
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
timeoutInSeconds: {
|
|
806
|
-
defaultValue: 600,
|
|
807
|
-
serializedName: "timeoutInSeconds",
|
|
808
|
-
nullable: true,
|
|
809
|
-
type: {
|
|
810
|
-
name: "Number"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
syncIntervalInSeconds: {
|
|
814
|
-
defaultValue: 600,
|
|
815
|
-
serializedName: "syncIntervalInSeconds",
|
|
816
|
-
nullable: true,
|
|
817
|
-
type: {
|
|
818
|
-
name: "Number"
|
|
819
|
-
}
|
|
820
|
-
},
|
|
821
|
-
accessKey: {
|
|
822
|
-
serializedName: "accessKey",
|
|
823
|
-
nullable: true,
|
|
824
|
-
type: {
|
|
825
|
-
name: "String"
|
|
826
|
-
}
|
|
827
|
-
},
|
|
828
|
-
localAuthRef: {
|
|
829
|
-
serializedName: "localAuthRef",
|
|
830
|
-
nullable: true,
|
|
831
|
-
type: {
|
|
832
|
-
name: "String"
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
}
|
|
837
|
-
};
|
|
838
|
-
const AzureBlobDefinition = {
|
|
839
|
-
type: {
|
|
840
|
-
name: "Composite",
|
|
841
|
-
className: "AzureBlobDefinition",
|
|
842
|
-
modelProperties: {
|
|
843
|
-
url: {
|
|
844
|
-
serializedName: "url",
|
|
845
|
-
nullable: true,
|
|
846
|
-
type: {
|
|
847
|
-
name: "String"
|
|
848
|
-
}
|
|
849
|
-
},
|
|
850
|
-
containerName: {
|
|
851
|
-
serializedName: "containerName",
|
|
852
|
-
nullable: true,
|
|
853
|
-
type: {
|
|
854
|
-
name: "String"
|
|
855
|
-
}
|
|
856
|
-
},
|
|
857
|
-
timeoutInSeconds: {
|
|
858
|
-
defaultValue: 600,
|
|
859
|
-
serializedName: "timeoutInSeconds",
|
|
860
|
-
nullable: true,
|
|
861
|
-
type: {
|
|
862
|
-
name: "Number"
|
|
863
|
-
}
|
|
864
|
-
},
|
|
865
|
-
syncIntervalInSeconds: {
|
|
866
|
-
defaultValue: 600,
|
|
867
|
-
serializedName: "syncIntervalInSeconds",
|
|
868
|
-
nullable: true,
|
|
869
|
-
type: {
|
|
870
|
-
name: "Number"
|
|
871
|
-
}
|
|
872
|
-
},
|
|
873
|
-
servicePrincipal: {
|
|
874
|
-
serializedName: "servicePrincipal",
|
|
875
|
-
type: {
|
|
876
|
-
name: "Composite",
|
|
877
|
-
className: "ServicePrincipalDefinition"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
accountKey: {
|
|
881
|
-
serializedName: "accountKey",
|
|
882
|
-
nullable: true,
|
|
883
|
-
type: {
|
|
884
|
-
name: "String"
|
|
885
|
-
}
|
|
886
|
-
},
|
|
887
|
-
sasToken: {
|
|
888
|
-
serializedName: "sasToken",
|
|
889
|
-
nullable: true,
|
|
890
|
-
type: {
|
|
891
|
-
name: "String"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
managedIdentity: {
|
|
895
|
-
serializedName: "managedIdentity",
|
|
896
|
-
type: {
|
|
897
|
-
name: "Composite",
|
|
898
|
-
className: "ManagedIdentityDefinition"
|
|
899
|
-
}
|
|
900
|
-
},
|
|
901
|
-
localAuthRef: {
|
|
902
|
-
serializedName: "localAuthRef",
|
|
903
|
-
nullable: true,
|
|
904
|
-
type: {
|
|
905
|
-
name: "String"
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
};
|
|
911
|
-
const ServicePrincipalDefinition = {
|
|
912
|
-
type: {
|
|
913
|
-
name: "Composite",
|
|
914
|
-
className: "ServicePrincipalDefinition",
|
|
915
|
-
modelProperties: {
|
|
916
|
-
clientId: {
|
|
917
|
-
serializedName: "clientId",
|
|
918
|
-
nullable: true,
|
|
919
|
-
type: {
|
|
920
|
-
name: "String"
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
tenantId: {
|
|
924
|
-
serializedName: "tenantId",
|
|
925
|
-
nullable: true,
|
|
926
|
-
type: {
|
|
927
|
-
name: "String"
|
|
928
|
-
}
|
|
929
|
-
},
|
|
930
|
-
clientSecret: {
|
|
931
|
-
serializedName: "clientSecret",
|
|
932
|
-
nullable: true,
|
|
933
|
-
type: {
|
|
934
|
-
name: "String"
|
|
935
|
-
}
|
|
936
|
-
},
|
|
937
|
-
clientCertificate: {
|
|
938
|
-
serializedName: "clientCertificate",
|
|
939
|
-
nullable: true,
|
|
940
|
-
type: {
|
|
941
|
-
name: "String"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
clientCertificatePassword: {
|
|
945
|
-
serializedName: "clientCertificatePassword",
|
|
946
|
-
nullable: true,
|
|
947
|
-
type: {
|
|
948
|
-
name: "String"
|
|
949
|
-
}
|
|
950
|
-
},
|
|
951
|
-
clientCertificateSendChain: {
|
|
952
|
-
defaultValue: false,
|
|
953
|
-
serializedName: "clientCertificateSendChain",
|
|
954
|
-
type: {
|
|
955
|
-
name: "Boolean"
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
};
|
|
961
|
-
const ManagedIdentityDefinition = {
|
|
962
|
-
type: {
|
|
963
|
-
name: "Composite",
|
|
964
|
-
className: "ManagedIdentityDefinition",
|
|
965
|
-
modelProperties: {
|
|
966
|
-
clientId: {
|
|
967
|
-
serializedName: "clientId",
|
|
968
|
-
nullable: true,
|
|
969
|
-
type: {
|
|
970
|
-
name: "String"
|
|
971
|
-
}
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
};
|
|
976
|
-
const KustomizationDefinition = {
|
|
977
|
-
type: {
|
|
978
|
-
name: "Composite",
|
|
979
|
-
className: "KustomizationDefinition",
|
|
980
|
-
modelProperties: {
|
|
981
|
-
name: {
|
|
982
|
-
serializedName: "name",
|
|
983
|
-
readOnly: true,
|
|
984
|
-
type: {
|
|
985
|
-
name: "String"
|
|
986
|
-
}
|
|
987
|
-
},
|
|
988
|
-
path: {
|
|
989
|
-
defaultValue: "",
|
|
990
|
-
serializedName: "path",
|
|
991
|
-
type: {
|
|
992
|
-
name: "String"
|
|
993
|
-
}
|
|
994
|
-
},
|
|
995
|
-
dependsOn: {
|
|
996
|
-
serializedName: "dependsOn",
|
|
997
|
-
nullable: true,
|
|
998
|
-
type: {
|
|
999
|
-
name: "Sequence",
|
|
1000
|
-
element: {
|
|
1001
|
-
type: {
|
|
1002
|
-
name: "String"
|
|
1003
|
-
}
|
|
1004
|
-
}
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
timeoutInSeconds: {
|
|
1008
|
-
defaultValue: 600,
|
|
1009
|
-
serializedName: "timeoutInSeconds",
|
|
1010
|
-
nullable: true,
|
|
1011
|
-
type: {
|
|
1012
|
-
name: "Number"
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
|
-
syncIntervalInSeconds: {
|
|
1016
|
-
defaultValue: 600,
|
|
1017
|
-
serializedName: "syncIntervalInSeconds",
|
|
1018
|
-
nullable: true,
|
|
1019
|
-
type: {
|
|
1020
|
-
name: "Number"
|
|
1021
|
-
}
|
|
1022
|
-
},
|
|
1023
|
-
retryIntervalInSeconds: {
|
|
1024
|
-
serializedName: "retryIntervalInSeconds",
|
|
1025
|
-
nullable: true,
|
|
1026
|
-
type: {
|
|
1027
|
-
name: "Number"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
prune: {
|
|
1031
|
-
defaultValue: false,
|
|
1032
|
-
serializedName: "prune",
|
|
1033
|
-
type: {
|
|
1034
|
-
name: "Boolean"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
force: {
|
|
1038
|
-
defaultValue: false,
|
|
1039
|
-
serializedName: "force",
|
|
1040
|
-
type: {
|
|
1041
|
-
name: "Boolean"
|
|
1042
|
-
}
|
|
1043
|
-
},
|
|
1044
|
-
wait: {
|
|
1045
|
-
defaultValue: true,
|
|
1046
|
-
serializedName: "wait",
|
|
1047
|
-
type: {
|
|
1048
|
-
name: "Boolean"
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
postBuild: {
|
|
1052
|
-
serializedName: "postBuild",
|
|
1053
|
-
type: {
|
|
1054
|
-
name: "Composite",
|
|
1055
|
-
className: "PostBuildDefinition"
|
|
1056
|
-
}
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1060
|
-
};
|
|
1061
|
-
const PostBuildDefinition = {
|
|
1062
|
-
type: {
|
|
1063
|
-
name: "Composite",
|
|
1064
|
-
className: "PostBuildDefinition",
|
|
1065
|
-
modelProperties: {
|
|
1066
|
-
substitute: {
|
|
1067
|
-
serializedName: "substitute",
|
|
1068
|
-
nullable: true,
|
|
1069
|
-
type: {
|
|
1070
|
-
name: "Dictionary",
|
|
1071
|
-
value: { type: { name: "String" } }
|
|
1072
|
-
}
|
|
1073
|
-
},
|
|
1074
|
-
substituteFrom: {
|
|
1075
|
-
serializedName: "substituteFrom",
|
|
1076
|
-
nullable: true,
|
|
1077
|
-
type: {
|
|
1078
|
-
name: "Sequence",
|
|
1079
|
-
element: {
|
|
1080
|
-
type: {
|
|
1081
|
-
name: "Composite",
|
|
1082
|
-
className: "SubstituteFromDefinition"
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
};
|
|
1090
|
-
const SubstituteFromDefinition = {
|
|
1091
|
-
type: {
|
|
1092
|
-
name: "Composite",
|
|
1093
|
-
className: "SubstituteFromDefinition",
|
|
1094
|
-
modelProperties: {
|
|
1095
|
-
kind: {
|
|
1096
|
-
serializedName: "kind",
|
|
1097
|
-
type: {
|
|
1098
|
-
name: "String"
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
name: {
|
|
1102
|
-
serializedName: "name",
|
|
1103
|
-
type: {
|
|
1104
|
-
name: "String"
|
|
1105
|
-
}
|
|
1106
|
-
},
|
|
1107
|
-
optional: {
|
|
1108
|
-
defaultValue: false,
|
|
1109
|
-
serializedName: "optional",
|
|
1110
|
-
type: {
|
|
1111
|
-
name: "Boolean"
|
|
1112
|
-
}
|
|
1113
|
-
}
|
|
1114
|
-
}
|
|
1115
|
-
}
|
|
1116
|
-
};
|
|
1117
|
-
const ObjectStatusDefinition = {
|
|
1118
|
-
type: {
|
|
1119
|
-
name: "Composite",
|
|
1120
|
-
className: "ObjectStatusDefinition",
|
|
1121
|
-
modelProperties: {
|
|
1122
|
-
name: {
|
|
1123
|
-
serializedName: "name",
|
|
1124
|
-
type: {
|
|
1125
|
-
name: "String"
|
|
1126
|
-
}
|
|
1127
|
-
},
|
|
1128
|
-
namespace: {
|
|
1129
|
-
serializedName: "namespace",
|
|
1130
|
-
type: {
|
|
1131
|
-
name: "String"
|
|
1132
|
-
}
|
|
1133
|
-
},
|
|
1134
|
-
kind: {
|
|
1135
|
-
serializedName: "kind",
|
|
1136
|
-
type: {
|
|
1137
|
-
name: "String"
|
|
1138
|
-
}
|
|
1139
|
-
},
|
|
1140
|
-
complianceState: {
|
|
1141
|
-
defaultValue: "Unknown",
|
|
1142
|
-
serializedName: "complianceState",
|
|
1143
|
-
type: {
|
|
1144
|
-
name: "String"
|
|
1145
|
-
}
|
|
1146
|
-
},
|
|
1147
|
-
appliedBy: {
|
|
1148
|
-
serializedName: "appliedBy",
|
|
1149
|
-
type: {
|
|
1150
|
-
name: "Composite",
|
|
1151
|
-
className: "ObjectReferenceDefinition"
|
|
1152
|
-
}
|
|
1153
|
-
},
|
|
1154
|
-
statusConditions: {
|
|
1155
|
-
serializedName: "statusConditions",
|
|
1156
|
-
nullable: true,
|
|
1157
|
-
type: {
|
|
1158
|
-
name: "Sequence",
|
|
1159
|
-
element: {
|
|
1160
|
-
type: {
|
|
1161
|
-
name: "Composite",
|
|
1162
|
-
className: "ObjectStatusConditionDefinition"
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1165
|
-
}
|
|
1166
|
-
},
|
|
1167
|
-
helmReleaseProperties: {
|
|
1168
|
-
serializedName: "helmReleaseProperties",
|
|
1169
|
-
type: {
|
|
1170
|
-
name: "Composite",
|
|
1171
|
-
className: "HelmReleasePropertiesDefinition"
|
|
1172
|
-
}
|
|
1173
|
-
}
|
|
1174
|
-
}
|
|
1175
|
-
}
|
|
1176
|
-
};
|
|
1177
|
-
const ObjectReferenceDefinition = {
|
|
1178
|
-
type: {
|
|
1179
|
-
name: "Composite",
|
|
1180
|
-
className: "ObjectReferenceDefinition",
|
|
1181
|
-
modelProperties: {
|
|
1182
|
-
name: {
|
|
1183
|
-
serializedName: "name",
|
|
1184
|
-
type: {
|
|
1185
|
-
name: "String"
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
namespace: {
|
|
1189
|
-
serializedName: "namespace",
|
|
1190
|
-
type: {
|
|
1191
|
-
name: "String"
|
|
1192
|
-
}
|
|
1193
|
-
}
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
};
|
|
1197
|
-
const ObjectStatusConditionDefinition = {
|
|
1198
|
-
type: {
|
|
1199
|
-
name: "Composite",
|
|
1200
|
-
className: "ObjectStatusConditionDefinition",
|
|
1201
|
-
modelProperties: {
|
|
1202
|
-
lastTransitionTime: {
|
|
1203
|
-
serializedName: "lastTransitionTime",
|
|
1204
|
-
type: {
|
|
1205
|
-
name: "DateTime"
|
|
1206
|
-
}
|
|
1207
|
-
},
|
|
1208
|
-
message: {
|
|
1209
|
-
serializedName: "message",
|
|
1210
|
-
type: {
|
|
1211
|
-
name: "String"
|
|
1212
|
-
}
|
|
1213
|
-
},
|
|
1214
|
-
reason: {
|
|
1215
|
-
serializedName: "reason",
|
|
1216
|
-
type: {
|
|
1217
|
-
name: "String"
|
|
1218
|
-
}
|
|
1219
|
-
},
|
|
1220
|
-
status: {
|
|
1221
|
-
serializedName: "status",
|
|
1222
|
-
type: {
|
|
1223
|
-
name: "String"
|
|
1224
|
-
}
|
|
1225
|
-
},
|
|
1226
|
-
type: {
|
|
1227
|
-
serializedName: "type",
|
|
1228
|
-
type: {
|
|
1229
|
-
name: "String"
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
};
|
|
1235
|
-
const HelmReleasePropertiesDefinition = {
|
|
1236
|
-
type: {
|
|
1237
|
-
name: "Composite",
|
|
1238
|
-
className: "HelmReleasePropertiesDefinition",
|
|
1239
|
-
modelProperties: {
|
|
1240
|
-
lastRevisionApplied: {
|
|
1241
|
-
serializedName: "lastRevisionApplied",
|
|
1242
|
-
nullable: true,
|
|
1243
|
-
type: {
|
|
1244
|
-
name: "Number"
|
|
1245
|
-
}
|
|
1246
|
-
},
|
|
1247
|
-
helmChartRef: {
|
|
1248
|
-
serializedName: "helmChartRef",
|
|
1249
|
-
type: {
|
|
1250
|
-
name: "Composite",
|
|
1251
|
-
className: "ObjectReferenceDefinition"
|
|
1252
|
-
}
|
|
1253
|
-
},
|
|
1254
|
-
failureCount: {
|
|
1255
|
-
serializedName: "failureCount",
|
|
1256
|
-
nullable: true,
|
|
1257
|
-
type: {
|
|
1258
|
-
name: "Number"
|
|
1259
|
-
}
|
|
1260
|
-
},
|
|
1261
|
-
installFailureCount: {
|
|
1262
|
-
serializedName: "installFailureCount",
|
|
1263
|
-
nullable: true,
|
|
1264
|
-
type: {
|
|
1265
|
-
name: "Number"
|
|
1266
|
-
}
|
|
1267
|
-
},
|
|
1268
|
-
upgradeFailureCount: {
|
|
1269
|
-
serializedName: "upgradeFailureCount",
|
|
1270
|
-
nullable: true,
|
|
1271
|
-
type: {
|
|
1272
|
-
name: "Number"
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
1277
|
-
};
|
|
1278
|
-
const FluxConfigurationPatch = {
|
|
1279
|
-
type: {
|
|
1280
|
-
name: "Composite",
|
|
1281
|
-
className: "FluxConfigurationPatch",
|
|
1282
|
-
modelProperties: {
|
|
1283
|
-
sourceKind: {
|
|
1284
|
-
serializedName: "properties.sourceKind",
|
|
1285
|
-
nullable: true,
|
|
1286
|
-
type: {
|
|
1287
|
-
name: "String"
|
|
1288
|
-
}
|
|
1289
|
-
},
|
|
1290
|
-
suspend: {
|
|
1291
|
-
serializedName: "properties.suspend",
|
|
1292
|
-
nullable: true,
|
|
1293
|
-
type: {
|
|
1294
|
-
name: "Boolean"
|
|
1295
|
-
}
|
|
1296
|
-
},
|
|
1297
|
-
gitRepository: {
|
|
1298
|
-
serializedName: "properties.gitRepository",
|
|
1299
|
-
type: {
|
|
1300
|
-
name: "Composite",
|
|
1301
|
-
className: "GitRepositoryPatchDefinition"
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
bucket: {
|
|
1305
|
-
serializedName: "properties.bucket",
|
|
1306
|
-
type: {
|
|
1307
|
-
name: "Composite",
|
|
1308
|
-
className: "BucketPatchDefinition"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
azureBlob: {
|
|
1312
|
-
serializedName: "properties.azureBlob",
|
|
1313
|
-
type: {
|
|
1314
|
-
name: "Composite",
|
|
1315
|
-
className: "AzureBlobPatchDefinition"
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
kustomizations: {
|
|
1319
|
-
serializedName: "properties.kustomizations",
|
|
1320
|
-
nullable: true,
|
|
1321
|
-
type: {
|
|
1322
|
-
name: "Dictionary",
|
|
1323
|
-
value: {
|
|
1324
|
-
type: {
|
|
1325
|
-
name: "Composite",
|
|
1326
|
-
className: "KustomizationPatchDefinition"
|
|
1327
|
-
}
|
|
1328
|
-
}
|
|
1329
|
-
}
|
|
1330
|
-
},
|
|
1331
|
-
configurationProtectedSettings: {
|
|
1332
|
-
serializedName: "properties.configurationProtectedSettings",
|
|
1333
|
-
nullable: true,
|
|
1334
|
-
type: {
|
|
1335
|
-
name: "Dictionary",
|
|
1336
|
-
value: { type: { name: "String" } }
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
1341
|
-
};
|
|
1342
|
-
const GitRepositoryPatchDefinition = {
|
|
1343
|
-
type: {
|
|
1344
|
-
name: "Composite",
|
|
1345
|
-
className: "GitRepositoryPatchDefinition",
|
|
1346
|
-
modelProperties: {
|
|
1347
|
-
url: {
|
|
1348
|
-
serializedName: "url",
|
|
1349
|
-
nullable: true,
|
|
1350
|
-
type: {
|
|
1351
|
-
name: "String"
|
|
1352
|
-
}
|
|
1353
|
-
},
|
|
1354
|
-
timeoutInSeconds: {
|
|
1355
|
-
serializedName: "timeoutInSeconds",
|
|
1356
|
-
nullable: true,
|
|
1357
|
-
type: {
|
|
1358
|
-
name: "Number"
|
|
1359
|
-
}
|
|
1360
|
-
},
|
|
1361
|
-
syncIntervalInSeconds: {
|
|
1362
|
-
serializedName: "syncIntervalInSeconds",
|
|
1363
|
-
nullable: true,
|
|
1364
|
-
type: {
|
|
1365
|
-
name: "Number"
|
|
1366
|
-
}
|
|
1367
|
-
},
|
|
1368
|
-
repositoryRef: {
|
|
1369
|
-
serializedName: "repositoryRef",
|
|
1370
|
-
type: {
|
|
1371
|
-
name: "Composite",
|
|
1372
|
-
className: "RepositoryRefDefinition"
|
|
1373
|
-
}
|
|
1374
|
-
},
|
|
1375
|
-
sshKnownHosts: {
|
|
1376
|
-
serializedName: "sshKnownHosts",
|
|
1377
|
-
nullable: true,
|
|
1378
|
-
type: {
|
|
1379
|
-
name: "String"
|
|
1380
|
-
}
|
|
1381
|
-
},
|
|
1382
|
-
httpsUser: {
|
|
1383
|
-
serializedName: "httpsUser",
|
|
1384
|
-
nullable: true,
|
|
1385
|
-
type: {
|
|
1386
|
-
name: "String"
|
|
1387
|
-
}
|
|
1388
|
-
},
|
|
1389
|
-
httpsCACert: {
|
|
1390
|
-
serializedName: "httpsCACert",
|
|
1391
|
-
nullable: true,
|
|
1392
|
-
type: {
|
|
1393
|
-
name: "String"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
localAuthRef: {
|
|
1397
|
-
serializedName: "localAuthRef",
|
|
1398
|
-
nullable: true,
|
|
1399
|
-
type: {
|
|
1400
|
-
name: "String"
|
|
1401
|
-
}
|
|
1402
|
-
}
|
|
1403
|
-
}
|
|
1404
|
-
}
|
|
1405
|
-
};
|
|
1406
|
-
const BucketPatchDefinition = {
|
|
1407
|
-
type: {
|
|
1408
|
-
name: "Composite",
|
|
1409
|
-
className: "BucketPatchDefinition",
|
|
1410
|
-
modelProperties: {
|
|
1411
|
-
url: {
|
|
1412
|
-
serializedName: "url",
|
|
1413
|
-
nullable: true,
|
|
1414
|
-
type: {
|
|
1415
|
-
name: "String"
|
|
1416
|
-
}
|
|
1417
|
-
},
|
|
1418
|
-
bucketName: {
|
|
1419
|
-
serializedName: "bucketName",
|
|
1420
|
-
nullable: true,
|
|
1421
|
-
type: {
|
|
1422
|
-
name: "String"
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
|
-
insecure: {
|
|
1426
|
-
serializedName: "insecure",
|
|
1427
|
-
nullable: true,
|
|
1428
|
-
type: {
|
|
1429
|
-
name: "Boolean"
|
|
1430
|
-
}
|
|
1431
|
-
},
|
|
1432
|
-
timeoutInSeconds: {
|
|
1433
|
-
serializedName: "timeoutInSeconds",
|
|
1434
|
-
nullable: true,
|
|
1435
|
-
type: {
|
|
1436
|
-
name: "Number"
|
|
1437
|
-
}
|
|
1438
|
-
},
|
|
1439
|
-
syncIntervalInSeconds: {
|
|
1440
|
-
serializedName: "syncIntervalInSeconds",
|
|
1441
|
-
nullable: true,
|
|
1442
|
-
type: {
|
|
1443
|
-
name: "Number"
|
|
1444
|
-
}
|
|
1445
|
-
},
|
|
1446
|
-
accessKey: {
|
|
1447
|
-
serializedName: "accessKey",
|
|
1448
|
-
nullable: true,
|
|
1449
|
-
type: {
|
|
1450
|
-
name: "String"
|
|
1451
|
-
}
|
|
1452
|
-
},
|
|
1453
|
-
localAuthRef: {
|
|
1454
|
-
serializedName: "localAuthRef",
|
|
1455
|
-
nullable: true,
|
|
1456
|
-
type: {
|
|
1457
|
-
name: "String"
|
|
1458
|
-
}
|
|
1459
|
-
}
|
|
1460
|
-
}
|
|
1461
|
-
}
|
|
1462
|
-
};
|
|
1463
|
-
const AzureBlobPatchDefinition = {
|
|
1464
|
-
type: {
|
|
1465
|
-
name: "Composite",
|
|
1466
|
-
className: "AzureBlobPatchDefinition",
|
|
1467
|
-
modelProperties: {
|
|
1468
|
-
url: {
|
|
1469
|
-
serializedName: "url",
|
|
1470
|
-
nullable: true,
|
|
1471
|
-
type: {
|
|
1472
|
-
name: "String"
|
|
1473
|
-
}
|
|
1474
|
-
},
|
|
1475
|
-
containerName: {
|
|
1476
|
-
serializedName: "containerName",
|
|
1477
|
-
nullable: true,
|
|
1478
|
-
type: {
|
|
1479
|
-
name: "String"
|
|
1480
|
-
}
|
|
1481
|
-
},
|
|
1482
|
-
timeoutInSeconds: {
|
|
1483
|
-
serializedName: "timeoutInSeconds",
|
|
1484
|
-
nullable: true,
|
|
1485
|
-
type: {
|
|
1486
|
-
name: "Number"
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
syncIntervalInSeconds: {
|
|
1490
|
-
serializedName: "syncIntervalInSeconds",
|
|
1491
|
-
nullable: true,
|
|
1492
|
-
type: {
|
|
1493
|
-
name: "Number"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
servicePrincipal: {
|
|
1497
|
-
serializedName: "servicePrincipal",
|
|
1498
|
-
type: {
|
|
1499
|
-
name: "Composite",
|
|
1500
|
-
className: "ServicePrincipalPatchDefinition"
|
|
1501
|
-
}
|
|
1502
|
-
},
|
|
1503
|
-
accountKey: {
|
|
1504
|
-
serializedName: "accountKey",
|
|
1505
|
-
nullable: true,
|
|
1506
|
-
type: {
|
|
1507
|
-
name: "String"
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1510
|
-
sasToken: {
|
|
1511
|
-
serializedName: "sasToken",
|
|
1512
|
-
nullable: true,
|
|
1513
|
-
type: {
|
|
1514
|
-
name: "String"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
managedIdentity: {
|
|
1518
|
-
serializedName: "managedIdentity",
|
|
1519
|
-
type: {
|
|
1520
|
-
name: "Composite",
|
|
1521
|
-
className: "ManagedIdentityPatchDefinition"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
localAuthRef: {
|
|
1525
|
-
serializedName: "localAuthRef",
|
|
1526
|
-
nullable: true,
|
|
1527
|
-
type: {
|
|
1528
|
-
name: "String"
|
|
1529
|
-
}
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
|
-
}
|
|
1533
|
-
};
|
|
1534
|
-
const ServicePrincipalPatchDefinition = {
|
|
1535
|
-
type: {
|
|
1536
|
-
name: "Composite",
|
|
1537
|
-
className: "ServicePrincipalPatchDefinition",
|
|
1538
|
-
modelProperties: {
|
|
1539
|
-
clientId: {
|
|
1540
|
-
serializedName: "clientId",
|
|
1541
|
-
nullable: true,
|
|
1542
|
-
type: {
|
|
1543
|
-
name: "String"
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1546
|
-
tenantId: {
|
|
1547
|
-
serializedName: "tenantId",
|
|
1548
|
-
nullable: true,
|
|
1549
|
-
type: {
|
|
1550
|
-
name: "String"
|
|
1551
|
-
}
|
|
1552
|
-
},
|
|
1553
|
-
clientSecret: {
|
|
1554
|
-
serializedName: "clientSecret",
|
|
1555
|
-
nullable: true,
|
|
1556
|
-
type: {
|
|
1557
|
-
name: "String"
|
|
1558
|
-
}
|
|
1559
|
-
},
|
|
1560
|
-
clientCertificate: {
|
|
1561
|
-
serializedName: "clientCertificate",
|
|
1562
|
-
nullable: true,
|
|
1563
|
-
type: {
|
|
1564
|
-
name: "String"
|
|
1565
|
-
}
|
|
1566
|
-
},
|
|
1567
|
-
clientCertificatePassword: {
|
|
1568
|
-
serializedName: "clientCertificatePassword",
|
|
1569
|
-
nullable: true,
|
|
1570
|
-
type: {
|
|
1571
|
-
name: "String"
|
|
1572
|
-
}
|
|
1573
|
-
},
|
|
1574
|
-
clientCertificateSendChain: {
|
|
1575
|
-
serializedName: "clientCertificateSendChain",
|
|
1576
|
-
type: {
|
|
1577
|
-
name: "Boolean"
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
}
|
|
1582
|
-
};
|
|
1583
|
-
const ManagedIdentityPatchDefinition = {
|
|
1584
|
-
type: {
|
|
1585
|
-
name: "Composite",
|
|
1586
|
-
className: "ManagedIdentityPatchDefinition",
|
|
1587
|
-
modelProperties: {
|
|
1588
|
-
clientId: {
|
|
1589
|
-
serializedName: "clientId",
|
|
1590
|
-
nullable: true,
|
|
1591
|
-
type: {
|
|
1592
|
-
name: "String"
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
};
|
|
1598
|
-
const KustomizationPatchDefinition = {
|
|
1599
|
-
type: {
|
|
1600
|
-
name: "Composite",
|
|
1601
|
-
className: "KustomizationPatchDefinition",
|
|
1602
|
-
modelProperties: {
|
|
1603
|
-
path: {
|
|
1604
|
-
serializedName: "path",
|
|
1605
|
-
nullable: true,
|
|
1606
|
-
type: {
|
|
1607
|
-
name: "String"
|
|
1608
|
-
}
|
|
1609
|
-
},
|
|
1610
|
-
dependsOn: {
|
|
1611
|
-
serializedName: "dependsOn",
|
|
1612
|
-
nullable: true,
|
|
1613
|
-
type: {
|
|
1614
|
-
name: "Sequence",
|
|
1615
|
-
element: {
|
|
1616
|
-
type: {
|
|
1617
|
-
name: "String"
|
|
1618
|
-
}
|
|
1619
|
-
}
|
|
1620
|
-
}
|
|
1621
|
-
},
|
|
1622
|
-
timeoutInSeconds: {
|
|
1623
|
-
serializedName: "timeoutInSeconds",
|
|
1624
|
-
nullable: true,
|
|
1625
|
-
type: {
|
|
1626
|
-
name: "Number"
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
syncIntervalInSeconds: {
|
|
1630
|
-
serializedName: "syncIntervalInSeconds",
|
|
1631
|
-
nullable: true,
|
|
1632
|
-
type: {
|
|
1633
|
-
name: "Number"
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
retryIntervalInSeconds: {
|
|
1637
|
-
serializedName: "retryIntervalInSeconds",
|
|
1638
|
-
nullable: true,
|
|
1639
|
-
type: {
|
|
1640
|
-
name: "Number"
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
prune: {
|
|
1644
|
-
serializedName: "prune",
|
|
1645
|
-
nullable: true,
|
|
1646
|
-
type: {
|
|
1647
|
-
name: "Boolean"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
|
-
force: {
|
|
1651
|
-
serializedName: "force",
|
|
1652
|
-
nullable: true,
|
|
1653
|
-
type: {
|
|
1654
|
-
name: "Boolean"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
|
-
wait: {
|
|
1658
|
-
serializedName: "wait",
|
|
1659
|
-
nullable: true,
|
|
1660
|
-
type: {
|
|
1661
|
-
name: "Boolean"
|
|
1662
|
-
}
|
|
1663
|
-
},
|
|
1664
|
-
postBuild: {
|
|
1665
|
-
serializedName: "postBuild",
|
|
1666
|
-
type: {
|
|
1667
|
-
name: "Composite",
|
|
1668
|
-
className: "PostBuildDefinition"
|
|
1669
|
-
}
|
|
1670
|
-
}
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
};
|
|
1674
|
-
const FluxConfigurationsList = {
|
|
1675
|
-
type: {
|
|
1676
|
-
name: "Composite",
|
|
1677
|
-
className: "FluxConfigurationsList",
|
|
1678
|
-
modelProperties: {
|
|
1679
|
-
value: {
|
|
1680
|
-
serializedName: "value",
|
|
1681
|
-
readOnly: true,
|
|
1682
|
-
type: {
|
|
1683
|
-
name: "Sequence",
|
|
1684
|
-
element: {
|
|
1685
|
-
type: {
|
|
1686
|
-
name: "Composite",
|
|
1687
|
-
className: "FluxConfiguration"
|
|
1688
|
-
}
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
nextLink: {
|
|
1693
|
-
serializedName: "nextLink",
|
|
1694
|
-
readOnly: true,
|
|
1695
|
-
type: {
|
|
1696
|
-
name: "String"
|
|
1697
|
-
}
|
|
1698
|
-
}
|
|
1699
|
-
}
|
|
1700
|
-
}
|
|
1701
|
-
};
|
|
1702
|
-
const HelmOperatorProperties = {
|
|
1703
|
-
type: {
|
|
1704
|
-
name: "Composite",
|
|
1705
|
-
className: "HelmOperatorProperties",
|
|
1706
|
-
modelProperties: {
|
|
1707
|
-
chartVersion: {
|
|
1708
|
-
serializedName: "chartVersion",
|
|
1709
|
-
type: {
|
|
1710
|
-
name: "String"
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
|
-
chartValues: {
|
|
1714
|
-
serializedName: "chartValues",
|
|
1715
|
-
type: {
|
|
1716
|
-
name: "String"
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
};
|
|
1722
|
-
const ComplianceStatus = {
|
|
1723
|
-
type: {
|
|
1724
|
-
name: "Composite",
|
|
1725
|
-
className: "ComplianceStatus",
|
|
1726
|
-
modelProperties: {
|
|
1727
|
-
complianceState: {
|
|
1728
|
-
serializedName: "complianceState",
|
|
1729
|
-
readOnly: true,
|
|
1730
|
-
type: {
|
|
1731
|
-
name: "String"
|
|
1732
|
-
}
|
|
1733
|
-
},
|
|
1734
|
-
lastConfigApplied: {
|
|
1735
|
-
serializedName: "lastConfigApplied",
|
|
1736
|
-
type: {
|
|
1737
|
-
name: "DateTime"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
message: {
|
|
1741
|
-
serializedName: "message",
|
|
1742
|
-
type: {
|
|
1743
|
-
name: "String"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
messageLevel: {
|
|
1747
|
-
serializedName: "messageLevel",
|
|
1748
|
-
type: {
|
|
1749
|
-
name: "String"
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
}
|
|
1754
|
-
};
|
|
1755
|
-
const SourceControlConfigurationList = {
|
|
1756
|
-
type: {
|
|
1757
|
-
name: "Composite",
|
|
1758
|
-
className: "SourceControlConfigurationList",
|
|
1759
|
-
modelProperties: {
|
|
1760
|
-
value: {
|
|
1761
|
-
serializedName: "value",
|
|
1762
|
-
readOnly: true,
|
|
1763
|
-
type: {
|
|
1764
|
-
name: "Sequence",
|
|
1765
|
-
element: {
|
|
1766
|
-
type: {
|
|
1767
|
-
name: "Composite",
|
|
1768
|
-
className: "SourceControlConfiguration"
|
|
1769
|
-
}
|
|
1770
|
-
}
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
nextLink: {
|
|
1774
|
-
serializedName: "nextLink",
|
|
1775
|
-
readOnly: true,
|
|
1776
|
-
type: {
|
|
1777
|
-
name: "String"
|
|
1778
|
-
}
|
|
1779
|
-
}
|
|
1780
|
-
}
|
|
1781
|
-
}
|
|
1782
|
-
};
|
|
1783
|
-
const OperationStatusList = {
|
|
1784
|
-
type: {
|
|
1785
|
-
name: "Composite",
|
|
1786
|
-
className: "OperationStatusList",
|
|
1787
|
-
modelProperties: {
|
|
1788
|
-
value: {
|
|
1789
|
-
serializedName: "value",
|
|
1790
|
-
readOnly: true,
|
|
1791
|
-
type: {
|
|
1792
|
-
name: "Sequence",
|
|
1793
|
-
element: {
|
|
1794
|
-
type: {
|
|
1795
|
-
name: "Composite",
|
|
1796
|
-
className: "OperationStatusResult"
|
|
1797
|
-
}
|
|
1798
|
-
}
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
nextLink: {
|
|
1802
|
-
serializedName: "nextLink",
|
|
1803
|
-
readOnly: true,
|
|
1804
|
-
type: {
|
|
1805
|
-
name: "String"
|
|
1806
|
-
}
|
|
1807
|
-
}
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
};
|
|
1811
|
-
const ResourceProviderOperationList = {
|
|
1812
|
-
type: {
|
|
1813
|
-
name: "Composite",
|
|
1814
|
-
className: "ResourceProviderOperationList",
|
|
1815
|
-
modelProperties: {
|
|
1816
|
-
value: {
|
|
1817
|
-
serializedName: "value",
|
|
1818
|
-
type: {
|
|
1819
|
-
name: "Sequence",
|
|
1820
|
-
element: {
|
|
1821
|
-
type: {
|
|
1822
|
-
name: "Composite",
|
|
1823
|
-
className: "ResourceProviderOperation"
|
|
1824
|
-
}
|
|
1825
|
-
}
|
|
1826
|
-
}
|
|
1827
|
-
},
|
|
1828
|
-
nextLink: {
|
|
1829
|
-
serializedName: "nextLink",
|
|
1830
|
-
readOnly: true,
|
|
1831
|
-
type: {
|
|
1832
|
-
name: "String"
|
|
1833
|
-
}
|
|
1834
|
-
}
|
|
1835
|
-
}
|
|
1836
|
-
}
|
|
1837
|
-
};
|
|
1838
|
-
const ResourceProviderOperation = {
|
|
1839
|
-
type: {
|
|
1840
|
-
name: "Composite",
|
|
1841
|
-
className: "ResourceProviderOperation",
|
|
1842
|
-
modelProperties: {
|
|
1843
|
-
name: {
|
|
1844
|
-
serializedName: "name",
|
|
1845
|
-
type: {
|
|
1846
|
-
name: "String"
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
display: {
|
|
1850
|
-
serializedName: "display",
|
|
1851
|
-
type: {
|
|
1852
|
-
name: "Composite",
|
|
1853
|
-
className: "ResourceProviderOperationDisplay"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
isDataAction: {
|
|
1857
|
-
serializedName: "isDataAction",
|
|
1858
|
-
readOnly: true,
|
|
1859
|
-
type: {
|
|
1860
|
-
name: "Boolean"
|
|
1861
|
-
}
|
|
1862
|
-
},
|
|
1863
|
-
origin: {
|
|
1864
|
-
serializedName: "origin",
|
|
1865
|
-
readOnly: true,
|
|
1866
|
-
type: {
|
|
1867
|
-
name: "String"
|
|
1868
|
-
}
|
|
1869
|
-
}
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1872
|
-
};
|
|
1873
|
-
const ResourceProviderOperationDisplay = {
|
|
1874
|
-
type: {
|
|
1875
|
-
name: "Composite",
|
|
1876
|
-
className: "ResourceProviderOperationDisplay",
|
|
1877
|
-
modelProperties: {
|
|
1878
|
-
provider: {
|
|
1879
|
-
serializedName: "provider",
|
|
1880
|
-
type: {
|
|
1881
|
-
name: "String"
|
|
1882
|
-
}
|
|
1883
|
-
},
|
|
1884
|
-
resource: {
|
|
1885
|
-
serializedName: "resource",
|
|
1886
|
-
type: {
|
|
1887
|
-
name: "String"
|
|
1888
|
-
}
|
|
1889
|
-
},
|
|
1890
|
-
operation: {
|
|
1891
|
-
serializedName: "operation",
|
|
1892
|
-
type: {
|
|
1893
|
-
name: "String"
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
description: {
|
|
1897
|
-
serializedName: "description",
|
|
1898
|
-
type: {
|
|
1899
|
-
name: "String"
|
|
1900
|
-
}
|
|
1901
|
-
}
|
|
1902
|
-
}
|
|
1903
|
-
}
|
|
1904
|
-
};
|
|
1905
|
-
const ProxyResource = {
|
|
1906
|
-
type: {
|
|
1907
|
-
name: "Composite",
|
|
1908
|
-
className: "ProxyResource",
|
|
1909
|
-
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
1910
|
-
}
|
|
1911
|
-
};
|
|
1912
|
-
const Extension = {
|
|
1913
|
-
type: {
|
|
1914
|
-
name: "Composite",
|
|
1915
|
-
className: "Extension",
|
|
1916
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { identity: {
|
|
1917
|
-
serializedName: "identity",
|
|
1918
|
-
type: {
|
|
1919
|
-
name: "Composite",
|
|
1920
|
-
className: "Identity"
|
|
1921
|
-
}
|
|
1922
|
-
}, systemData: {
|
|
1923
|
-
serializedName: "systemData",
|
|
1924
|
-
type: {
|
|
1925
|
-
name: "Composite",
|
|
1926
|
-
className: "SystemData"
|
|
1927
|
-
}
|
|
1928
|
-
}, plan: {
|
|
1929
|
-
serializedName: "plan",
|
|
1930
|
-
type: {
|
|
1931
|
-
name: "Composite",
|
|
1932
|
-
className: "Plan"
|
|
1933
|
-
}
|
|
1934
|
-
}, extensionType: {
|
|
1935
|
-
serializedName: "properties.extensionType",
|
|
1936
|
-
type: {
|
|
1937
|
-
name: "String"
|
|
1938
|
-
}
|
|
1939
|
-
}, autoUpgradeMinorVersion: {
|
|
1940
|
-
defaultValue: true,
|
|
1941
|
-
serializedName: "properties.autoUpgradeMinorVersion",
|
|
1942
|
-
type: {
|
|
1943
|
-
name: "Boolean"
|
|
1944
|
-
}
|
|
1945
|
-
}, releaseTrain: {
|
|
1946
|
-
defaultValue: "Stable",
|
|
1947
|
-
serializedName: "properties.releaseTrain",
|
|
1948
|
-
type: {
|
|
1949
|
-
name: "String"
|
|
1950
|
-
}
|
|
1951
|
-
}, version: {
|
|
1952
|
-
serializedName: "properties.version",
|
|
1953
|
-
nullable: true,
|
|
1954
|
-
type: {
|
|
1955
|
-
name: "String"
|
|
1956
|
-
}
|
|
1957
|
-
}, scope: {
|
|
1958
|
-
serializedName: "properties.scope",
|
|
1959
|
-
type: {
|
|
1960
|
-
name: "Composite",
|
|
1961
|
-
className: "Scope"
|
|
1962
|
-
}
|
|
1963
|
-
}, configurationSettings: {
|
|
1964
|
-
serializedName: "properties.configurationSettings",
|
|
1965
|
-
nullable: true,
|
|
1966
|
-
type: {
|
|
1967
|
-
name: "Dictionary",
|
|
1968
|
-
value: { type: { name: "String" } }
|
|
1969
|
-
}
|
|
1970
|
-
}, configurationProtectedSettings: {
|
|
1971
|
-
serializedName: "properties.configurationProtectedSettings",
|
|
1972
|
-
nullable: true,
|
|
1973
|
-
type: {
|
|
1974
|
-
name: "Dictionary",
|
|
1975
|
-
value: { type: { name: "String" } }
|
|
1976
|
-
}
|
|
1977
|
-
}, currentVersion: {
|
|
1978
|
-
serializedName: "properties.currentVersion",
|
|
1979
|
-
readOnly: true,
|
|
1980
|
-
nullable: true,
|
|
1981
|
-
type: {
|
|
1982
|
-
name: "String"
|
|
1983
|
-
}
|
|
1984
|
-
}, provisioningState: {
|
|
1985
|
-
serializedName: "properties.provisioningState",
|
|
1986
|
-
readOnly: true,
|
|
1987
|
-
type: {
|
|
1988
|
-
name: "String"
|
|
1989
|
-
}
|
|
1990
|
-
}, statuses: {
|
|
1991
|
-
serializedName: "properties.statuses",
|
|
1992
|
-
nullable: true,
|
|
1993
|
-
type: {
|
|
1994
|
-
name: "Sequence",
|
|
1995
|
-
element: {
|
|
1996
|
-
type: {
|
|
1997
|
-
name: "Composite",
|
|
1998
|
-
className: "ExtensionStatus"
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
}, errorInfo: {
|
|
2003
|
-
serializedName: "properties.errorInfo",
|
|
2004
|
-
type: {
|
|
2005
|
-
name: "Composite",
|
|
2006
|
-
className: "ErrorDetail"
|
|
2007
|
-
}
|
|
2008
|
-
}, customLocationSettings: {
|
|
2009
|
-
serializedName: "properties.customLocationSettings",
|
|
2010
|
-
readOnly: true,
|
|
2011
|
-
nullable: true,
|
|
2012
|
-
type: {
|
|
2013
|
-
name: "Dictionary",
|
|
2014
|
-
value: { type: { name: "String" } }
|
|
2015
|
-
}
|
|
2016
|
-
}, packageUri: {
|
|
2017
|
-
serializedName: "properties.packageUri",
|
|
2018
|
-
readOnly: true,
|
|
2019
|
-
nullable: true,
|
|
2020
|
-
type: {
|
|
2021
|
-
name: "String"
|
|
2022
|
-
}
|
|
2023
|
-
}, aksAssignedIdentity: {
|
|
2024
|
-
serializedName: "properties.aksAssignedIdentity",
|
|
2025
|
-
type: {
|
|
2026
|
-
name: "Composite",
|
|
2027
|
-
className: "ExtensionPropertiesAksAssignedIdentity"
|
|
2028
|
-
}
|
|
2029
|
-
}, isSystemExtension: {
|
|
2030
|
-
defaultValue: false,
|
|
2031
|
-
serializedName: "properties.isSystemExtension",
|
|
2032
|
-
readOnly: true,
|
|
2033
|
-
type: {
|
|
2034
|
-
name: "Boolean"
|
|
2035
|
-
}
|
|
2036
|
-
} })
|
|
2037
|
-
}
|
|
2038
|
-
};
|
|
2039
|
-
const FluxConfiguration = {
|
|
2040
|
-
type: {
|
|
2041
|
-
name: "Composite",
|
|
2042
|
-
className: "FluxConfiguration",
|
|
2043
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { systemData: {
|
|
2044
|
-
serializedName: "systemData",
|
|
2045
|
-
type: {
|
|
2046
|
-
name: "Composite",
|
|
2047
|
-
className: "SystemData"
|
|
2048
|
-
}
|
|
2049
|
-
}, scope: {
|
|
2050
|
-
defaultValue: "cluster",
|
|
2051
|
-
serializedName: "properties.scope",
|
|
2052
|
-
type: {
|
|
2053
|
-
name: "String"
|
|
2054
|
-
}
|
|
2055
|
-
}, namespace: {
|
|
2056
|
-
defaultValue: "default",
|
|
2057
|
-
serializedName: "properties.namespace",
|
|
2058
|
-
type: {
|
|
2059
|
-
name: "String"
|
|
2060
|
-
}
|
|
2061
|
-
}, sourceKind: {
|
|
2062
|
-
serializedName: "properties.sourceKind",
|
|
2063
|
-
type: {
|
|
2064
|
-
name: "String"
|
|
2065
|
-
}
|
|
2066
|
-
}, suspend: {
|
|
2067
|
-
defaultValue: false,
|
|
2068
|
-
serializedName: "properties.suspend",
|
|
2069
|
-
type: {
|
|
2070
|
-
name: "Boolean"
|
|
2071
|
-
}
|
|
2072
|
-
}, gitRepository: {
|
|
2073
|
-
serializedName: "properties.gitRepository",
|
|
2074
|
-
type: {
|
|
2075
|
-
name: "Composite",
|
|
2076
|
-
className: "GitRepositoryDefinition"
|
|
2077
|
-
}
|
|
2078
|
-
}, bucket: {
|
|
2079
|
-
serializedName: "properties.bucket",
|
|
2080
|
-
type: {
|
|
2081
|
-
name: "Composite",
|
|
2082
|
-
className: "BucketDefinition"
|
|
2083
|
-
}
|
|
2084
|
-
}, azureBlob: {
|
|
2085
|
-
serializedName: "properties.azureBlob",
|
|
2086
|
-
type: {
|
|
2087
|
-
name: "Composite",
|
|
2088
|
-
className: "AzureBlobDefinition"
|
|
2089
|
-
}
|
|
2090
|
-
}, kustomizations: {
|
|
2091
|
-
serializedName: "properties.kustomizations",
|
|
2092
|
-
nullable: true,
|
|
2093
|
-
type: {
|
|
2094
|
-
name: "Dictionary",
|
|
2095
|
-
value: {
|
|
2096
|
-
type: { name: "Composite", className: "KustomizationDefinition" }
|
|
2097
|
-
}
|
|
2098
|
-
}
|
|
2099
|
-
}, configurationProtectedSettings: {
|
|
2100
|
-
serializedName: "properties.configurationProtectedSettings",
|
|
2101
|
-
nullable: true,
|
|
2102
|
-
type: {
|
|
2103
|
-
name: "Dictionary",
|
|
2104
|
-
value: { type: { name: "String" } }
|
|
2105
|
-
}
|
|
2106
|
-
}, statuses: {
|
|
2107
|
-
serializedName: "properties.statuses",
|
|
2108
|
-
readOnly: true,
|
|
2109
|
-
nullable: true,
|
|
2110
|
-
type: {
|
|
2111
|
-
name: "Sequence",
|
|
2112
|
-
element: {
|
|
2113
|
-
type: {
|
|
2114
|
-
name: "Composite",
|
|
2115
|
-
className: "ObjectStatusDefinition"
|
|
2116
|
-
}
|
|
2117
|
-
}
|
|
2118
|
-
}
|
|
2119
|
-
}, repositoryPublicKey: {
|
|
2120
|
-
serializedName: "properties.repositoryPublicKey",
|
|
2121
|
-
readOnly: true,
|
|
2122
|
-
nullable: true,
|
|
2123
|
-
type: {
|
|
2124
|
-
name: "String"
|
|
2125
|
-
}
|
|
2126
|
-
}, sourceSyncedCommitId: {
|
|
2127
|
-
serializedName: "properties.sourceSyncedCommitId",
|
|
2128
|
-
readOnly: true,
|
|
2129
|
-
nullable: true,
|
|
2130
|
-
type: {
|
|
2131
|
-
name: "String"
|
|
2132
|
-
}
|
|
2133
|
-
}, sourceUpdatedAt: {
|
|
2134
|
-
serializedName: "properties.sourceUpdatedAt",
|
|
2135
|
-
readOnly: true,
|
|
2136
|
-
nullable: true,
|
|
2137
|
-
type: {
|
|
2138
|
-
name: "DateTime"
|
|
2139
|
-
}
|
|
2140
|
-
}, statusUpdatedAt: {
|
|
2141
|
-
serializedName: "properties.statusUpdatedAt",
|
|
2142
|
-
readOnly: true,
|
|
2143
|
-
nullable: true,
|
|
2144
|
-
type: {
|
|
2145
|
-
name: "DateTime"
|
|
2146
|
-
}
|
|
2147
|
-
}, waitForReconciliation: {
|
|
2148
|
-
serializedName: "properties.waitForReconciliation",
|
|
2149
|
-
nullable: true,
|
|
2150
|
-
type: {
|
|
2151
|
-
name: "Boolean"
|
|
2152
|
-
}
|
|
2153
|
-
}, reconciliationWaitDuration: {
|
|
2154
|
-
serializedName: "properties.reconciliationWaitDuration",
|
|
2155
|
-
nullable: true,
|
|
2156
|
-
type: {
|
|
2157
|
-
name: "String"
|
|
2158
|
-
}
|
|
2159
|
-
}, complianceState: {
|
|
2160
|
-
defaultValue: "Unknown",
|
|
2161
|
-
serializedName: "properties.complianceState",
|
|
2162
|
-
readOnly: true,
|
|
2163
|
-
type: {
|
|
2164
|
-
name: "String"
|
|
2165
|
-
}
|
|
2166
|
-
}, provisioningState: {
|
|
2167
|
-
serializedName: "properties.provisioningState",
|
|
2168
|
-
readOnly: true,
|
|
2169
|
-
type: {
|
|
2170
|
-
name: "String"
|
|
2171
|
-
}
|
|
2172
|
-
}, errorMessage: {
|
|
2173
|
-
serializedName: "properties.errorMessage",
|
|
2174
|
-
readOnly: true,
|
|
2175
|
-
nullable: true,
|
|
2176
|
-
type: {
|
|
2177
|
-
name: "String"
|
|
2178
|
-
}
|
|
2179
|
-
} })
|
|
2180
|
-
}
|
|
2181
|
-
};
|
|
2182
|
-
const SourceControlConfiguration = {
|
|
2183
|
-
type: {
|
|
2184
|
-
name: "Composite",
|
|
2185
|
-
className: "SourceControlConfiguration",
|
|
2186
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { systemData: {
|
|
2187
|
-
serializedName: "systemData",
|
|
2188
|
-
type: {
|
|
2189
|
-
name: "Composite",
|
|
2190
|
-
className: "SystemData"
|
|
2191
|
-
}
|
|
2192
|
-
}, repositoryUrl: {
|
|
2193
|
-
serializedName: "properties.repositoryUrl",
|
|
2194
|
-
type: {
|
|
2195
|
-
name: "String"
|
|
2196
|
-
}
|
|
2197
|
-
}, operatorNamespace: {
|
|
2198
|
-
defaultValue: "default",
|
|
2199
|
-
serializedName: "properties.operatorNamespace",
|
|
2200
|
-
type: {
|
|
2201
|
-
name: "String"
|
|
2202
|
-
}
|
|
2203
|
-
}, operatorInstanceName: {
|
|
2204
|
-
serializedName: "properties.operatorInstanceName",
|
|
2205
|
-
type: {
|
|
2206
|
-
name: "String"
|
|
2207
|
-
}
|
|
2208
|
-
}, operatorType: {
|
|
2209
|
-
serializedName: "properties.operatorType",
|
|
2210
|
-
type: {
|
|
2211
|
-
name: "String"
|
|
2212
|
-
}
|
|
2213
|
-
}, operatorParams: {
|
|
2214
|
-
serializedName: "properties.operatorParams",
|
|
2215
|
-
type: {
|
|
2216
|
-
name: "String"
|
|
2217
|
-
}
|
|
2218
|
-
}, configurationProtectedSettings: {
|
|
2219
|
-
serializedName: "properties.configurationProtectedSettings",
|
|
2220
|
-
type: {
|
|
2221
|
-
name: "Dictionary",
|
|
2222
|
-
value: { type: { name: "String" } }
|
|
2223
|
-
}
|
|
2224
|
-
}, operatorScope: {
|
|
2225
|
-
defaultValue: "cluster",
|
|
2226
|
-
serializedName: "properties.operatorScope",
|
|
2227
|
-
type: {
|
|
2228
|
-
name: "String"
|
|
2229
|
-
}
|
|
2230
|
-
}, repositoryPublicKey: {
|
|
2231
|
-
serializedName: "properties.repositoryPublicKey",
|
|
2232
|
-
readOnly: true,
|
|
2233
|
-
type: {
|
|
2234
|
-
name: "String"
|
|
2235
|
-
}
|
|
2236
|
-
}, sshKnownHostsContents: {
|
|
2237
|
-
serializedName: "properties.sshKnownHostsContents",
|
|
2238
|
-
type: {
|
|
2239
|
-
name: "String"
|
|
2240
|
-
}
|
|
2241
|
-
}, enableHelmOperator: {
|
|
2242
|
-
serializedName: "properties.enableHelmOperator",
|
|
2243
|
-
type: {
|
|
2244
|
-
name: "Boolean"
|
|
2245
|
-
}
|
|
2246
|
-
}, helmOperatorProperties: {
|
|
2247
|
-
serializedName: "properties.helmOperatorProperties",
|
|
2248
|
-
type: {
|
|
2249
|
-
name: "Composite",
|
|
2250
|
-
className: "HelmOperatorProperties"
|
|
2251
|
-
}
|
|
2252
|
-
}, provisioningState: {
|
|
2253
|
-
serializedName: "properties.provisioningState",
|
|
2254
|
-
readOnly: true,
|
|
2255
|
-
type: {
|
|
2256
|
-
name: "String"
|
|
2257
|
-
}
|
|
2258
|
-
}, complianceStatus: {
|
|
2259
|
-
serializedName: "properties.complianceStatus",
|
|
2260
|
-
type: {
|
|
2261
|
-
name: "Composite",
|
|
2262
|
-
className: "ComplianceStatus"
|
|
2263
|
-
}
|
|
2264
|
-
} })
|
|
2265
|
-
}
|
|
2266
|
-
};
|
|
2267
|
-
|
|
2268
|
-
var Mappers = /*#__PURE__*/Object.freeze({
|
|
2269
|
-
__proto__: null,
|
|
2270
|
-
AzureBlobDefinition: AzureBlobDefinition,
|
|
2271
|
-
AzureBlobPatchDefinition: AzureBlobPatchDefinition,
|
|
2272
|
-
BucketDefinition: BucketDefinition,
|
|
2273
|
-
BucketPatchDefinition: BucketPatchDefinition,
|
|
2274
|
-
ComplianceStatus: ComplianceStatus,
|
|
2275
|
-
ErrorAdditionalInfo: ErrorAdditionalInfo,
|
|
2276
|
-
ErrorDetail: ErrorDetail,
|
|
2277
|
-
ErrorResponse: ErrorResponse,
|
|
2278
|
-
Extension: Extension,
|
|
2279
|
-
ExtensionPropertiesAksAssignedIdentity: ExtensionPropertiesAksAssignedIdentity,
|
|
2280
|
-
ExtensionStatus: ExtensionStatus,
|
|
2281
|
-
ExtensionsList: ExtensionsList,
|
|
2282
|
-
FluxConfiguration: FluxConfiguration,
|
|
2283
|
-
FluxConfigurationPatch: FluxConfigurationPatch,
|
|
2284
|
-
FluxConfigurationsList: FluxConfigurationsList,
|
|
2285
|
-
GitRepositoryDefinition: GitRepositoryDefinition,
|
|
2286
|
-
GitRepositoryPatchDefinition: GitRepositoryPatchDefinition,
|
|
2287
|
-
HelmOperatorProperties: HelmOperatorProperties,
|
|
2288
|
-
HelmReleasePropertiesDefinition: HelmReleasePropertiesDefinition,
|
|
2289
|
-
Identity: Identity,
|
|
2290
|
-
KustomizationDefinition: KustomizationDefinition,
|
|
2291
|
-
KustomizationPatchDefinition: KustomizationPatchDefinition,
|
|
2292
|
-
ManagedIdentityDefinition: ManagedIdentityDefinition,
|
|
2293
|
-
ManagedIdentityPatchDefinition: ManagedIdentityPatchDefinition,
|
|
2294
|
-
ObjectReferenceDefinition: ObjectReferenceDefinition,
|
|
2295
|
-
ObjectStatusConditionDefinition: ObjectStatusConditionDefinition,
|
|
2296
|
-
ObjectStatusDefinition: ObjectStatusDefinition,
|
|
2297
|
-
OperationStatusList: OperationStatusList,
|
|
2298
|
-
OperationStatusResult: OperationStatusResult,
|
|
2299
|
-
PatchExtension: PatchExtension,
|
|
2300
|
-
Plan: Plan,
|
|
2301
|
-
PostBuildDefinition: PostBuildDefinition,
|
|
2302
|
-
ProxyResource: ProxyResource,
|
|
2303
|
-
RepositoryRefDefinition: RepositoryRefDefinition,
|
|
2304
|
-
Resource: Resource,
|
|
2305
|
-
ResourceProviderOperation: ResourceProviderOperation,
|
|
2306
|
-
ResourceProviderOperationDisplay: ResourceProviderOperationDisplay,
|
|
2307
|
-
ResourceProviderOperationList: ResourceProviderOperationList,
|
|
2308
|
-
Scope: Scope,
|
|
2309
|
-
ScopeCluster: ScopeCluster,
|
|
2310
|
-
ScopeNamespace: ScopeNamespace,
|
|
2311
|
-
ServicePrincipalDefinition: ServicePrincipalDefinition,
|
|
2312
|
-
ServicePrincipalPatchDefinition: ServicePrincipalPatchDefinition,
|
|
2313
|
-
SourceControlConfiguration: SourceControlConfiguration,
|
|
2314
|
-
SourceControlConfigurationList: SourceControlConfigurationList,
|
|
2315
|
-
SubstituteFromDefinition: SubstituteFromDefinition,
|
|
2316
|
-
SystemData: SystemData
|
|
2317
|
-
});
|
|
2318
|
-
|
|
2319
|
-
/*
|
|
2320
|
-
* Copyright (c) Microsoft Corporation.
|
|
2321
|
-
* Licensed under the MIT License.
|
|
2322
|
-
*
|
|
2323
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
2324
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
2325
|
-
*/
|
|
2326
|
-
const contentType = {
|
|
2327
|
-
parameterPath: ["options", "contentType"],
|
|
2328
|
-
mapper: {
|
|
2329
|
-
defaultValue: "application/json",
|
|
2330
|
-
isConstant: true,
|
|
2331
|
-
serializedName: "Content-Type",
|
|
2332
|
-
type: {
|
|
2333
|
-
name: "String"
|
|
2334
|
-
}
|
|
2335
|
-
}
|
|
2336
|
-
};
|
|
2337
|
-
const extension = {
|
|
2338
|
-
parameterPath: "extension",
|
|
2339
|
-
mapper: Extension
|
|
2340
|
-
};
|
|
2341
|
-
const accept = {
|
|
2342
|
-
parameterPath: "accept",
|
|
2343
|
-
mapper: {
|
|
2344
|
-
defaultValue: "application/json",
|
|
2345
|
-
isConstant: true,
|
|
2346
|
-
serializedName: "Accept",
|
|
2347
|
-
type: {
|
|
2348
|
-
name: "String"
|
|
2349
|
-
}
|
|
2350
|
-
}
|
|
2351
|
-
};
|
|
2352
|
-
const $host = {
|
|
2353
|
-
parameterPath: "$host",
|
|
2354
|
-
mapper: {
|
|
2355
|
-
serializedName: "$host",
|
|
2356
|
-
required: true,
|
|
2357
|
-
type: {
|
|
2358
|
-
name: "String"
|
|
2359
|
-
}
|
|
2360
|
-
},
|
|
2361
|
-
skipEncoding: true
|
|
2362
|
-
};
|
|
2363
|
-
const subscriptionId = {
|
|
2364
|
-
parameterPath: "subscriptionId",
|
|
2365
|
-
mapper: {
|
|
2366
|
-
constraints: {
|
|
2367
|
-
MinLength: 1
|
|
2368
|
-
},
|
|
2369
|
-
serializedName: "subscriptionId",
|
|
2370
|
-
required: true,
|
|
2371
|
-
type: {
|
|
2372
|
-
name: "String"
|
|
2373
|
-
}
|
|
2374
|
-
}
|
|
2375
|
-
};
|
|
2376
|
-
const resourceGroupName = {
|
|
2377
|
-
parameterPath: "resourceGroupName",
|
|
2378
|
-
mapper: {
|
|
2379
|
-
constraints: {
|
|
2380
|
-
MaxLength: 90,
|
|
2381
|
-
MinLength: 1
|
|
2382
|
-
},
|
|
2383
|
-
serializedName: "resourceGroupName",
|
|
2384
|
-
required: true,
|
|
2385
|
-
type: {
|
|
2386
|
-
name: "String"
|
|
2387
|
-
}
|
|
2388
|
-
}
|
|
2389
|
-
};
|
|
2390
|
-
const clusterRp = {
|
|
2391
|
-
parameterPath: "clusterRp",
|
|
2392
|
-
mapper: {
|
|
2393
|
-
serializedName: "clusterRp",
|
|
2394
|
-
required: true,
|
|
2395
|
-
type: {
|
|
2396
|
-
name: "String"
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2399
|
-
};
|
|
2400
|
-
const clusterResourceName = {
|
|
2401
|
-
parameterPath: "clusterResourceName",
|
|
2402
|
-
mapper: {
|
|
2403
|
-
serializedName: "clusterResourceName",
|
|
2404
|
-
required: true,
|
|
2405
|
-
type: {
|
|
2406
|
-
name: "String"
|
|
2407
|
-
}
|
|
2408
|
-
}
|
|
2409
|
-
};
|
|
2410
|
-
const clusterName = {
|
|
2411
|
-
parameterPath: "clusterName",
|
|
2412
|
-
mapper: {
|
|
2413
|
-
serializedName: "clusterName",
|
|
2414
|
-
required: true,
|
|
2415
|
-
type: {
|
|
2416
|
-
name: "String"
|
|
2417
|
-
}
|
|
2418
|
-
}
|
|
2419
|
-
};
|
|
2420
|
-
const extensionName = {
|
|
2421
|
-
parameterPath: "extensionName",
|
|
2422
|
-
mapper: {
|
|
2423
|
-
serializedName: "extensionName",
|
|
2424
|
-
required: true,
|
|
2425
|
-
type: {
|
|
2426
|
-
name: "String"
|
|
2427
|
-
}
|
|
2428
|
-
}
|
|
2429
|
-
};
|
|
2430
|
-
const apiVersion = {
|
|
2431
|
-
parameterPath: "apiVersion",
|
|
2432
|
-
mapper: {
|
|
2433
|
-
defaultValue: "2023-05-01",
|
|
2434
|
-
isConstant: true,
|
|
2435
|
-
serializedName: "api-version",
|
|
2436
|
-
type: {
|
|
2437
|
-
name: "String"
|
|
2438
|
-
}
|
|
2439
|
-
}
|
|
2440
|
-
};
|
|
2441
|
-
const forceDelete = {
|
|
2442
|
-
parameterPath: ["options", "forceDelete"],
|
|
2443
|
-
mapper: {
|
|
2444
|
-
serializedName: "forceDelete",
|
|
2445
|
-
type: {
|
|
2446
|
-
name: "Boolean"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
};
|
|
2450
|
-
const patchExtension = {
|
|
2451
|
-
parameterPath: "patchExtension",
|
|
2452
|
-
mapper: PatchExtension
|
|
2453
|
-
};
|
|
2454
|
-
const nextLink = {
|
|
2455
|
-
parameterPath: "nextLink",
|
|
2456
|
-
mapper: {
|
|
2457
|
-
serializedName: "nextLink",
|
|
2458
|
-
required: true,
|
|
2459
|
-
type: {
|
|
2460
|
-
name: "String"
|
|
2461
|
-
}
|
|
2462
|
-
},
|
|
2463
|
-
skipEncoding: true
|
|
2464
|
-
};
|
|
2465
|
-
const operationId = {
|
|
2466
|
-
parameterPath: "operationId",
|
|
2467
|
-
mapper: {
|
|
2468
|
-
serializedName: "operationId",
|
|
2469
|
-
required: true,
|
|
2470
|
-
type: {
|
|
2471
|
-
name: "String"
|
|
2472
|
-
}
|
|
2473
|
-
}
|
|
2474
|
-
};
|
|
2475
|
-
const fluxConfigurationName = {
|
|
2476
|
-
parameterPath: "fluxConfigurationName",
|
|
2477
|
-
mapper: {
|
|
2478
|
-
serializedName: "fluxConfigurationName",
|
|
2479
|
-
required: true,
|
|
2480
|
-
type: {
|
|
2481
|
-
name: "String"
|
|
2482
|
-
}
|
|
2483
|
-
}
|
|
2484
|
-
};
|
|
2485
|
-
const fluxConfiguration = {
|
|
2486
|
-
parameterPath: "fluxConfiguration",
|
|
2487
|
-
mapper: FluxConfiguration
|
|
2488
|
-
};
|
|
2489
|
-
const fluxConfigurationPatch = {
|
|
2490
|
-
parameterPath: "fluxConfigurationPatch",
|
|
2491
|
-
mapper: FluxConfigurationPatch
|
|
2492
|
-
};
|
|
2493
|
-
const sourceControlConfigurationName = {
|
|
2494
|
-
parameterPath: "sourceControlConfigurationName",
|
|
2495
|
-
mapper: {
|
|
2496
|
-
serializedName: "sourceControlConfigurationName",
|
|
2497
|
-
required: true,
|
|
2498
|
-
type: {
|
|
2499
|
-
name: "String"
|
|
2500
|
-
}
|
|
2501
|
-
}
|
|
2502
|
-
};
|
|
2503
|
-
const sourceControlConfiguration = {
|
|
2504
|
-
parameterPath: "sourceControlConfiguration",
|
|
2505
|
-
mapper: SourceControlConfiguration
|
|
2506
|
-
};
|
|
2507
|
-
|
|
2508
|
-
function createLroSpec(inputs) {
|
|
2509
|
-
const { args, spec, sendOperationFn } = inputs;
|
|
2510
|
-
return {
|
|
2511
|
-
requestMethod: spec.httpMethod,
|
|
2512
|
-
requestPath: spec.path,
|
|
2513
|
-
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
2514
|
-
sendPollRequest: (path, options) => {
|
|
2515
|
-
const { requestBody } = spec, restSpec = tslib.__rest(spec, ["requestBody"]);
|
|
2516
|
-
return sendOperationFn(args, Object.assign(Object.assign({}, restSpec), { httpMethod: "GET", path, abortSignal: options === null || options === undefined ? undefined : options.abortSignal }));
|
|
2517
|
-
}
|
|
2518
|
-
};
|
|
2519
|
-
}
|
|
2520
|
-
|
|
2521
|
-
/*
|
|
2522
|
-
* Copyright (c) Microsoft Corporation.
|
|
2523
|
-
* Licensed under the MIT License.
|
|
2524
|
-
*
|
|
2525
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
2526
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
2527
|
-
*/
|
|
2528
|
-
/// <reference lib="esnext.asynciterable" />
|
|
2529
|
-
/** Class containing Extensions operations. */
|
|
2530
|
-
class ExtensionsImpl {
|
|
2531
|
-
/**
|
|
2532
|
-
* Initialize a new instance of the class Extensions class.
|
|
2533
|
-
* @param client Reference to the service client
|
|
2534
|
-
*/
|
|
2535
|
-
constructor(client) {
|
|
2536
|
-
this.client = client;
|
|
2537
|
-
}
|
|
2538
|
-
/**
|
|
2539
|
-
* List all Extensions in the cluster.
|
|
2540
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2541
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2542
|
-
* Microsoft.HybridContainerService.
|
|
2543
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2544
|
-
* connectedClusters, provisionedClusters.
|
|
2545
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2546
|
-
* @param options The options parameters.
|
|
2547
|
-
*/
|
|
2548
|
-
list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
2549
|
-
const iter = this.listPagingAll(resourceGroupName, clusterRp, clusterResourceName, clusterName, options);
|
|
2550
|
-
return {
|
|
2551
|
-
next() {
|
|
2552
|
-
return iter.next();
|
|
2553
|
-
},
|
|
2554
|
-
[Symbol.asyncIterator]() {
|
|
2555
|
-
return this;
|
|
2556
|
-
},
|
|
2557
|
-
byPage: (settings) => {
|
|
2558
|
-
if (settings === null || settings === undefined ? undefined : settings.maxPageSize) {
|
|
2559
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
2560
|
-
}
|
|
2561
|
-
return this.listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options, settings);
|
|
2562
|
-
}
|
|
2563
|
-
};
|
|
2564
|
-
}
|
|
2565
|
-
listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options, settings) {
|
|
2566
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
2567
|
-
let result;
|
|
2568
|
-
let continuationToken = settings === null || settings === undefined ? undefined : settings.continuationToken;
|
|
2569
|
-
if (!continuationToken) {
|
|
2570
|
-
result = yield tslib.__await(this._list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options));
|
|
2571
|
-
let page = result.value || [];
|
|
2572
|
-
continuationToken = result.nextLink;
|
|
2573
|
-
setContinuationToken(page, continuationToken);
|
|
2574
|
-
yield yield tslib.__await(page);
|
|
2575
|
-
}
|
|
2576
|
-
while (continuationToken) {
|
|
2577
|
-
result = yield tslib.__await(this._listNext(resourceGroupName, clusterRp, clusterResourceName, clusterName, continuationToken, options));
|
|
2578
|
-
continuationToken = result.nextLink;
|
|
2579
|
-
let page = result.value || [];
|
|
2580
|
-
setContinuationToken(page, continuationToken);
|
|
2581
|
-
yield yield tslib.__await(page);
|
|
2582
|
-
}
|
|
2583
|
-
});
|
|
2584
|
-
}
|
|
2585
|
-
listPagingAll(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
2586
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
2587
|
-
var _a, e_1, _b, _c;
|
|
2588
|
-
try {
|
|
2589
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
2590
|
-
_c = _f.value;
|
|
2591
|
-
_d = false;
|
|
2592
|
-
const page = _c;
|
|
2593
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
2594
|
-
}
|
|
2595
|
-
}
|
|
2596
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
2597
|
-
finally {
|
|
2598
|
-
try {
|
|
2599
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
2600
|
-
}
|
|
2601
|
-
finally { if (e_1) throw e_1.error; }
|
|
2602
|
-
}
|
|
2603
|
-
});
|
|
2604
|
-
}
|
|
2605
|
-
/**
|
|
2606
|
-
* Create a new Kubernetes Cluster Extension.
|
|
2607
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2608
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2609
|
-
* Microsoft.HybridContainerService.
|
|
2610
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2611
|
-
* connectedClusters, provisionedClusters.
|
|
2612
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2613
|
-
* @param extensionName Name of the Extension.
|
|
2614
|
-
* @param extension Properties necessary to Create an Extension.
|
|
2615
|
-
* @param options The options parameters.
|
|
2616
|
-
*/
|
|
2617
|
-
beginCreate(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, extension, options) {
|
|
2618
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2619
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2620
|
-
return this.client.sendOperationRequest(args, spec);
|
|
2621
|
-
});
|
|
2622
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2623
|
-
var _a;
|
|
2624
|
-
let currentRawResponse = undefined;
|
|
2625
|
-
const providedCallback = (_a = args.options) === null || _a === undefined ? undefined : _a.onResponse;
|
|
2626
|
-
const callback = (rawResponse, flatResponse) => {
|
|
2627
|
-
currentRawResponse = rawResponse;
|
|
2628
|
-
providedCallback === null || providedCallback === undefined ? undefined : providedCallback(rawResponse, flatResponse);
|
|
2629
|
-
};
|
|
2630
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2631
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
2632
|
-
return {
|
|
2633
|
-
flatResponse,
|
|
2634
|
-
rawResponse: {
|
|
2635
|
-
statusCode: currentRawResponse.status,
|
|
2636
|
-
body: currentRawResponse.parsedBody,
|
|
2637
|
-
headers: currentRawResponse.headers.toJSON()
|
|
2638
|
-
}
|
|
2639
|
-
};
|
|
2640
|
-
});
|
|
2641
|
-
const lro = createLroSpec({
|
|
2642
|
-
sendOperationFn,
|
|
2643
|
-
args: {
|
|
2644
|
-
resourceGroupName,
|
|
2645
|
-
clusterRp,
|
|
2646
|
-
clusterResourceName,
|
|
2647
|
-
clusterName,
|
|
2648
|
-
extensionName,
|
|
2649
|
-
extension,
|
|
2650
|
-
options
|
|
2651
|
-
},
|
|
2652
|
-
spec: createOperationSpec
|
|
2653
|
-
});
|
|
2654
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
2655
|
-
restoreFrom: options === null || options === undefined ? undefined : options.resumeFrom,
|
|
2656
|
-
intervalInMs: options === null || options === undefined ? undefined : options.updateIntervalInMs,
|
|
2657
|
-
resourceLocationConfig: "azure-async-operation"
|
|
2658
|
-
});
|
|
2659
|
-
yield poller.poll();
|
|
2660
|
-
return poller;
|
|
2661
|
-
});
|
|
2662
|
-
}
|
|
2663
|
-
/**
|
|
2664
|
-
* Create a new Kubernetes Cluster Extension.
|
|
2665
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2666
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2667
|
-
* Microsoft.HybridContainerService.
|
|
2668
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2669
|
-
* connectedClusters, provisionedClusters.
|
|
2670
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2671
|
-
* @param extensionName Name of the Extension.
|
|
2672
|
-
* @param extension Properties necessary to Create an Extension.
|
|
2673
|
-
* @param options The options parameters.
|
|
2674
|
-
*/
|
|
2675
|
-
beginCreateAndWait(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, extension, options) {
|
|
2676
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2677
|
-
const poller = yield this.beginCreate(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, extension, options);
|
|
2678
|
-
return poller.pollUntilDone();
|
|
2679
|
-
});
|
|
2680
|
-
}
|
|
2681
|
-
/**
|
|
2682
|
-
* Gets Kubernetes Cluster Extension.
|
|
2683
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2684
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2685
|
-
* Microsoft.HybridContainerService.
|
|
2686
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2687
|
-
* connectedClusters, provisionedClusters.
|
|
2688
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2689
|
-
* @param extensionName Name of the Extension.
|
|
2690
|
-
* @param options The options parameters.
|
|
2691
|
-
*/
|
|
2692
|
-
get(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, options) {
|
|
2693
|
-
return this.client.sendOperationRequest({
|
|
2694
|
-
resourceGroupName,
|
|
2695
|
-
clusterRp,
|
|
2696
|
-
clusterResourceName,
|
|
2697
|
-
clusterName,
|
|
2698
|
-
extensionName,
|
|
2699
|
-
options
|
|
2700
|
-
}, getOperationSpec$4);
|
|
2701
|
-
}
|
|
2702
|
-
/**
|
|
2703
|
-
* Delete a Kubernetes Cluster Extension. This will cause the Agent to Uninstall the extension from the
|
|
2704
|
-
* cluster.
|
|
2705
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2706
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2707
|
-
* Microsoft.HybridContainerService.
|
|
2708
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2709
|
-
* connectedClusters, provisionedClusters.
|
|
2710
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2711
|
-
* @param extensionName Name of the Extension.
|
|
2712
|
-
* @param options The options parameters.
|
|
2713
|
-
*/
|
|
2714
|
-
beginDelete(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, options) {
|
|
2715
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2716
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2717
|
-
return this.client.sendOperationRequest(args, spec);
|
|
2718
|
-
});
|
|
2719
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2720
|
-
var _a;
|
|
2721
|
-
let currentRawResponse = undefined;
|
|
2722
|
-
const providedCallback = (_a = args.options) === null || _a === undefined ? undefined : _a.onResponse;
|
|
2723
|
-
const callback = (rawResponse, flatResponse) => {
|
|
2724
|
-
currentRawResponse = rawResponse;
|
|
2725
|
-
providedCallback === null || providedCallback === undefined ? undefined : providedCallback(rawResponse, flatResponse);
|
|
2726
|
-
};
|
|
2727
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2728
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
2729
|
-
return {
|
|
2730
|
-
flatResponse,
|
|
2731
|
-
rawResponse: {
|
|
2732
|
-
statusCode: currentRawResponse.status,
|
|
2733
|
-
body: currentRawResponse.parsedBody,
|
|
2734
|
-
headers: currentRawResponse.headers.toJSON()
|
|
2735
|
-
}
|
|
2736
|
-
};
|
|
2737
|
-
});
|
|
2738
|
-
const lro = createLroSpec({
|
|
2739
|
-
sendOperationFn,
|
|
2740
|
-
args: {
|
|
2741
|
-
resourceGroupName,
|
|
2742
|
-
clusterRp,
|
|
2743
|
-
clusterResourceName,
|
|
2744
|
-
clusterName,
|
|
2745
|
-
extensionName,
|
|
2746
|
-
options
|
|
2747
|
-
},
|
|
2748
|
-
spec: deleteOperationSpec$2
|
|
2749
|
-
});
|
|
2750
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
2751
|
-
restoreFrom: options === null || options === undefined ? undefined : options.resumeFrom,
|
|
2752
|
-
intervalInMs: options === null || options === undefined ? undefined : options.updateIntervalInMs,
|
|
2753
|
-
resourceLocationConfig: "azure-async-operation"
|
|
2754
|
-
});
|
|
2755
|
-
yield poller.poll();
|
|
2756
|
-
return poller;
|
|
2757
|
-
});
|
|
2758
|
-
}
|
|
2759
|
-
/**
|
|
2760
|
-
* Delete a Kubernetes Cluster Extension. This will cause the Agent to Uninstall the extension from the
|
|
2761
|
-
* cluster.
|
|
2762
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2763
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2764
|
-
* Microsoft.HybridContainerService.
|
|
2765
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2766
|
-
* connectedClusters, provisionedClusters.
|
|
2767
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2768
|
-
* @param extensionName Name of the Extension.
|
|
2769
|
-
* @param options The options parameters.
|
|
2770
|
-
*/
|
|
2771
|
-
beginDeleteAndWait(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, options) {
|
|
2772
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2773
|
-
const poller = yield this.beginDelete(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, options);
|
|
2774
|
-
return poller.pollUntilDone();
|
|
2775
|
-
});
|
|
2776
|
-
}
|
|
2777
|
-
/**
|
|
2778
|
-
* Patch an existing Kubernetes Cluster Extension.
|
|
2779
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2780
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2781
|
-
* Microsoft.HybridContainerService.
|
|
2782
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2783
|
-
* connectedClusters, provisionedClusters.
|
|
2784
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2785
|
-
* @param extensionName Name of the Extension.
|
|
2786
|
-
* @param patchExtension Properties to Patch in an existing Extension.
|
|
2787
|
-
* @param options The options parameters.
|
|
2788
|
-
*/
|
|
2789
|
-
beginUpdate(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, patchExtension, options) {
|
|
2790
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2791
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2792
|
-
return this.client.sendOperationRequest(args, spec);
|
|
2793
|
-
});
|
|
2794
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2795
|
-
var _a;
|
|
2796
|
-
let currentRawResponse = undefined;
|
|
2797
|
-
const providedCallback = (_a = args.options) === null || _a === undefined ? undefined : _a.onResponse;
|
|
2798
|
-
const callback = (rawResponse, flatResponse) => {
|
|
2799
|
-
currentRawResponse = rawResponse;
|
|
2800
|
-
providedCallback === null || providedCallback === undefined ? undefined : providedCallback(rawResponse, flatResponse);
|
|
2801
|
-
};
|
|
2802
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
2803
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
2804
|
-
return {
|
|
2805
|
-
flatResponse,
|
|
2806
|
-
rawResponse: {
|
|
2807
|
-
statusCode: currentRawResponse.status,
|
|
2808
|
-
body: currentRawResponse.parsedBody,
|
|
2809
|
-
headers: currentRawResponse.headers.toJSON()
|
|
2810
|
-
}
|
|
2811
|
-
};
|
|
2812
|
-
});
|
|
2813
|
-
const lro = createLroSpec({
|
|
2814
|
-
sendOperationFn,
|
|
2815
|
-
args: {
|
|
2816
|
-
resourceGroupName,
|
|
2817
|
-
clusterRp,
|
|
2818
|
-
clusterResourceName,
|
|
2819
|
-
clusterName,
|
|
2820
|
-
extensionName,
|
|
2821
|
-
patchExtension,
|
|
2822
|
-
options
|
|
2823
|
-
},
|
|
2824
|
-
spec: updateOperationSpec$1
|
|
2825
|
-
});
|
|
2826
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
2827
|
-
restoreFrom: options === null || options === undefined ? undefined : options.resumeFrom,
|
|
2828
|
-
intervalInMs: options === null || options === undefined ? undefined : options.updateIntervalInMs,
|
|
2829
|
-
resourceLocationConfig: "azure-async-operation"
|
|
2830
|
-
});
|
|
2831
|
-
yield poller.poll();
|
|
2832
|
-
return poller;
|
|
2833
|
-
});
|
|
2834
|
-
}
|
|
2835
|
-
/**
|
|
2836
|
-
* Patch an existing Kubernetes Cluster Extension.
|
|
2837
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2838
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2839
|
-
* Microsoft.HybridContainerService.
|
|
2840
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2841
|
-
* connectedClusters, provisionedClusters.
|
|
2842
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2843
|
-
* @param extensionName Name of the Extension.
|
|
2844
|
-
* @param patchExtension Properties to Patch in an existing Extension.
|
|
2845
|
-
* @param options The options parameters.
|
|
2846
|
-
*/
|
|
2847
|
-
beginUpdateAndWait(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, patchExtension, options) {
|
|
2848
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
2849
|
-
const poller = yield this.beginUpdate(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, patchExtension, options);
|
|
2850
|
-
return poller.pollUntilDone();
|
|
2851
|
-
});
|
|
2852
|
-
}
|
|
2853
|
-
/**
|
|
2854
|
-
* List all Extensions in the cluster.
|
|
2855
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2856
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2857
|
-
* Microsoft.HybridContainerService.
|
|
2858
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2859
|
-
* connectedClusters, provisionedClusters.
|
|
2860
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2861
|
-
* @param options The options parameters.
|
|
2862
|
-
*/
|
|
2863
|
-
_list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
2864
|
-
return this.client.sendOperationRequest({
|
|
2865
|
-
resourceGroupName,
|
|
2866
|
-
clusterRp,
|
|
2867
|
-
clusterResourceName,
|
|
2868
|
-
clusterName,
|
|
2869
|
-
options
|
|
2870
|
-
}, listOperationSpec$4);
|
|
2871
|
-
}
|
|
2872
|
-
/**
|
|
2873
|
-
* ListNext
|
|
2874
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2875
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
2876
|
-
* Microsoft.HybridContainerService.
|
|
2877
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
2878
|
-
* connectedClusters, provisionedClusters.
|
|
2879
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
2880
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
2881
|
-
* @param options The options parameters.
|
|
2882
|
-
*/
|
|
2883
|
-
_listNext(resourceGroupName, clusterRp, clusterResourceName, clusterName, nextLink, options) {
|
|
2884
|
-
return this.client.sendOperationRequest({
|
|
2885
|
-
resourceGroupName,
|
|
2886
|
-
clusterRp,
|
|
2887
|
-
clusterResourceName,
|
|
2888
|
-
clusterName,
|
|
2889
|
-
nextLink,
|
|
2890
|
-
options
|
|
2891
|
-
}, listNextOperationSpec$4);
|
|
2892
|
-
}
|
|
2893
|
-
}
|
|
2894
|
-
// Operation Specifications
|
|
2895
|
-
const serializer$5 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
2896
|
-
const createOperationSpec = {
|
|
2897
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}",
|
|
2898
|
-
httpMethod: "PUT",
|
|
2899
|
-
responses: {
|
|
2900
|
-
200: {
|
|
2901
|
-
bodyMapper: Extension
|
|
2902
|
-
},
|
|
2903
|
-
201: {
|
|
2904
|
-
bodyMapper: Extension
|
|
2905
|
-
},
|
|
2906
|
-
202: {
|
|
2907
|
-
bodyMapper: Extension
|
|
2908
|
-
},
|
|
2909
|
-
204: {
|
|
2910
|
-
bodyMapper: Extension
|
|
2911
|
-
},
|
|
2912
|
-
default: {
|
|
2913
|
-
bodyMapper: ErrorResponse
|
|
2914
|
-
}
|
|
2915
|
-
},
|
|
2916
|
-
requestBody: extension,
|
|
2917
|
-
queryParameters: [apiVersion],
|
|
2918
|
-
urlParameters: [
|
|
2919
|
-
$host,
|
|
2920
|
-
subscriptionId,
|
|
2921
|
-
resourceGroupName,
|
|
2922
|
-
clusterRp,
|
|
2923
|
-
clusterResourceName,
|
|
2924
|
-
clusterName,
|
|
2925
|
-
extensionName
|
|
2926
|
-
],
|
|
2927
|
-
headerParameters: [contentType, accept],
|
|
2928
|
-
mediaType: "json",
|
|
2929
|
-
serializer: serializer$5
|
|
2930
|
-
};
|
|
2931
|
-
const getOperationSpec$4 = {
|
|
2932
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}",
|
|
2933
|
-
httpMethod: "GET",
|
|
2934
|
-
responses: {
|
|
2935
|
-
200: {
|
|
2936
|
-
bodyMapper: Extension
|
|
2937
|
-
},
|
|
2938
|
-
default: {
|
|
2939
|
-
bodyMapper: ErrorResponse
|
|
2940
|
-
}
|
|
2941
|
-
},
|
|
2942
|
-
queryParameters: [apiVersion],
|
|
2943
|
-
urlParameters: [
|
|
2944
|
-
$host,
|
|
2945
|
-
subscriptionId,
|
|
2946
|
-
resourceGroupName,
|
|
2947
|
-
clusterRp,
|
|
2948
|
-
clusterResourceName,
|
|
2949
|
-
clusterName,
|
|
2950
|
-
extensionName
|
|
2951
|
-
],
|
|
2952
|
-
headerParameters: [accept],
|
|
2953
|
-
serializer: serializer$5
|
|
2954
|
-
};
|
|
2955
|
-
const deleteOperationSpec$2 = {
|
|
2956
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}",
|
|
2957
|
-
httpMethod: "DELETE",
|
|
2958
|
-
responses: {
|
|
2959
|
-
200: {},
|
|
2960
|
-
201: {},
|
|
2961
|
-
202: {},
|
|
2962
|
-
204: {},
|
|
2963
|
-
default: {
|
|
2964
|
-
bodyMapper: ErrorResponse
|
|
2965
|
-
}
|
|
2966
|
-
},
|
|
2967
|
-
queryParameters: [apiVersion, forceDelete],
|
|
2968
|
-
urlParameters: [
|
|
2969
|
-
$host,
|
|
2970
|
-
subscriptionId,
|
|
2971
|
-
resourceGroupName,
|
|
2972
|
-
clusterRp,
|
|
2973
|
-
clusterResourceName,
|
|
2974
|
-
clusterName,
|
|
2975
|
-
extensionName
|
|
2976
|
-
],
|
|
2977
|
-
headerParameters: [accept],
|
|
2978
|
-
serializer: serializer$5
|
|
2979
|
-
};
|
|
2980
|
-
const updateOperationSpec$1 = {
|
|
2981
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}",
|
|
2982
|
-
httpMethod: "PATCH",
|
|
2983
|
-
responses: {
|
|
2984
|
-
200: {
|
|
2985
|
-
bodyMapper: Extension
|
|
2986
|
-
},
|
|
2987
|
-
201: {
|
|
2988
|
-
bodyMapper: Extension
|
|
2989
|
-
},
|
|
2990
|
-
202: {
|
|
2991
|
-
bodyMapper: Extension
|
|
2992
|
-
},
|
|
2993
|
-
204: {
|
|
2994
|
-
bodyMapper: Extension
|
|
2995
|
-
},
|
|
2996
|
-
default: {
|
|
2997
|
-
bodyMapper: ErrorResponse
|
|
2998
|
-
}
|
|
2999
|
-
},
|
|
3000
|
-
requestBody: patchExtension,
|
|
3001
|
-
queryParameters: [apiVersion],
|
|
3002
|
-
urlParameters: [
|
|
3003
|
-
$host,
|
|
3004
|
-
subscriptionId,
|
|
3005
|
-
resourceGroupName,
|
|
3006
|
-
clusterRp,
|
|
3007
|
-
clusterResourceName,
|
|
3008
|
-
clusterName,
|
|
3009
|
-
extensionName
|
|
3010
|
-
],
|
|
3011
|
-
headerParameters: [contentType, accept],
|
|
3012
|
-
mediaType: "json",
|
|
3013
|
-
serializer: serializer$5
|
|
3014
|
-
};
|
|
3015
|
-
const listOperationSpec$4 = {
|
|
3016
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions",
|
|
3017
|
-
httpMethod: "GET",
|
|
3018
|
-
responses: {
|
|
3019
|
-
200: {
|
|
3020
|
-
bodyMapper: ExtensionsList
|
|
3021
|
-
},
|
|
3022
|
-
default: {
|
|
3023
|
-
bodyMapper: ErrorResponse
|
|
3024
|
-
}
|
|
3025
|
-
},
|
|
3026
|
-
queryParameters: [apiVersion],
|
|
3027
|
-
urlParameters: [
|
|
3028
|
-
$host,
|
|
3029
|
-
subscriptionId,
|
|
3030
|
-
resourceGroupName,
|
|
3031
|
-
clusterRp,
|
|
3032
|
-
clusterResourceName,
|
|
3033
|
-
clusterName
|
|
3034
|
-
],
|
|
3035
|
-
headerParameters: [accept],
|
|
3036
|
-
serializer: serializer$5
|
|
3037
|
-
};
|
|
3038
|
-
const listNextOperationSpec$4 = {
|
|
3039
|
-
path: "{nextLink}",
|
|
3040
|
-
httpMethod: "GET",
|
|
3041
|
-
responses: {
|
|
3042
|
-
200: {
|
|
3043
|
-
bodyMapper: ExtensionsList
|
|
3044
|
-
},
|
|
3045
|
-
default: {
|
|
3046
|
-
bodyMapper: ErrorResponse
|
|
3047
|
-
}
|
|
3048
|
-
},
|
|
3049
|
-
urlParameters: [
|
|
3050
|
-
$host,
|
|
3051
|
-
subscriptionId,
|
|
3052
|
-
resourceGroupName,
|
|
3053
|
-
clusterRp,
|
|
3054
|
-
clusterResourceName,
|
|
3055
|
-
clusterName,
|
|
3056
|
-
nextLink
|
|
3057
|
-
],
|
|
3058
|
-
headerParameters: [accept],
|
|
3059
|
-
serializer: serializer$5
|
|
3060
|
-
};
|
|
3061
|
-
|
|
3062
|
-
/*
|
|
3063
|
-
* Copyright (c) Microsoft Corporation.
|
|
3064
|
-
* Licensed under the MIT License.
|
|
3065
|
-
*
|
|
3066
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3067
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
3068
|
-
*/
|
|
3069
|
-
/// <reference lib="esnext.asynciterable" />
|
|
3070
|
-
/** Class containing OperationStatus operations. */
|
|
3071
|
-
class OperationStatusImpl {
|
|
3072
|
-
/**
|
|
3073
|
-
* Initialize a new instance of the class OperationStatus class.
|
|
3074
|
-
* @param client Reference to the service client
|
|
3075
|
-
*/
|
|
3076
|
-
constructor(client) {
|
|
3077
|
-
this.client = client;
|
|
3078
|
-
}
|
|
3079
|
-
/**
|
|
3080
|
-
* List Async Operations, currently in progress, in a cluster
|
|
3081
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3082
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3083
|
-
* Microsoft.HybridContainerService.
|
|
3084
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3085
|
-
* connectedClusters, provisionedClusters.
|
|
3086
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3087
|
-
* @param options The options parameters.
|
|
3088
|
-
*/
|
|
3089
|
-
list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
3090
|
-
const iter = this.listPagingAll(resourceGroupName, clusterRp, clusterResourceName, clusterName, options);
|
|
3091
|
-
return {
|
|
3092
|
-
next() {
|
|
3093
|
-
return iter.next();
|
|
3094
|
-
},
|
|
3095
|
-
[Symbol.asyncIterator]() {
|
|
3096
|
-
return this;
|
|
3097
|
-
},
|
|
3098
|
-
byPage: (settings) => {
|
|
3099
|
-
if (settings === null || settings === undefined ? undefined : settings.maxPageSize) {
|
|
3100
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
3101
|
-
}
|
|
3102
|
-
return this.listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options, settings);
|
|
3103
|
-
}
|
|
3104
|
-
};
|
|
3105
|
-
}
|
|
3106
|
-
listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options, settings) {
|
|
3107
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
3108
|
-
let result;
|
|
3109
|
-
let continuationToken = settings === null || settings === undefined ? undefined : settings.continuationToken;
|
|
3110
|
-
if (!continuationToken) {
|
|
3111
|
-
result = yield tslib.__await(this._list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options));
|
|
3112
|
-
let page = result.value || [];
|
|
3113
|
-
continuationToken = result.nextLink;
|
|
3114
|
-
setContinuationToken(page, continuationToken);
|
|
3115
|
-
yield yield tslib.__await(page);
|
|
3116
|
-
}
|
|
3117
|
-
while (continuationToken) {
|
|
3118
|
-
result = yield tslib.__await(this._listNext(resourceGroupName, clusterRp, clusterResourceName, clusterName, continuationToken, options));
|
|
3119
|
-
continuationToken = result.nextLink;
|
|
3120
|
-
let page = result.value || [];
|
|
3121
|
-
setContinuationToken(page, continuationToken);
|
|
3122
|
-
yield yield tslib.__await(page);
|
|
3123
|
-
}
|
|
3124
|
-
});
|
|
3125
|
-
}
|
|
3126
|
-
listPagingAll(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
3127
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3128
|
-
var _a, e_1, _b, _c;
|
|
3129
|
-
try {
|
|
3130
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3131
|
-
_c = _f.value;
|
|
3132
|
-
_d = false;
|
|
3133
|
-
const page = _c;
|
|
3134
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
3138
|
-
finally {
|
|
3139
|
-
try {
|
|
3140
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
3141
|
-
}
|
|
3142
|
-
finally { if (e_1) throw e_1.error; }
|
|
3143
|
-
}
|
|
3144
|
-
});
|
|
3145
|
-
}
|
|
3146
|
-
/**
|
|
3147
|
-
* Get Async Operation status
|
|
3148
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3149
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3150
|
-
* Microsoft.HybridContainerService.
|
|
3151
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3152
|
-
* connectedClusters, provisionedClusters.
|
|
3153
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3154
|
-
* @param extensionName Name of the Extension.
|
|
3155
|
-
* @param operationId operation Id
|
|
3156
|
-
* @param options The options parameters.
|
|
3157
|
-
*/
|
|
3158
|
-
get(resourceGroupName, clusterRp, clusterResourceName, clusterName, extensionName, operationId, options) {
|
|
3159
|
-
return this.client.sendOperationRequest({
|
|
3160
|
-
resourceGroupName,
|
|
3161
|
-
clusterRp,
|
|
3162
|
-
clusterResourceName,
|
|
3163
|
-
clusterName,
|
|
3164
|
-
extensionName,
|
|
3165
|
-
operationId,
|
|
3166
|
-
options
|
|
3167
|
-
}, getOperationSpec$3);
|
|
3168
|
-
}
|
|
3169
|
-
/**
|
|
3170
|
-
* List Async Operations, currently in progress, in a cluster
|
|
3171
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3172
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3173
|
-
* Microsoft.HybridContainerService.
|
|
3174
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3175
|
-
* connectedClusters, provisionedClusters.
|
|
3176
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3177
|
-
* @param options The options parameters.
|
|
3178
|
-
*/
|
|
3179
|
-
_list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
3180
|
-
return this.client.sendOperationRequest({
|
|
3181
|
-
resourceGroupName,
|
|
3182
|
-
clusterRp,
|
|
3183
|
-
clusterResourceName,
|
|
3184
|
-
clusterName,
|
|
3185
|
-
options
|
|
3186
|
-
}, listOperationSpec$3);
|
|
3187
|
-
}
|
|
3188
|
-
/**
|
|
3189
|
-
* ListNext
|
|
3190
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3191
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3192
|
-
* Microsoft.HybridContainerService.
|
|
3193
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3194
|
-
* connectedClusters, provisionedClusters.
|
|
3195
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3196
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
3197
|
-
* @param options The options parameters.
|
|
3198
|
-
*/
|
|
3199
|
-
_listNext(resourceGroupName, clusterRp, clusterResourceName, clusterName, nextLink, options) {
|
|
3200
|
-
return this.client.sendOperationRequest({
|
|
3201
|
-
resourceGroupName,
|
|
3202
|
-
clusterRp,
|
|
3203
|
-
clusterResourceName,
|
|
3204
|
-
clusterName,
|
|
3205
|
-
nextLink,
|
|
3206
|
-
options
|
|
3207
|
-
}, listNextOperationSpec$3);
|
|
3208
|
-
}
|
|
3209
|
-
}
|
|
3210
|
-
// Operation Specifications
|
|
3211
|
-
const serializer$4 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3212
|
-
const getOperationSpec$3 = {
|
|
3213
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/extensions/{extensionName}/operations/{operationId}",
|
|
3214
|
-
httpMethod: "GET",
|
|
3215
|
-
responses: {
|
|
3216
|
-
200: {
|
|
3217
|
-
bodyMapper: OperationStatusResult
|
|
3218
|
-
},
|
|
3219
|
-
default: {
|
|
3220
|
-
bodyMapper: ErrorResponse
|
|
3221
|
-
}
|
|
3222
|
-
},
|
|
3223
|
-
queryParameters: [apiVersion],
|
|
3224
|
-
urlParameters: [
|
|
3225
|
-
$host,
|
|
3226
|
-
subscriptionId,
|
|
3227
|
-
resourceGroupName,
|
|
3228
|
-
clusterRp,
|
|
3229
|
-
clusterResourceName,
|
|
3230
|
-
clusterName,
|
|
3231
|
-
extensionName,
|
|
3232
|
-
operationId
|
|
3233
|
-
],
|
|
3234
|
-
headerParameters: [accept],
|
|
3235
|
-
serializer: serializer$4
|
|
3236
|
-
};
|
|
3237
|
-
const listOperationSpec$3 = {
|
|
3238
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/operations",
|
|
3239
|
-
httpMethod: "GET",
|
|
3240
|
-
responses: {
|
|
3241
|
-
200: {
|
|
3242
|
-
bodyMapper: OperationStatusList
|
|
3243
|
-
},
|
|
3244
|
-
default: {
|
|
3245
|
-
bodyMapper: ErrorResponse
|
|
3246
|
-
}
|
|
3247
|
-
},
|
|
3248
|
-
queryParameters: [apiVersion],
|
|
3249
|
-
urlParameters: [
|
|
3250
|
-
$host,
|
|
3251
|
-
subscriptionId,
|
|
3252
|
-
resourceGroupName,
|
|
3253
|
-
clusterRp,
|
|
3254
|
-
clusterResourceName,
|
|
3255
|
-
clusterName
|
|
3256
|
-
],
|
|
3257
|
-
headerParameters: [accept],
|
|
3258
|
-
serializer: serializer$4
|
|
3259
|
-
};
|
|
3260
|
-
const listNextOperationSpec$3 = {
|
|
3261
|
-
path: "{nextLink}",
|
|
3262
|
-
httpMethod: "GET",
|
|
3263
|
-
responses: {
|
|
3264
|
-
200: {
|
|
3265
|
-
bodyMapper: OperationStatusList
|
|
3266
|
-
},
|
|
3267
|
-
default: {
|
|
3268
|
-
bodyMapper: ErrorResponse
|
|
3269
|
-
}
|
|
3270
|
-
},
|
|
3271
|
-
urlParameters: [
|
|
3272
|
-
$host,
|
|
3273
|
-
subscriptionId,
|
|
3274
|
-
resourceGroupName,
|
|
3275
|
-
clusterRp,
|
|
3276
|
-
clusterResourceName,
|
|
3277
|
-
clusterName,
|
|
3278
|
-
nextLink
|
|
3279
|
-
],
|
|
3280
|
-
headerParameters: [accept],
|
|
3281
|
-
serializer: serializer$4
|
|
3282
|
-
};
|
|
3283
|
-
|
|
3284
|
-
/*
|
|
3285
|
-
* Copyright (c) Microsoft Corporation.
|
|
3286
|
-
* Licensed under the MIT License.
|
|
3287
|
-
*
|
|
3288
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3289
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
3290
|
-
*/
|
|
3291
|
-
/// <reference lib="esnext.asynciterable" />
|
|
3292
|
-
/** Class containing FluxConfigurations operations. */
|
|
3293
|
-
class FluxConfigurationsImpl {
|
|
3294
|
-
/**
|
|
3295
|
-
* Initialize a new instance of the class FluxConfigurations class.
|
|
3296
|
-
* @param client Reference to the service client
|
|
3297
|
-
*/
|
|
3298
|
-
constructor(client) {
|
|
3299
|
-
this.client = client;
|
|
3300
|
-
}
|
|
3301
|
-
/**
|
|
3302
|
-
* List all Flux Configurations.
|
|
3303
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3304
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3305
|
-
* Microsoft.HybridContainerService.
|
|
3306
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3307
|
-
* connectedClusters, provisionedClusters.
|
|
3308
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3309
|
-
* @param options The options parameters.
|
|
3310
|
-
*/
|
|
3311
|
-
list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
3312
|
-
const iter = this.listPagingAll(resourceGroupName, clusterRp, clusterResourceName, clusterName, options);
|
|
3313
|
-
return {
|
|
3314
|
-
next() {
|
|
3315
|
-
return iter.next();
|
|
3316
|
-
},
|
|
3317
|
-
[Symbol.asyncIterator]() {
|
|
3318
|
-
return this;
|
|
3319
|
-
},
|
|
3320
|
-
byPage: (settings) => {
|
|
3321
|
-
if (settings === null || settings === undefined ? undefined : settings.maxPageSize) {
|
|
3322
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
3323
|
-
}
|
|
3324
|
-
return this.listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options, settings);
|
|
3325
|
-
}
|
|
3326
|
-
};
|
|
3327
|
-
}
|
|
3328
|
-
listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options, settings) {
|
|
3329
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
3330
|
-
let result;
|
|
3331
|
-
let continuationToken = settings === null || settings === undefined ? undefined : settings.continuationToken;
|
|
3332
|
-
if (!continuationToken) {
|
|
3333
|
-
result = yield tslib.__await(this._list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options));
|
|
3334
|
-
let page = result.value || [];
|
|
3335
|
-
continuationToken = result.nextLink;
|
|
3336
|
-
setContinuationToken(page, continuationToken);
|
|
3337
|
-
yield yield tslib.__await(page);
|
|
3338
|
-
}
|
|
3339
|
-
while (continuationToken) {
|
|
3340
|
-
result = yield tslib.__await(this._listNext(resourceGroupName, clusterRp, clusterResourceName, clusterName, continuationToken, options));
|
|
3341
|
-
continuationToken = result.nextLink;
|
|
3342
|
-
let page = result.value || [];
|
|
3343
|
-
setContinuationToken(page, continuationToken);
|
|
3344
|
-
yield yield tslib.__await(page);
|
|
3345
|
-
}
|
|
3346
|
-
});
|
|
3347
|
-
}
|
|
3348
|
-
listPagingAll(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
3349
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3350
|
-
var _a, e_1, _b, _c;
|
|
3351
|
-
try {
|
|
3352
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3353
|
-
_c = _f.value;
|
|
3354
|
-
_d = false;
|
|
3355
|
-
const page = _c;
|
|
3356
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3357
|
-
}
|
|
3358
|
-
}
|
|
3359
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
3360
|
-
finally {
|
|
3361
|
-
try {
|
|
3362
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
3363
|
-
}
|
|
3364
|
-
finally { if (e_1) throw e_1.error; }
|
|
3365
|
-
}
|
|
3366
|
-
});
|
|
3367
|
-
}
|
|
3368
|
-
/**
|
|
3369
|
-
* Gets details of the Flux Configuration.
|
|
3370
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3371
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3372
|
-
* Microsoft.HybridContainerService.
|
|
3373
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3374
|
-
* connectedClusters, provisionedClusters.
|
|
3375
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3376
|
-
* @param fluxConfigurationName Name of the Flux Configuration.
|
|
3377
|
-
* @param options The options parameters.
|
|
3378
|
-
*/
|
|
3379
|
-
get(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, options) {
|
|
3380
|
-
return this.client.sendOperationRequest({
|
|
3381
|
-
resourceGroupName,
|
|
3382
|
-
clusterRp,
|
|
3383
|
-
clusterResourceName,
|
|
3384
|
-
clusterName,
|
|
3385
|
-
fluxConfigurationName,
|
|
3386
|
-
options
|
|
3387
|
-
}, getOperationSpec$2);
|
|
3388
|
-
}
|
|
3389
|
-
/**
|
|
3390
|
-
* Create a new Kubernetes Flux Configuration.
|
|
3391
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3392
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3393
|
-
* Microsoft.HybridContainerService.
|
|
3394
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3395
|
-
* connectedClusters, provisionedClusters.
|
|
3396
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3397
|
-
* @param fluxConfigurationName Name of the Flux Configuration.
|
|
3398
|
-
* @param fluxConfiguration Properties necessary to Create a FluxConfiguration.
|
|
3399
|
-
* @param options The options parameters.
|
|
3400
|
-
*/
|
|
3401
|
-
beginCreateOrUpdate(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, fluxConfiguration, options) {
|
|
3402
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3403
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3404
|
-
return this.client.sendOperationRequest(args, spec);
|
|
3405
|
-
});
|
|
3406
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3407
|
-
var _a;
|
|
3408
|
-
let currentRawResponse = undefined;
|
|
3409
|
-
const providedCallback = (_a = args.options) === null || _a === undefined ? undefined : _a.onResponse;
|
|
3410
|
-
const callback = (rawResponse, flatResponse) => {
|
|
3411
|
-
currentRawResponse = rawResponse;
|
|
3412
|
-
providedCallback === null || providedCallback === undefined ? undefined : providedCallback(rawResponse, flatResponse);
|
|
3413
|
-
};
|
|
3414
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
3415
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
3416
|
-
return {
|
|
3417
|
-
flatResponse,
|
|
3418
|
-
rawResponse: {
|
|
3419
|
-
statusCode: currentRawResponse.status,
|
|
3420
|
-
body: currentRawResponse.parsedBody,
|
|
3421
|
-
headers: currentRawResponse.headers.toJSON()
|
|
3422
|
-
}
|
|
3423
|
-
};
|
|
3424
|
-
});
|
|
3425
|
-
const lro = createLroSpec({
|
|
3426
|
-
sendOperationFn,
|
|
3427
|
-
args: {
|
|
3428
|
-
resourceGroupName,
|
|
3429
|
-
clusterRp,
|
|
3430
|
-
clusterResourceName,
|
|
3431
|
-
clusterName,
|
|
3432
|
-
fluxConfigurationName,
|
|
3433
|
-
fluxConfiguration,
|
|
3434
|
-
options
|
|
3435
|
-
},
|
|
3436
|
-
spec: createOrUpdateOperationSpec$1
|
|
3437
|
-
});
|
|
3438
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
3439
|
-
restoreFrom: options === null || options === undefined ? undefined : options.resumeFrom,
|
|
3440
|
-
intervalInMs: options === null || options === undefined ? undefined : options.updateIntervalInMs,
|
|
3441
|
-
resourceLocationConfig: "azure-async-operation"
|
|
3442
|
-
});
|
|
3443
|
-
yield poller.poll();
|
|
3444
|
-
return poller;
|
|
3445
|
-
});
|
|
3446
|
-
}
|
|
3447
|
-
/**
|
|
3448
|
-
* Create a new Kubernetes Flux Configuration.
|
|
3449
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3450
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3451
|
-
* Microsoft.HybridContainerService.
|
|
3452
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3453
|
-
* connectedClusters, provisionedClusters.
|
|
3454
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3455
|
-
* @param fluxConfigurationName Name of the Flux Configuration.
|
|
3456
|
-
* @param fluxConfiguration Properties necessary to Create a FluxConfiguration.
|
|
3457
|
-
* @param options The options parameters.
|
|
3458
|
-
*/
|
|
3459
|
-
beginCreateOrUpdateAndWait(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, fluxConfiguration, options) {
|
|
3460
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3461
|
-
const poller = yield this.beginCreateOrUpdate(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, fluxConfiguration, options);
|
|
3462
|
-
return poller.pollUntilDone();
|
|
3463
|
-
});
|
|
3464
|
-
}
|
|
3465
|
-
/**
|
|
3466
|
-
* Update an existing Kubernetes Flux Configuration.
|
|
3467
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3468
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3469
|
-
* Microsoft.HybridContainerService.
|
|
3470
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3471
|
-
* connectedClusters, provisionedClusters.
|
|
3472
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3473
|
-
* @param fluxConfigurationName Name of the Flux Configuration.
|
|
3474
|
-
* @param fluxConfigurationPatch Properties to Patch in an existing Flux Configuration.
|
|
3475
|
-
* @param options The options parameters.
|
|
3476
|
-
*/
|
|
3477
|
-
beginUpdate(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, fluxConfigurationPatch, options) {
|
|
3478
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3479
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3480
|
-
return this.client.sendOperationRequest(args, spec);
|
|
3481
|
-
});
|
|
3482
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3483
|
-
var _a;
|
|
3484
|
-
let currentRawResponse = undefined;
|
|
3485
|
-
const providedCallback = (_a = args.options) === null || _a === undefined ? undefined : _a.onResponse;
|
|
3486
|
-
const callback = (rawResponse, flatResponse) => {
|
|
3487
|
-
currentRawResponse = rawResponse;
|
|
3488
|
-
providedCallback === null || providedCallback === undefined ? undefined : providedCallback(rawResponse, flatResponse);
|
|
3489
|
-
};
|
|
3490
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
3491
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
3492
|
-
return {
|
|
3493
|
-
flatResponse,
|
|
3494
|
-
rawResponse: {
|
|
3495
|
-
statusCode: currentRawResponse.status,
|
|
3496
|
-
body: currentRawResponse.parsedBody,
|
|
3497
|
-
headers: currentRawResponse.headers.toJSON()
|
|
3498
|
-
}
|
|
3499
|
-
};
|
|
3500
|
-
});
|
|
3501
|
-
const lro = createLroSpec({
|
|
3502
|
-
sendOperationFn,
|
|
3503
|
-
args: {
|
|
3504
|
-
resourceGroupName,
|
|
3505
|
-
clusterRp,
|
|
3506
|
-
clusterResourceName,
|
|
3507
|
-
clusterName,
|
|
3508
|
-
fluxConfigurationName,
|
|
3509
|
-
fluxConfigurationPatch,
|
|
3510
|
-
options
|
|
3511
|
-
},
|
|
3512
|
-
spec: updateOperationSpec
|
|
3513
|
-
});
|
|
3514
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
3515
|
-
restoreFrom: options === null || options === undefined ? undefined : options.resumeFrom,
|
|
3516
|
-
intervalInMs: options === null || options === undefined ? undefined : options.updateIntervalInMs,
|
|
3517
|
-
resourceLocationConfig: "azure-async-operation"
|
|
3518
|
-
});
|
|
3519
|
-
yield poller.poll();
|
|
3520
|
-
return poller;
|
|
3521
|
-
});
|
|
3522
|
-
}
|
|
3523
|
-
/**
|
|
3524
|
-
* Update an existing Kubernetes Flux Configuration.
|
|
3525
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3526
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3527
|
-
* Microsoft.HybridContainerService.
|
|
3528
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3529
|
-
* connectedClusters, provisionedClusters.
|
|
3530
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3531
|
-
* @param fluxConfigurationName Name of the Flux Configuration.
|
|
3532
|
-
* @param fluxConfigurationPatch Properties to Patch in an existing Flux Configuration.
|
|
3533
|
-
* @param options The options parameters.
|
|
3534
|
-
*/
|
|
3535
|
-
beginUpdateAndWait(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, fluxConfigurationPatch, options) {
|
|
3536
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3537
|
-
const poller = yield this.beginUpdate(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, fluxConfigurationPatch, options);
|
|
3538
|
-
return poller.pollUntilDone();
|
|
3539
|
-
});
|
|
3540
|
-
}
|
|
3541
|
-
/**
|
|
3542
|
-
* This will delete the YAML file used to set up the Flux Configuration, thus stopping future sync from
|
|
3543
|
-
* the source repo.
|
|
3544
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3545
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3546
|
-
* Microsoft.HybridContainerService.
|
|
3547
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3548
|
-
* connectedClusters, provisionedClusters.
|
|
3549
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3550
|
-
* @param fluxConfigurationName Name of the Flux Configuration.
|
|
3551
|
-
* @param options The options parameters.
|
|
3552
|
-
*/
|
|
3553
|
-
beginDelete(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, options) {
|
|
3554
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3555
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3556
|
-
return this.client.sendOperationRequest(args, spec);
|
|
3557
|
-
});
|
|
3558
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3559
|
-
var _a;
|
|
3560
|
-
let currentRawResponse = undefined;
|
|
3561
|
-
const providedCallback = (_a = args.options) === null || _a === undefined ? undefined : _a.onResponse;
|
|
3562
|
-
const callback = (rawResponse, flatResponse) => {
|
|
3563
|
-
currentRawResponse = rawResponse;
|
|
3564
|
-
providedCallback === null || providedCallback === undefined ? undefined : providedCallback(rawResponse, flatResponse);
|
|
3565
|
-
};
|
|
3566
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
3567
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
3568
|
-
return {
|
|
3569
|
-
flatResponse,
|
|
3570
|
-
rawResponse: {
|
|
3571
|
-
statusCode: currentRawResponse.status,
|
|
3572
|
-
body: currentRawResponse.parsedBody,
|
|
3573
|
-
headers: currentRawResponse.headers.toJSON()
|
|
3574
|
-
}
|
|
3575
|
-
};
|
|
3576
|
-
});
|
|
3577
|
-
const lro = createLroSpec({
|
|
3578
|
-
sendOperationFn,
|
|
3579
|
-
args: {
|
|
3580
|
-
resourceGroupName,
|
|
3581
|
-
clusterRp,
|
|
3582
|
-
clusterResourceName,
|
|
3583
|
-
clusterName,
|
|
3584
|
-
fluxConfigurationName,
|
|
3585
|
-
options
|
|
3586
|
-
},
|
|
3587
|
-
spec: deleteOperationSpec$1
|
|
3588
|
-
});
|
|
3589
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
3590
|
-
restoreFrom: options === null || options === undefined ? undefined : options.resumeFrom,
|
|
3591
|
-
intervalInMs: options === null || options === undefined ? undefined : options.updateIntervalInMs,
|
|
3592
|
-
resourceLocationConfig: "azure-async-operation"
|
|
3593
|
-
});
|
|
3594
|
-
yield poller.poll();
|
|
3595
|
-
return poller;
|
|
3596
|
-
});
|
|
3597
|
-
}
|
|
3598
|
-
/**
|
|
3599
|
-
* This will delete the YAML file used to set up the Flux Configuration, thus stopping future sync from
|
|
3600
|
-
* the source repo.
|
|
3601
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3602
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3603
|
-
* Microsoft.HybridContainerService.
|
|
3604
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3605
|
-
* connectedClusters, provisionedClusters.
|
|
3606
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3607
|
-
* @param fluxConfigurationName Name of the Flux Configuration.
|
|
3608
|
-
* @param options The options parameters.
|
|
3609
|
-
*/
|
|
3610
|
-
beginDeleteAndWait(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, options) {
|
|
3611
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
3612
|
-
const poller = yield this.beginDelete(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, options);
|
|
3613
|
-
return poller.pollUntilDone();
|
|
3614
|
-
});
|
|
3615
|
-
}
|
|
3616
|
-
/**
|
|
3617
|
-
* List all Flux Configurations.
|
|
3618
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3619
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3620
|
-
* Microsoft.HybridContainerService.
|
|
3621
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3622
|
-
* connectedClusters, provisionedClusters.
|
|
3623
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3624
|
-
* @param options The options parameters.
|
|
3625
|
-
*/
|
|
3626
|
-
_list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
3627
|
-
return this.client.sendOperationRequest({
|
|
3628
|
-
resourceGroupName,
|
|
3629
|
-
clusterRp,
|
|
3630
|
-
clusterResourceName,
|
|
3631
|
-
clusterName,
|
|
3632
|
-
options
|
|
3633
|
-
}, listOperationSpec$2);
|
|
3634
|
-
}
|
|
3635
|
-
/**
|
|
3636
|
-
* ListNext
|
|
3637
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3638
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3639
|
-
* Microsoft.HybridContainerService.
|
|
3640
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3641
|
-
* connectedClusters, provisionedClusters.
|
|
3642
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3643
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
3644
|
-
* @param options The options parameters.
|
|
3645
|
-
*/
|
|
3646
|
-
_listNext(resourceGroupName, clusterRp, clusterResourceName, clusterName, nextLink, options) {
|
|
3647
|
-
return this.client.sendOperationRequest({
|
|
3648
|
-
resourceGroupName,
|
|
3649
|
-
clusterRp,
|
|
3650
|
-
clusterResourceName,
|
|
3651
|
-
clusterName,
|
|
3652
|
-
nextLink,
|
|
3653
|
-
options
|
|
3654
|
-
}, listNextOperationSpec$2);
|
|
3655
|
-
}
|
|
3656
|
-
}
|
|
3657
|
-
// Operation Specifications
|
|
3658
|
-
const serializer$3 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3659
|
-
const getOperationSpec$2 = {
|
|
3660
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}",
|
|
3661
|
-
httpMethod: "GET",
|
|
3662
|
-
responses: {
|
|
3663
|
-
200: {
|
|
3664
|
-
bodyMapper: FluxConfiguration
|
|
3665
|
-
},
|
|
3666
|
-
default: {
|
|
3667
|
-
bodyMapper: ErrorResponse
|
|
3668
|
-
}
|
|
3669
|
-
},
|
|
3670
|
-
queryParameters: [apiVersion],
|
|
3671
|
-
urlParameters: [
|
|
3672
|
-
$host,
|
|
3673
|
-
subscriptionId,
|
|
3674
|
-
resourceGroupName,
|
|
3675
|
-
clusterRp,
|
|
3676
|
-
clusterResourceName,
|
|
3677
|
-
clusterName,
|
|
3678
|
-
fluxConfigurationName
|
|
3679
|
-
],
|
|
3680
|
-
headerParameters: [accept],
|
|
3681
|
-
serializer: serializer$3
|
|
3682
|
-
};
|
|
3683
|
-
const createOrUpdateOperationSpec$1 = {
|
|
3684
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}",
|
|
3685
|
-
httpMethod: "PUT",
|
|
3686
|
-
responses: {
|
|
3687
|
-
200: {
|
|
3688
|
-
bodyMapper: FluxConfiguration
|
|
3689
|
-
},
|
|
3690
|
-
201: {
|
|
3691
|
-
bodyMapper: FluxConfiguration
|
|
3692
|
-
},
|
|
3693
|
-
202: {
|
|
3694
|
-
bodyMapper: FluxConfiguration
|
|
3695
|
-
},
|
|
3696
|
-
204: {
|
|
3697
|
-
bodyMapper: FluxConfiguration
|
|
3698
|
-
},
|
|
3699
|
-
default: {
|
|
3700
|
-
bodyMapper: ErrorResponse
|
|
3701
|
-
}
|
|
3702
|
-
},
|
|
3703
|
-
requestBody: fluxConfiguration,
|
|
3704
|
-
queryParameters: [apiVersion],
|
|
3705
|
-
urlParameters: [
|
|
3706
|
-
$host,
|
|
3707
|
-
subscriptionId,
|
|
3708
|
-
resourceGroupName,
|
|
3709
|
-
clusterRp,
|
|
3710
|
-
clusterResourceName,
|
|
3711
|
-
clusterName,
|
|
3712
|
-
fluxConfigurationName
|
|
3713
|
-
],
|
|
3714
|
-
headerParameters: [contentType, accept],
|
|
3715
|
-
mediaType: "json",
|
|
3716
|
-
serializer: serializer$3
|
|
3717
|
-
};
|
|
3718
|
-
const updateOperationSpec = {
|
|
3719
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}",
|
|
3720
|
-
httpMethod: "PATCH",
|
|
3721
|
-
responses: {
|
|
3722
|
-
200: {
|
|
3723
|
-
bodyMapper: FluxConfiguration
|
|
3724
|
-
},
|
|
3725
|
-
201: {
|
|
3726
|
-
bodyMapper: FluxConfiguration
|
|
3727
|
-
},
|
|
3728
|
-
202: {
|
|
3729
|
-
bodyMapper: FluxConfiguration
|
|
3730
|
-
},
|
|
3731
|
-
204: {
|
|
3732
|
-
bodyMapper: FluxConfiguration
|
|
3733
|
-
},
|
|
3734
|
-
default: {
|
|
3735
|
-
bodyMapper: ErrorResponse
|
|
3736
|
-
}
|
|
3737
|
-
},
|
|
3738
|
-
requestBody: fluxConfigurationPatch,
|
|
3739
|
-
queryParameters: [apiVersion],
|
|
3740
|
-
urlParameters: [
|
|
3741
|
-
$host,
|
|
3742
|
-
subscriptionId,
|
|
3743
|
-
resourceGroupName,
|
|
3744
|
-
clusterRp,
|
|
3745
|
-
clusterResourceName,
|
|
3746
|
-
clusterName,
|
|
3747
|
-
fluxConfigurationName
|
|
3748
|
-
],
|
|
3749
|
-
headerParameters: [contentType, accept],
|
|
3750
|
-
mediaType: "json",
|
|
3751
|
-
serializer: serializer$3
|
|
3752
|
-
};
|
|
3753
|
-
const deleteOperationSpec$1 = {
|
|
3754
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}",
|
|
3755
|
-
httpMethod: "DELETE",
|
|
3756
|
-
responses: {
|
|
3757
|
-
200: {},
|
|
3758
|
-
201: {},
|
|
3759
|
-
202: {},
|
|
3760
|
-
204: {},
|
|
3761
|
-
default: {
|
|
3762
|
-
bodyMapper: ErrorResponse
|
|
3763
|
-
}
|
|
3764
|
-
},
|
|
3765
|
-
queryParameters: [apiVersion, forceDelete],
|
|
3766
|
-
urlParameters: [
|
|
3767
|
-
$host,
|
|
3768
|
-
subscriptionId,
|
|
3769
|
-
resourceGroupName,
|
|
3770
|
-
clusterRp,
|
|
3771
|
-
clusterResourceName,
|
|
3772
|
-
clusterName,
|
|
3773
|
-
fluxConfigurationName
|
|
3774
|
-
],
|
|
3775
|
-
headerParameters: [accept],
|
|
3776
|
-
serializer: serializer$3
|
|
3777
|
-
};
|
|
3778
|
-
const listOperationSpec$2 = {
|
|
3779
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations",
|
|
3780
|
-
httpMethod: "GET",
|
|
3781
|
-
responses: {
|
|
3782
|
-
200: {
|
|
3783
|
-
bodyMapper: FluxConfigurationsList
|
|
3784
|
-
},
|
|
3785
|
-
default: {
|
|
3786
|
-
bodyMapper: ErrorResponse
|
|
3787
|
-
}
|
|
3788
|
-
},
|
|
3789
|
-
queryParameters: [apiVersion],
|
|
3790
|
-
urlParameters: [
|
|
3791
|
-
$host,
|
|
3792
|
-
subscriptionId,
|
|
3793
|
-
resourceGroupName,
|
|
3794
|
-
clusterRp,
|
|
3795
|
-
clusterResourceName,
|
|
3796
|
-
clusterName
|
|
3797
|
-
],
|
|
3798
|
-
headerParameters: [accept],
|
|
3799
|
-
serializer: serializer$3
|
|
3800
|
-
};
|
|
3801
|
-
const listNextOperationSpec$2 = {
|
|
3802
|
-
path: "{nextLink}",
|
|
3803
|
-
httpMethod: "GET",
|
|
3804
|
-
responses: {
|
|
3805
|
-
200: {
|
|
3806
|
-
bodyMapper: FluxConfigurationsList
|
|
3807
|
-
},
|
|
3808
|
-
default: {
|
|
3809
|
-
bodyMapper: ErrorResponse
|
|
3810
|
-
}
|
|
3811
|
-
},
|
|
3812
|
-
urlParameters: [
|
|
3813
|
-
$host,
|
|
3814
|
-
subscriptionId,
|
|
3815
|
-
resourceGroupName,
|
|
3816
|
-
clusterRp,
|
|
3817
|
-
clusterResourceName,
|
|
3818
|
-
clusterName,
|
|
3819
|
-
nextLink
|
|
3820
|
-
],
|
|
3821
|
-
headerParameters: [accept],
|
|
3822
|
-
serializer: serializer$3
|
|
3823
|
-
};
|
|
3824
|
-
|
|
3825
|
-
/*
|
|
3826
|
-
* Copyright (c) Microsoft Corporation.
|
|
3827
|
-
* Licensed under the MIT License.
|
|
3828
|
-
*
|
|
3829
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3830
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
3831
|
-
*/
|
|
3832
|
-
/** Class containing FluxConfigOperationStatus operations. */
|
|
3833
|
-
class FluxConfigOperationStatusImpl {
|
|
3834
|
-
/**
|
|
3835
|
-
* Initialize a new instance of the class FluxConfigOperationStatus class.
|
|
3836
|
-
* @param client Reference to the service client
|
|
3837
|
-
*/
|
|
3838
|
-
constructor(client) {
|
|
3839
|
-
this.client = client;
|
|
3840
|
-
}
|
|
3841
|
-
/**
|
|
3842
|
-
* Get Async Operation status
|
|
3843
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3844
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3845
|
-
* Microsoft.HybridContainerService.
|
|
3846
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3847
|
-
* connectedClusters, provisionedClusters.
|
|
3848
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3849
|
-
* @param fluxConfigurationName Name of the Flux Configuration.
|
|
3850
|
-
* @param operationId operation Id
|
|
3851
|
-
* @param options The options parameters.
|
|
3852
|
-
*/
|
|
3853
|
-
get(resourceGroupName, clusterRp, clusterResourceName, clusterName, fluxConfigurationName, operationId, options) {
|
|
3854
|
-
return this.client.sendOperationRequest({
|
|
3855
|
-
resourceGroupName,
|
|
3856
|
-
clusterRp,
|
|
3857
|
-
clusterResourceName,
|
|
3858
|
-
clusterName,
|
|
3859
|
-
fluxConfigurationName,
|
|
3860
|
-
operationId,
|
|
3861
|
-
options
|
|
3862
|
-
}, getOperationSpec$1);
|
|
3863
|
-
}
|
|
3864
|
-
}
|
|
3865
|
-
// Operation Specifications
|
|
3866
|
-
const serializer$2 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
3867
|
-
const getOperationSpec$1 = {
|
|
3868
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/fluxConfigurations/{fluxConfigurationName}/operations/{operationId}",
|
|
3869
|
-
httpMethod: "GET",
|
|
3870
|
-
responses: {
|
|
3871
|
-
200: {
|
|
3872
|
-
bodyMapper: OperationStatusResult
|
|
3873
|
-
},
|
|
3874
|
-
default: {
|
|
3875
|
-
bodyMapper: ErrorResponse
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
|
-
queryParameters: [apiVersion],
|
|
3879
|
-
urlParameters: [
|
|
3880
|
-
$host,
|
|
3881
|
-
subscriptionId,
|
|
3882
|
-
resourceGroupName,
|
|
3883
|
-
clusterRp,
|
|
3884
|
-
clusterResourceName,
|
|
3885
|
-
clusterName,
|
|
3886
|
-
operationId,
|
|
3887
|
-
fluxConfigurationName
|
|
3888
|
-
],
|
|
3889
|
-
headerParameters: [accept],
|
|
3890
|
-
serializer: serializer$2
|
|
3891
|
-
};
|
|
3892
|
-
|
|
3893
|
-
/*
|
|
3894
|
-
* Copyright (c) Microsoft Corporation.
|
|
3895
|
-
* Licensed under the MIT License.
|
|
3896
|
-
*
|
|
3897
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3898
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
3899
|
-
*/
|
|
3900
|
-
/// <reference lib="esnext.asynciterable" />
|
|
3901
|
-
/** Class containing SourceControlConfigurations operations. */
|
|
3902
|
-
class SourceControlConfigurationsImpl {
|
|
3903
|
-
/**
|
|
3904
|
-
* Initialize a new instance of the class SourceControlConfigurations class.
|
|
3905
|
-
* @param client Reference to the service client
|
|
3906
|
-
*/
|
|
3907
|
-
constructor(client) {
|
|
3908
|
-
this.client = client;
|
|
3909
|
-
}
|
|
3910
|
-
/**
|
|
3911
|
-
* List all Source Control Configurations.
|
|
3912
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3913
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3914
|
-
* Microsoft.HybridContainerService.
|
|
3915
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3916
|
-
* connectedClusters, provisionedClusters.
|
|
3917
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3918
|
-
* @param options The options parameters.
|
|
3919
|
-
*/
|
|
3920
|
-
list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
3921
|
-
const iter = this.listPagingAll(resourceGroupName, clusterRp, clusterResourceName, clusterName, options);
|
|
3922
|
-
return {
|
|
3923
|
-
next() {
|
|
3924
|
-
return iter.next();
|
|
3925
|
-
},
|
|
3926
|
-
[Symbol.asyncIterator]() {
|
|
3927
|
-
return this;
|
|
3928
|
-
},
|
|
3929
|
-
byPage: (settings) => {
|
|
3930
|
-
if (settings === null || settings === undefined ? undefined : settings.maxPageSize) {
|
|
3931
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
3932
|
-
}
|
|
3933
|
-
return this.listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options, settings);
|
|
3934
|
-
}
|
|
3935
|
-
};
|
|
3936
|
-
}
|
|
3937
|
-
listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options, settings) {
|
|
3938
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
3939
|
-
let result;
|
|
3940
|
-
let continuationToken = settings === null || settings === undefined ? undefined : settings.continuationToken;
|
|
3941
|
-
if (!continuationToken) {
|
|
3942
|
-
result = yield tslib.__await(this._list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options));
|
|
3943
|
-
let page = result.value || [];
|
|
3944
|
-
continuationToken = result.nextLink;
|
|
3945
|
-
setContinuationToken(page, continuationToken);
|
|
3946
|
-
yield yield tslib.__await(page);
|
|
3947
|
-
}
|
|
3948
|
-
while (continuationToken) {
|
|
3949
|
-
result = yield tslib.__await(this._listNext(resourceGroupName, clusterRp, clusterResourceName, clusterName, continuationToken, options));
|
|
3950
|
-
continuationToken = result.nextLink;
|
|
3951
|
-
let page = result.value || [];
|
|
3952
|
-
setContinuationToken(page, continuationToken);
|
|
3953
|
-
yield yield tslib.__await(page);
|
|
3954
|
-
}
|
|
3955
|
-
});
|
|
3956
|
-
}
|
|
3957
|
-
listPagingAll(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
3958
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
3959
|
-
var _a, e_1, _b, _c;
|
|
3960
|
-
try {
|
|
3961
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(resourceGroupName, clusterRp, clusterResourceName, clusterName, options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
3962
|
-
_c = _f.value;
|
|
3963
|
-
_d = false;
|
|
3964
|
-
const page = _c;
|
|
3965
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
3966
|
-
}
|
|
3967
|
-
}
|
|
3968
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
3969
|
-
finally {
|
|
3970
|
-
try {
|
|
3971
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
3972
|
-
}
|
|
3973
|
-
finally { if (e_1) throw e_1.error; }
|
|
3974
|
-
}
|
|
3975
|
-
});
|
|
3976
|
-
}
|
|
3977
|
-
/**
|
|
3978
|
-
* Gets details of the Source Control Configuration.
|
|
3979
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3980
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
3981
|
-
* Microsoft.HybridContainerService.
|
|
3982
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
3983
|
-
* connectedClusters, provisionedClusters.
|
|
3984
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
3985
|
-
* @param sourceControlConfigurationName Name of the Source Control Configuration.
|
|
3986
|
-
* @param options The options parameters.
|
|
3987
|
-
*/
|
|
3988
|
-
get(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, options) {
|
|
3989
|
-
return this.client.sendOperationRequest({
|
|
3990
|
-
resourceGroupName,
|
|
3991
|
-
clusterRp,
|
|
3992
|
-
clusterResourceName,
|
|
3993
|
-
clusterName,
|
|
3994
|
-
sourceControlConfigurationName,
|
|
3995
|
-
options
|
|
3996
|
-
}, getOperationSpec);
|
|
3997
|
-
}
|
|
3998
|
-
/**
|
|
3999
|
-
* Create a new Kubernetes Source Control Configuration.
|
|
4000
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4001
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
4002
|
-
* Microsoft.HybridContainerService.
|
|
4003
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
4004
|
-
* connectedClusters, provisionedClusters.
|
|
4005
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
4006
|
-
* @param sourceControlConfigurationName Name of the Source Control Configuration.
|
|
4007
|
-
* @param sourceControlConfiguration Properties necessary to Create KubernetesConfiguration.
|
|
4008
|
-
* @param options The options parameters.
|
|
4009
|
-
*/
|
|
4010
|
-
createOrUpdate(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, sourceControlConfiguration, options) {
|
|
4011
|
-
return this.client.sendOperationRequest({
|
|
4012
|
-
resourceGroupName,
|
|
4013
|
-
clusterRp,
|
|
4014
|
-
clusterResourceName,
|
|
4015
|
-
clusterName,
|
|
4016
|
-
sourceControlConfigurationName,
|
|
4017
|
-
sourceControlConfiguration,
|
|
4018
|
-
options
|
|
4019
|
-
}, createOrUpdateOperationSpec);
|
|
4020
|
-
}
|
|
4021
|
-
/**
|
|
4022
|
-
* This will delete the YAML file used to set up the Source control configuration, thus stopping future
|
|
4023
|
-
* sync from the source repo.
|
|
4024
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4025
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
4026
|
-
* Microsoft.HybridContainerService.
|
|
4027
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
4028
|
-
* connectedClusters, provisionedClusters.
|
|
4029
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
4030
|
-
* @param sourceControlConfigurationName Name of the Source Control Configuration.
|
|
4031
|
-
* @param options The options parameters.
|
|
4032
|
-
*/
|
|
4033
|
-
beginDelete(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, options) {
|
|
4034
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
4035
|
-
const directSendOperation = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
4036
|
-
return this.client.sendOperationRequest(args, spec);
|
|
4037
|
-
});
|
|
4038
|
-
const sendOperationFn = (args, spec) => tslib.__awaiter(this, undefined, undefined, function* () {
|
|
4039
|
-
var _a;
|
|
4040
|
-
let currentRawResponse = undefined;
|
|
4041
|
-
const providedCallback = (_a = args.options) === null || _a === undefined ? undefined : _a.onResponse;
|
|
4042
|
-
const callback = (rawResponse, flatResponse) => {
|
|
4043
|
-
currentRawResponse = rawResponse;
|
|
4044
|
-
providedCallback === null || providedCallback === undefined ? undefined : providedCallback(rawResponse, flatResponse);
|
|
4045
|
-
};
|
|
4046
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
4047
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
4048
|
-
return {
|
|
4049
|
-
flatResponse,
|
|
4050
|
-
rawResponse: {
|
|
4051
|
-
statusCode: currentRawResponse.status,
|
|
4052
|
-
body: currentRawResponse.parsedBody,
|
|
4053
|
-
headers: currentRawResponse.headers.toJSON()
|
|
4054
|
-
}
|
|
4055
|
-
};
|
|
4056
|
-
});
|
|
4057
|
-
const lro = createLroSpec({
|
|
4058
|
-
sendOperationFn,
|
|
4059
|
-
args: {
|
|
4060
|
-
resourceGroupName,
|
|
4061
|
-
clusterRp,
|
|
4062
|
-
clusterResourceName,
|
|
4063
|
-
clusterName,
|
|
4064
|
-
sourceControlConfigurationName,
|
|
4065
|
-
options
|
|
4066
|
-
},
|
|
4067
|
-
spec: deleteOperationSpec
|
|
4068
|
-
});
|
|
4069
|
-
const poller = yield coreLro.createHttpPoller(lro, {
|
|
4070
|
-
restoreFrom: options === null || options === undefined ? undefined : options.resumeFrom,
|
|
4071
|
-
intervalInMs: options === null || options === undefined ? undefined : options.updateIntervalInMs
|
|
4072
|
-
});
|
|
4073
|
-
yield poller.poll();
|
|
4074
|
-
return poller;
|
|
4075
|
-
});
|
|
4076
|
-
}
|
|
4077
|
-
/**
|
|
4078
|
-
* This will delete the YAML file used to set up the Source control configuration, thus stopping future
|
|
4079
|
-
* sync from the source repo.
|
|
4080
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4081
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
4082
|
-
* Microsoft.HybridContainerService.
|
|
4083
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
4084
|
-
* connectedClusters, provisionedClusters.
|
|
4085
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
4086
|
-
* @param sourceControlConfigurationName Name of the Source Control Configuration.
|
|
4087
|
-
* @param options The options parameters.
|
|
4088
|
-
*/
|
|
4089
|
-
beginDeleteAndWait(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, options) {
|
|
4090
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
4091
|
-
const poller = yield this.beginDelete(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, options);
|
|
4092
|
-
return poller.pollUntilDone();
|
|
4093
|
-
});
|
|
4094
|
-
}
|
|
4095
|
-
/**
|
|
4096
|
-
* List all Source Control Configurations.
|
|
4097
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4098
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
4099
|
-
* Microsoft.HybridContainerService.
|
|
4100
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
4101
|
-
* connectedClusters, provisionedClusters.
|
|
4102
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
4103
|
-
* @param options The options parameters.
|
|
4104
|
-
*/
|
|
4105
|
-
_list(resourceGroupName, clusterRp, clusterResourceName, clusterName, options) {
|
|
4106
|
-
return this.client.sendOperationRequest({
|
|
4107
|
-
resourceGroupName,
|
|
4108
|
-
clusterRp,
|
|
4109
|
-
clusterResourceName,
|
|
4110
|
-
clusterName,
|
|
4111
|
-
options
|
|
4112
|
-
}, listOperationSpec$1);
|
|
4113
|
-
}
|
|
4114
|
-
/**
|
|
4115
|
-
* ListNext
|
|
4116
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4117
|
-
* @param clusterRp The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes,
|
|
4118
|
-
* Microsoft.HybridContainerService.
|
|
4119
|
-
* @param clusterResourceName The Kubernetes cluster resource name - i.e. managedClusters,
|
|
4120
|
-
* connectedClusters, provisionedClusters.
|
|
4121
|
-
* @param clusterName The name of the kubernetes cluster.
|
|
4122
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
4123
|
-
* @param options The options parameters.
|
|
4124
|
-
*/
|
|
4125
|
-
_listNext(resourceGroupName, clusterRp, clusterResourceName, clusterName, nextLink, options) {
|
|
4126
|
-
return this.client.sendOperationRequest({
|
|
4127
|
-
resourceGroupName,
|
|
4128
|
-
clusterRp,
|
|
4129
|
-
clusterResourceName,
|
|
4130
|
-
clusterName,
|
|
4131
|
-
nextLink,
|
|
4132
|
-
options
|
|
4133
|
-
}, listNextOperationSpec$1);
|
|
4134
|
-
}
|
|
4135
|
-
}
|
|
4136
|
-
// Operation Specifications
|
|
4137
|
-
const serializer$1 = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
4138
|
-
const getOperationSpec = {
|
|
4139
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}",
|
|
4140
|
-
httpMethod: "GET",
|
|
4141
|
-
responses: {
|
|
4142
|
-
200: {
|
|
4143
|
-
bodyMapper: SourceControlConfiguration
|
|
4144
|
-
},
|
|
4145
|
-
default: {
|
|
4146
|
-
bodyMapper: ErrorResponse
|
|
4147
|
-
}
|
|
4148
|
-
},
|
|
4149
|
-
queryParameters: [apiVersion],
|
|
4150
|
-
urlParameters: [
|
|
4151
|
-
$host,
|
|
4152
|
-
subscriptionId,
|
|
4153
|
-
resourceGroupName,
|
|
4154
|
-
clusterRp,
|
|
4155
|
-
clusterResourceName,
|
|
4156
|
-
clusterName,
|
|
4157
|
-
sourceControlConfigurationName
|
|
4158
|
-
],
|
|
4159
|
-
headerParameters: [accept],
|
|
4160
|
-
serializer: serializer$1
|
|
4161
|
-
};
|
|
4162
|
-
const createOrUpdateOperationSpec = {
|
|
4163
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}",
|
|
4164
|
-
httpMethod: "PUT",
|
|
4165
|
-
responses: {
|
|
4166
|
-
200: {
|
|
4167
|
-
bodyMapper: SourceControlConfiguration
|
|
4168
|
-
},
|
|
4169
|
-
201: {
|
|
4170
|
-
bodyMapper: SourceControlConfiguration
|
|
4171
|
-
},
|
|
4172
|
-
default: {
|
|
4173
|
-
bodyMapper: ErrorResponse
|
|
4174
|
-
}
|
|
4175
|
-
},
|
|
4176
|
-
requestBody: sourceControlConfiguration,
|
|
4177
|
-
queryParameters: [apiVersion],
|
|
4178
|
-
urlParameters: [
|
|
4179
|
-
$host,
|
|
4180
|
-
subscriptionId,
|
|
4181
|
-
resourceGroupName,
|
|
4182
|
-
clusterRp,
|
|
4183
|
-
clusterResourceName,
|
|
4184
|
-
clusterName,
|
|
4185
|
-
sourceControlConfigurationName
|
|
4186
|
-
],
|
|
4187
|
-
headerParameters: [contentType, accept],
|
|
4188
|
-
mediaType: "json",
|
|
4189
|
-
serializer: serializer$1
|
|
4190
|
-
};
|
|
4191
|
-
const deleteOperationSpec = {
|
|
4192
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/{sourceControlConfigurationName}",
|
|
4193
|
-
httpMethod: "DELETE",
|
|
4194
|
-
responses: {
|
|
4195
|
-
200: {},
|
|
4196
|
-
201: {},
|
|
4197
|
-
202: {},
|
|
4198
|
-
204: {},
|
|
4199
|
-
default: {
|
|
4200
|
-
bodyMapper: ErrorResponse
|
|
4201
|
-
}
|
|
4202
|
-
},
|
|
4203
|
-
queryParameters: [apiVersion],
|
|
4204
|
-
urlParameters: [
|
|
4205
|
-
$host,
|
|
4206
|
-
subscriptionId,
|
|
4207
|
-
resourceGroupName,
|
|
4208
|
-
clusterRp,
|
|
4209
|
-
clusterResourceName,
|
|
4210
|
-
clusterName,
|
|
4211
|
-
sourceControlConfigurationName
|
|
4212
|
-
],
|
|
4213
|
-
headerParameters: [accept],
|
|
4214
|
-
serializer: serializer$1
|
|
4215
|
-
};
|
|
4216
|
-
const listOperationSpec$1 = {
|
|
4217
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{clusterRp}/{clusterResourceName}/{clusterName}/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations",
|
|
4218
|
-
httpMethod: "GET",
|
|
4219
|
-
responses: {
|
|
4220
|
-
200: {
|
|
4221
|
-
bodyMapper: SourceControlConfigurationList
|
|
4222
|
-
},
|
|
4223
|
-
default: {
|
|
4224
|
-
bodyMapper: ErrorResponse
|
|
4225
|
-
}
|
|
4226
|
-
},
|
|
4227
|
-
queryParameters: [apiVersion],
|
|
4228
|
-
urlParameters: [
|
|
4229
|
-
$host,
|
|
4230
|
-
subscriptionId,
|
|
4231
|
-
resourceGroupName,
|
|
4232
|
-
clusterRp,
|
|
4233
|
-
clusterResourceName,
|
|
4234
|
-
clusterName
|
|
4235
|
-
],
|
|
4236
|
-
headerParameters: [accept],
|
|
4237
|
-
serializer: serializer$1
|
|
4238
|
-
};
|
|
4239
|
-
const listNextOperationSpec$1 = {
|
|
4240
|
-
path: "{nextLink}",
|
|
4241
|
-
httpMethod: "GET",
|
|
4242
|
-
responses: {
|
|
4243
|
-
200: {
|
|
4244
|
-
bodyMapper: SourceControlConfigurationList
|
|
4245
|
-
},
|
|
4246
|
-
default: {
|
|
4247
|
-
bodyMapper: ErrorResponse
|
|
4248
|
-
}
|
|
4249
|
-
},
|
|
4250
|
-
urlParameters: [
|
|
4251
|
-
$host,
|
|
4252
|
-
subscriptionId,
|
|
4253
|
-
resourceGroupName,
|
|
4254
|
-
clusterRp,
|
|
4255
|
-
clusterResourceName,
|
|
4256
|
-
clusterName,
|
|
4257
|
-
nextLink
|
|
4258
|
-
],
|
|
4259
|
-
headerParameters: [accept],
|
|
4260
|
-
serializer: serializer$1
|
|
4261
|
-
};
|
|
4262
|
-
|
|
4263
|
-
/*
|
|
4264
|
-
* Copyright (c) Microsoft Corporation.
|
|
4265
|
-
* Licensed under the MIT License.
|
|
4266
|
-
*
|
|
4267
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
4268
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4269
|
-
*/
|
|
4270
|
-
/// <reference lib="esnext.asynciterable" />
|
|
4271
|
-
/** Class containing Operations operations. */
|
|
4272
|
-
class OperationsImpl {
|
|
4273
|
-
/**
|
|
4274
|
-
* Initialize a new instance of the class Operations class.
|
|
4275
|
-
* @param client Reference to the service client
|
|
4276
|
-
*/
|
|
4277
|
-
constructor(client) {
|
|
4278
|
-
this.client = client;
|
|
4279
|
-
}
|
|
4280
|
-
/**
|
|
4281
|
-
* List all the available operations the KubernetesConfiguration resource provider supports.
|
|
4282
|
-
* @param options The options parameters.
|
|
4283
|
-
*/
|
|
4284
|
-
list(options) {
|
|
4285
|
-
const iter = this.listPagingAll(options);
|
|
4286
|
-
return {
|
|
4287
|
-
next() {
|
|
4288
|
-
return iter.next();
|
|
4289
|
-
},
|
|
4290
|
-
[Symbol.asyncIterator]() {
|
|
4291
|
-
return this;
|
|
4292
|
-
},
|
|
4293
|
-
byPage: (settings) => {
|
|
4294
|
-
if (settings === null || settings === undefined ? undefined : settings.maxPageSize) {
|
|
4295
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
4296
|
-
}
|
|
4297
|
-
return this.listPagingPage(options, settings);
|
|
4298
|
-
}
|
|
4299
|
-
};
|
|
4300
|
-
}
|
|
4301
|
-
listPagingPage(options, settings) {
|
|
4302
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
4303
|
-
let result;
|
|
4304
|
-
let continuationToken = settings === null || settings === undefined ? undefined : settings.continuationToken;
|
|
4305
|
-
if (!continuationToken) {
|
|
4306
|
-
result = yield tslib.__await(this._list(options));
|
|
4307
|
-
let page = result.value || [];
|
|
4308
|
-
continuationToken = result.nextLink;
|
|
4309
|
-
setContinuationToken(page, continuationToken);
|
|
4310
|
-
yield yield tslib.__await(page);
|
|
4311
|
-
}
|
|
4312
|
-
while (continuationToken) {
|
|
4313
|
-
result = yield tslib.__await(this._listNext(continuationToken, options));
|
|
4314
|
-
continuationToken = result.nextLink;
|
|
4315
|
-
let page = result.value || [];
|
|
4316
|
-
setContinuationToken(page, continuationToken);
|
|
4317
|
-
yield yield tslib.__await(page);
|
|
4318
|
-
}
|
|
4319
|
-
});
|
|
4320
|
-
}
|
|
4321
|
-
listPagingAll(options) {
|
|
4322
|
-
return tslib.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
4323
|
-
var _a, e_1, _b, _c;
|
|
4324
|
-
try {
|
|
4325
|
-
for (var _d = true, _e = tslib.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
4326
|
-
_c = _f.value;
|
|
4327
|
-
_d = false;
|
|
4328
|
-
const page = _c;
|
|
4329
|
-
yield tslib.__await(yield* tslib.__asyncDelegator(tslib.__asyncValues(page)));
|
|
4330
|
-
}
|
|
4331
|
-
}
|
|
4332
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
4333
|
-
finally {
|
|
4334
|
-
try {
|
|
4335
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib.__await(_b.call(_e));
|
|
4336
|
-
}
|
|
4337
|
-
finally { if (e_1) throw e_1.error; }
|
|
4338
|
-
}
|
|
4339
|
-
});
|
|
4340
|
-
}
|
|
4341
|
-
/**
|
|
4342
|
-
* List all the available operations the KubernetesConfiguration resource provider supports.
|
|
4343
|
-
* @param options The options parameters.
|
|
4344
|
-
*/
|
|
4345
|
-
_list(options) {
|
|
4346
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
4347
|
-
}
|
|
4348
|
-
/**
|
|
4349
|
-
* ListNext
|
|
4350
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
4351
|
-
* @param options The options parameters.
|
|
4352
|
-
*/
|
|
4353
|
-
_listNext(nextLink, options) {
|
|
4354
|
-
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
4355
|
-
}
|
|
4356
|
-
}
|
|
4357
|
-
// Operation Specifications
|
|
4358
|
-
const serializer = coreClient__namespace.createSerializer(Mappers, /* isXml */ false);
|
|
4359
|
-
const listOperationSpec = {
|
|
4360
|
-
path: "/providers/Microsoft.KubernetesConfiguration/operations",
|
|
4361
|
-
httpMethod: "GET",
|
|
4362
|
-
responses: {
|
|
4363
|
-
200: {
|
|
4364
|
-
bodyMapper: ResourceProviderOperationList
|
|
4365
|
-
},
|
|
4366
|
-
default: {
|
|
4367
|
-
bodyMapper: ErrorResponse
|
|
4368
|
-
}
|
|
4369
|
-
},
|
|
4370
|
-
queryParameters: [apiVersion],
|
|
4371
|
-
urlParameters: [$host],
|
|
4372
|
-
headerParameters: [accept],
|
|
4373
|
-
serializer
|
|
4374
|
-
};
|
|
4375
|
-
const listNextOperationSpec = {
|
|
4376
|
-
path: "{nextLink}",
|
|
4377
|
-
httpMethod: "GET",
|
|
4378
|
-
responses: {
|
|
4379
|
-
200: {
|
|
4380
|
-
bodyMapper: ResourceProviderOperationList
|
|
4381
|
-
},
|
|
4382
|
-
default: {
|
|
4383
|
-
bodyMapper: ErrorResponse
|
|
4384
|
-
}
|
|
4385
|
-
},
|
|
4386
|
-
urlParameters: [$host, nextLink],
|
|
4387
|
-
headerParameters: [accept],
|
|
4388
|
-
serializer
|
|
4389
|
-
};
|
|
4390
|
-
|
|
4391
|
-
/*
|
|
4392
|
-
* Copyright (c) Microsoft Corporation.
|
|
4393
|
-
* Licensed under the MIT License.
|
|
4394
|
-
*
|
|
4395
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
4396
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4397
|
-
*/
|
|
4398
|
-
class SourceControlConfigurationClient extends coreClient__namespace.ServiceClient {
|
|
4399
|
-
/**
|
|
4400
|
-
* Initializes a new instance of the SourceControlConfigurationClient class.
|
|
4401
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
4402
|
-
* @param subscriptionId The ID of the target subscription.
|
|
4403
|
-
* @param options The parameter options
|
|
4404
|
-
*/
|
|
4405
|
-
constructor(credentials, subscriptionId, options) {
|
|
4406
|
-
var _a, _b, _c;
|
|
4407
|
-
if (credentials === undefined) {
|
|
4408
|
-
throw new Error("'credentials' cannot be null");
|
|
4409
|
-
}
|
|
4410
|
-
if (subscriptionId === undefined) {
|
|
4411
|
-
throw new Error("'subscriptionId' cannot be null");
|
|
4412
|
-
}
|
|
4413
|
-
// Initializing default values for options
|
|
4414
|
-
if (!options) {
|
|
4415
|
-
options = {};
|
|
4416
|
-
}
|
|
4417
|
-
const defaults = {
|
|
4418
|
-
requestContentType: "application/json; charset=utf-8",
|
|
4419
|
-
credential: credentials
|
|
4420
|
-
};
|
|
4421
|
-
const packageDetails = `azsdk-js-arm-kubernetesconfiguration/6.1.1`;
|
|
4422
|
-
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
4423
|
-
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
|
|
4424
|
-
: `${packageDetails}`;
|
|
4425
|
-
const optionsWithDefaults = Object.assign(Object.assign(Object.assign({}, defaults), options), { userAgentOptions: {
|
|
4426
|
-
userAgentPrefix
|
|
4427
|
-
}, endpoint: (_b = (_a = options.endpoint) !== null && _a !== undefined ? _a : options.baseUri) !== null && _b !== undefined ? _b : "https://management.azure.com" });
|
|
4428
|
-
super(optionsWithDefaults);
|
|
4429
|
-
let bearerTokenAuthenticationPolicyFound = false;
|
|
4430
|
-
if ((options === null || options === undefined ? undefined : options.pipeline) && options.pipeline.getOrderedPolicies().length > 0) {
|
|
4431
|
-
const pipelinePolicies = options.pipeline.getOrderedPolicies();
|
|
4432
|
-
bearerTokenAuthenticationPolicyFound = pipelinePolicies.some((pipelinePolicy) => pipelinePolicy.name ===
|
|
4433
|
-
coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName);
|
|
4434
|
-
}
|
|
4435
|
-
if (!options ||
|
|
4436
|
-
!options.pipeline ||
|
|
4437
|
-
options.pipeline.getOrderedPolicies().length == 0 ||
|
|
4438
|
-
!bearerTokenAuthenticationPolicyFound) {
|
|
4439
|
-
this.pipeline.removePolicy({
|
|
4440
|
-
name: coreRestPipeline__namespace.bearerTokenAuthenticationPolicyName
|
|
4441
|
-
});
|
|
4442
|
-
this.pipeline.addPolicy(coreRestPipeline__namespace.bearerTokenAuthenticationPolicy({
|
|
4443
|
-
credential: credentials,
|
|
4444
|
-
scopes: (_c = optionsWithDefaults.credentialScopes) !== null && _c !== undefined ? _c : `${optionsWithDefaults.endpoint}/.default`,
|
|
4445
|
-
challengeCallbacks: {
|
|
4446
|
-
authorizeRequestOnChallenge: coreClient__namespace.authorizeRequestOnClaimChallenge
|
|
4447
|
-
}
|
|
4448
|
-
}));
|
|
4449
|
-
}
|
|
4450
|
-
// Parameter assignments
|
|
4451
|
-
this.subscriptionId = subscriptionId;
|
|
4452
|
-
// Assigning values to Constant parameters
|
|
4453
|
-
this.$host = options.$host || "https://management.azure.com";
|
|
4454
|
-
this.apiVersion = options.apiVersion || "2023-05-01";
|
|
4455
|
-
this.extensions = new ExtensionsImpl(this);
|
|
4456
|
-
this.operationStatus = new OperationStatusImpl(this);
|
|
4457
|
-
this.fluxConfigurations = new FluxConfigurationsImpl(this);
|
|
4458
|
-
this.fluxConfigOperationStatus = new FluxConfigOperationStatusImpl(this);
|
|
4459
|
-
this.sourceControlConfigurations = new SourceControlConfigurationsImpl(this);
|
|
4460
|
-
this.operations = new OperationsImpl(this);
|
|
4461
|
-
this.addCustomApiVersionPolicy(options.apiVersion);
|
|
4462
|
-
}
|
|
4463
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
4464
|
-
addCustomApiVersionPolicy(apiVersion) {
|
|
4465
|
-
if (!apiVersion) {
|
|
4466
|
-
return;
|
|
4467
|
-
}
|
|
4468
|
-
const apiVersionPolicy = {
|
|
4469
|
-
name: "CustomApiVersionPolicy",
|
|
4470
|
-
sendRequest(request, next) {
|
|
4471
|
-
return tslib.__awaiter(this, undefined, undefined, function* () {
|
|
4472
|
-
const param = request.url.split("?");
|
|
4473
|
-
if (param.length > 1) {
|
|
4474
|
-
const newParams = param[1].split("&").map((item) => {
|
|
4475
|
-
if (item.indexOf("api-version") > -1) {
|
|
4476
|
-
return "api-version=" + apiVersion;
|
|
4477
|
-
}
|
|
4478
|
-
else {
|
|
4479
|
-
return item;
|
|
4480
|
-
}
|
|
4481
|
-
});
|
|
4482
|
-
request.url = param[0] + "?" + newParams.join("&");
|
|
4483
|
-
}
|
|
4484
|
-
return next(request);
|
|
4485
|
-
});
|
|
4486
|
-
}
|
|
4487
|
-
};
|
|
4488
|
-
this.pipeline.addPolicy(apiVersionPolicy);
|
|
4489
|
-
}
|
|
4490
|
-
}
|
|
4491
|
-
|
|
4492
|
-
exports.SourceControlConfigurationClient = SourceControlConfigurationClient;
|
|
4493
|
-
exports.getContinuationToken = getContinuationToken;
|
|
4494
|
-
//# sourceMappingURL=index.js.map
|