@azure/arm-confluent 3.1.1-alpha.20250106.1 → 3.1.1-alpha.20250109.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/{dist-esm/src → dist/browser}/confluentManagementClient.d.ts +2 -2
- package/dist/browser/confluentManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/confluentManagementClient.js +15 -18
- package/dist/browser/confluentManagementClient.js.map +1 -0
- 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/access.d.ts +3 -3
- package/dist/browser/operations/access.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/access.js +2 -2
- package/dist/browser/operations/access.js.map +1 -0
- package/dist/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +5 -5
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.d.ts +3 -3
- package/dist/browser/operations/marketplaceAgreements.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/marketplaceAgreements.js +3 -3
- package/dist/browser/operations/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organization.d.ts +3 -3
- package/dist/browser/operations/organization.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organization.js +79 -87
- package/dist/browser/operations/organization.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organizationOperations.d.ts +3 -3
- package/dist/browser/operations/organizationOperations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/organizationOperations.js +3 -3
- package/dist/browser/operations/organizationOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/validations.d.ts +3 -3
- package/dist/browser/operations/validations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/validations.js +2 -2
- package/dist/browser/operations/validations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/access.d.ts +1 -1
- package/dist/browser/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/access.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +5 -5
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.d.ts +1 -1
- package/dist/browser/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/organization.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/organizationOperations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/validations.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/confluentManagementClient.d.ts +25 -0
- package/dist/commonjs/confluentManagementClient.d.ts.map +1 -0
- package/dist/commonjs/confluentManagementClient.js +104 -0
- package/dist/commonjs/confluentManagementClient.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 +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-confluent.d.ts → dist/commonjs/models/index.d.ts} +1078 -1523
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +69 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +64 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2250 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +25 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +201 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/access.d.ts +93 -0
- package/dist/commonjs/operations/access.d.ts.map +1 -0
- package/dist/commonjs/operations/access.js +356 -0
- package/dist/commonjs/operations/access.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +6 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +16 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/commonjs/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operations/marketplaceAgreements.js +166 -0
- package/dist/commonjs/operations/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operations/organization.d.ts +236 -0
- package/dist/commonjs/operations/organization.d.ts.map +1 -0
- package/dist/commonjs/operations/organization.js +1130 -0
- package/dist/commonjs/operations/organization.js.map +1 -0
- package/dist/commonjs/operations/organizationOperations.d.ts +32 -0
- package/dist/commonjs/operations/organizationOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/organizationOperations.js +137 -0
- package/dist/commonjs/operations/organizationOperations.js.map +1 -0
- package/dist/commonjs/operations/validations.d.ts +29 -0
- package/dist/commonjs/operations/validations.d.ts.map +1 -0
- package/dist/commonjs/operations/validations.js +94 -0
- package/dist/commonjs/operations/validations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/access.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/access.js +10 -0
- package/dist/commonjs/operationsInterfaces/access.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +16 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js +10 -0
- package/dist/commonjs/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/organization.d.ts +144 -0
- package/dist/commonjs/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/organization.js +10 -0
- package/dist/commonjs/operationsInterfaces/organization.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/validations.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/validations.js +10 -0
- package/dist/commonjs/operationsInterfaces/validations.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/esm/confluentManagementClient.d.ts +25 -0
- package/dist/esm/confluentManagementClient.d.ts.map +1 -0
- package/dist/esm/confluentManagementClient.js +99 -0
- package/dist/esm/confluentManagementClient.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 +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1078 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +66 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +64 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2246 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +25 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +198 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/access.d.ts +93 -0
- package/dist/esm/operations/access.d.ts.map +1 -0
- package/dist/esm/operations/access.js +351 -0
- package/dist/esm/operations/access.js.map +1 -0
- package/dist/esm/operations/index.d.ts +6 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +13 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/esm/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operations/marketplaceAgreements.js +162 -0
- package/dist/esm/operations/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operations/organization.d.ts +236 -0
- package/dist/esm/operations/organization.d.ts.map +1 -0
- package/dist/esm/operations/organization.js +1126 -0
- package/dist/esm/operations/organization.js.map +1 -0
- package/dist/esm/operations/organizationOperations.d.ts +32 -0
- package/dist/esm/operations/organizationOperations.d.ts.map +1 -0
- package/dist/esm/operations/organizationOperations.js +133 -0
- package/dist/esm/operations/organizationOperations.js.map +1 -0
- package/dist/esm/operations/validations.d.ts +29 -0
- package/dist/esm/operations/validations.d.ts.map +1 -0
- package/dist/esm/operations/validations.js +89 -0
- package/dist/esm/operations/validations.js.map +1 -0
- package/dist/esm/operationsInterfaces/access.d.ts +85 -0
- package/dist/esm/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/access.js +9 -0
- package/dist/esm/operationsInterfaces/access.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +6 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +13 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/esm/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/esm/operationsInterfaces/organization.d.ts +144 -0
- package/dist/esm/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/organization.js +9 -0
- package/dist/esm/operationsInterfaces/organization.js.map +1 -0
- package/dist/esm/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/organizationOperations.js +9 -0
- package/dist/esm/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/validations.d.ts +21 -0
- package/dist/esm/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/validations.js +9 -0
- package/dist/esm/operationsInterfaces/validations.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/react-native/confluentManagementClient.d.ts +25 -0
- package/dist/react-native/confluentManagementClient.d.ts.map +1 -0
- package/dist/react-native/confluentManagementClient.js +99 -0
- package/dist/react-native/confluentManagementClient.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 +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1078 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +66 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +64 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2246 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +25 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +198 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/access.d.ts +93 -0
- package/dist/react-native/operations/access.d.ts.map +1 -0
- package/dist/react-native/operations/access.js +351 -0
- package/dist/react-native/operations/access.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +6 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +13 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts +37 -0
- package/dist/react-native/operations/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operations/marketplaceAgreements.js +162 -0
- package/dist/react-native/operations/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operations/organization.d.ts +236 -0
- package/dist/react-native/operations/organization.d.ts.map +1 -0
- package/dist/react-native/operations/organization.js +1126 -0
- package/dist/react-native/operations/organization.js.map +1 -0
- package/dist/react-native/operations/organizationOperations.d.ts +32 -0
- package/dist/react-native/operations/organizationOperations.d.ts.map +1 -0
- package/dist/react-native/operations/organizationOperations.js +133 -0
- package/dist/react-native/operations/organizationOperations.js.map +1 -0
- package/dist/react-native/operations/validations.d.ts +29 -0
- package/dist/react-native/operations/validations.d.ts.map +1 -0
- package/dist/react-native/operations/validations.js +89 -0
- package/dist/react-native/operations/validations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/access.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/access.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/access.js +9 -0
- package/dist/react-native/operationsInterfaces/access.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +13 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts +16 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js +9 -0
- package/dist/react-native/operationsInterfaces/marketplaceAgreements.js.map +1 -0
- package/dist/react-native/operationsInterfaces/organization.d.ts +144 -0
- package/dist/react-native/operationsInterfaces/organization.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/organization.js +9 -0
- package/dist/react-native/operationsInterfaces/organization.js.map +1 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/organizationOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/validations.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/validations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/validations.js +9 -0
- package/dist/react-native/operationsInterfaces/validations.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/package.json +59 -29
- package/dist/index.js +0 -4603
- 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/accessCreateRoleBindingSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.js +0 -44
- package/dist-esm/samples-dev/accessCreateRoleBindingSample.js.map +0 -1
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js +0 -40
- package/dist-esm/samples-dev/accessDeleteRoleBindingSample.js.map +0 -1
- package/dist-esm/samples-dev/accessInviteUserSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessInviteUserSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessInviteUserSample.js +0 -45
- package/dist-esm/samples-dev/accessInviteUserSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListClustersSample.js +0 -42
- package/dist-esm/samples-dev/accessListClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListEnvironmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListEnvironmentsSample.js +0 -42
- package/dist-esm/samples-dev/accessListEnvironmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListInvitationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListInvitationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListInvitationsSample.js +0 -46
- package/dist-esm/samples-dev/accessListInvitationsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js +0 -45
- package/dist-esm/samples-dev/accessListRoleBindingNameListSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListRoleBindingsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListRoleBindingsSample.js +0 -42
- package/dist-esm/samples-dev/accessListRoleBindingsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListServiceAccountsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListServiceAccountsSample.js +0 -42
- package/dist-esm/samples-dev/accessListServiceAccountsSample.js.map +0 -1
- package/dist-esm/samples-dev/accessListUsersSample.d.ts +0 -2
- package/dist-esm/samples-dev/accessListUsersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accessListUsersSample.js +0 -42
- package/dist-esm/samples-dev/accessListUsersSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js +0 -37
- package/dist-esm/samples-dev/marketplaceAgreementsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js +0 -53
- package/dist-esm/samples-dev/marketplaceAgreementsListSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationCreateApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationCreateApiKeySample.js +0 -45
- package/dist-esm/samples-dev/organizationCreateApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationCreateSample.js +0 -61
- package/dist-esm/samples-dev/organizationCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js +0 -40
- package/dist-esm/samples-dev/organizationDeleteClusterApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationDeleteSample.js +0 -39
- package/dist-esm/samples-dev/organizationDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js +0 -40
- package/dist-esm/samples-dev/organizationGetClusterApiKeySample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.js +0 -41
- package/dist-esm/samples-dev/organizationGetClusterByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js +0 -40
- package/dist-esm/samples-dev/organizationGetEnvironmentByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetSample.js +0 -39
- package/dist-esm/samples-dev/organizationGetSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js +0 -41
- package/dist-esm/samples-dev/organizationGetSchemaRegistryClusterByIdSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/organizationListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.js +0 -53
- package/dist-esm/samples-dev/organizationListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListClustersSample.js +0 -58
- package/dist-esm/samples-dev/organizationListClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.js +0 -57
- package/dist-esm/samples-dev/organizationListEnvironmentsSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListRegionsSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListRegionsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListRegionsSample.js +0 -46
- package/dist-esm/samples-dev/organizationListRegionsSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js +0 -56
- package/dist-esm/samples-dev/organizationListSchemaRegistryClustersSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationOperationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationOperationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationOperationsListSample.js +0 -51
- package/dist-esm/samples-dev/organizationOperationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/organizationUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/organizationUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/organizationUpdateSample.js +0 -43
- package/dist-esm/samples-dev/organizationUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts +0 -2
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.js +0 -59
- package/dist-esm/samples-dev/validationsValidateOrganizationSample.js.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts +0 -2
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.d.ts.map +0 -1
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js +0 -59
- package/dist-esm/samples-dev/validationsValidateOrganizationV2Sample.js.map +0 -1
- package/dist-esm/src/confluentManagementClient.d.ts.map +0 -1
- package/dist-esm/src/confluentManagementClient.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/access.d.ts.map +0 -1
- package/dist-esm/src/operations/access.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -6
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.d.ts.map +0 -1
- package/dist-esm/src/operations/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operations/organization.d.ts.map +0 -1
- package/dist-esm/src/operations/organization.js.map +0 -1
- package/dist-esm/src/operations/organizationOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/organizationOperations.js.map +0 -1
- package/dist-esm/src/operations/validations.d.ts.map +0 -1
- package/dist-esm/src/operations/validations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/access.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/access.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/marketplaceAgreements.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/organization.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/organization.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizationOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/organizationOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/validations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/validations.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/confluent_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/confluent_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/confluent_operations_test.spec.js +0 -77
- package/dist-esm/test/confluent_operations_test.spec.js.map +0 -1
- package/src/confluentManagementClient.ts +0 -175
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1241
- package/src/models/mappers.ts +0 -2317
- package/src/models/parameters.ts +0 -234
- package/src/operations/access.ts +0 -471
- package/src/operations/index.ts +0 -13
- package/src/operations/marketplaceAgreements.ts +0 -183
- package/src/operations/organization.ts +0 -1497
- package/src/operations/organizationOperations.ts +0 -149
- package/src/operations/validations.ts +0 -120
- package/src/operationsInterfaces/access.ts +0 -166
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/marketplaceAgreements.ts +0 -34
- package/src/operationsInterfaces/organization.ts +0 -272
- package/src/operationsInterfaces/organizationOperations.ts +0 -25
- package/src/operationsInterfaces/validations.ts +0 -45
- package/src/pagingHelper.ts +0 -39
- 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/access.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/marketplaceAgreements.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/organization.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/organizationOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/validations.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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organization.js","sourceRoot":"","sources":["../../../src/operations/organization.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Organization } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ConfluentManagementClient } from \"../confluentManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n OrganizationResource,\n OrganizationListBySubscriptionNextOptionalParams,\n OrganizationListBySubscriptionOptionalParams,\n OrganizationListBySubscriptionResponse,\n OrganizationListByResourceGroupNextOptionalParams,\n OrganizationListByResourceGroupOptionalParams,\n OrganizationListByResourceGroupResponse,\n SCEnvironmentRecord,\n OrganizationListEnvironmentsNextOptionalParams,\n OrganizationListEnvironmentsOptionalParams,\n OrganizationListEnvironmentsResponse,\n SCClusterRecord,\n OrganizationListClustersNextOptionalParams,\n OrganizationListClustersOptionalParams,\n OrganizationListClustersResponse,\n SchemaRegistryClusterRecord,\n OrganizationListSchemaRegistryClustersNextOptionalParams,\n OrganizationListSchemaRegistryClustersOptionalParams,\n OrganizationListSchemaRegistryClustersResponse,\n OrganizationGetOptionalParams,\n OrganizationGetResponse,\n OrganizationCreateOptionalParams,\n OrganizationCreateResponse,\n OrganizationUpdateOptionalParams,\n OrganizationUpdateResponse,\n OrganizationDeleteOptionalParams,\n OrganizationGetEnvironmentByIdOptionalParams,\n OrganizationGetEnvironmentByIdResponse,\n ListAccessRequestModel,\n OrganizationListRegionsOptionalParams,\n OrganizationListRegionsResponse,\n CreateAPIKeyModel,\n OrganizationCreateAPIKeyOptionalParams,\n OrganizationCreateAPIKeyResponse,\n OrganizationDeleteClusterAPIKeyOptionalParams,\n OrganizationGetClusterAPIKeyOptionalParams,\n OrganizationGetClusterAPIKeyResponse,\n OrganizationGetSchemaRegistryClusterByIdOptionalParams,\n OrganizationGetSchemaRegistryClusterByIdResponse,\n OrganizationGetClusterByIdOptionalParams,\n OrganizationGetClusterByIdResponse,\n OrganizationListBySubscriptionNextResponse,\n OrganizationListByResourceGroupNextResponse,\n OrganizationListEnvironmentsNextResponse,\n OrganizationListClustersNextResponse,\n OrganizationListSchemaRegistryClustersNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Organization operations. */\nexport class OrganizationImpl implements Organization {\n private readonly client: ConfluentManagementClient;\n\n /**\n * Initialize a new instance of the class Organization class.\n * @param client Reference to the service client\n */\n constructor(client: ConfluentManagementClient) {\n this.client = client;\n }\n\n /**\n * List all organizations under the specified subscription.\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: OrganizationListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<OrganizationResource> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: OrganizationListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<OrganizationResource[]> {\n let result: OrganizationListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: OrganizationListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<OrganizationResource> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all Organizations under the specified resource group.\n * @param resourceGroupName Resource group name\n * @param options The options parameters.\n */\n public listByResourceGroup(\n resourceGroupName: string,\n options?: OrganizationListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<OrganizationResource> {\n const iter = this.listByResourceGroupPagingAll(resourceGroupName, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listByResourceGroupPagingPage(\n resourceGroupName: string,\n options?: OrganizationListByResourceGroupOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<OrganizationResource[]> {\n let result: OrganizationListByResourceGroupResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByResourceGroup(resourceGroupName, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByResourceGroupNext(\n resourceGroupName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByResourceGroupPagingAll(\n resourceGroupName: string,\n options?: OrganizationListByResourceGroupOptionalParams,\n ): AsyncIterableIterator<OrganizationResource> {\n for await (const page of this.listByResourceGroupPagingPage(\n resourceGroupName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists of all the environments in a organization\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param options The options parameters.\n */\n public listEnvironments(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationListEnvironmentsOptionalParams,\n ): PagedAsyncIterableIterator<SCEnvironmentRecord> {\n const iter = this.listEnvironmentsPagingAll(\n resourceGroupName,\n organizationName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listEnvironmentsPagingPage(\n resourceGroupName,\n organizationName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listEnvironmentsPagingPage(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationListEnvironmentsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SCEnvironmentRecord[]> {\n let result: OrganizationListEnvironmentsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listEnvironments(\n resourceGroupName,\n organizationName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listEnvironmentsNext(\n resourceGroupName,\n organizationName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listEnvironmentsPagingAll(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationListEnvironmentsOptionalParams,\n ): AsyncIterableIterator<SCEnvironmentRecord> {\n for await (const page of this.listEnvironmentsPagingPage(\n resourceGroupName,\n organizationName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists of all the clusters in a environment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param options The options parameters.\n */\n public listClusters(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationListClustersOptionalParams,\n ): PagedAsyncIterableIterator<SCClusterRecord> {\n const iter = this.listClustersPagingAll(\n resourceGroupName,\n organizationName,\n environmentId,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listClustersPagingPage(\n resourceGroupName,\n organizationName,\n environmentId,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listClustersPagingPage(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationListClustersOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SCClusterRecord[]> {\n let result: OrganizationListClustersResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listClusters(\n resourceGroupName,\n organizationName,\n environmentId,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listClustersNext(\n resourceGroupName,\n organizationName,\n environmentId,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listClustersPagingAll(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationListClustersOptionalParams,\n ): AsyncIterableIterator<SCClusterRecord> {\n for await (const page of this.listClustersPagingPage(\n resourceGroupName,\n organizationName,\n environmentId,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Get schema registry clusters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param options The options parameters.\n */\n public listSchemaRegistryClusters(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationListSchemaRegistryClustersOptionalParams,\n ): PagedAsyncIterableIterator<SchemaRegistryClusterRecord> {\n const iter = this.listSchemaRegistryClustersPagingAll(\n resourceGroupName,\n organizationName,\n environmentId,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listSchemaRegistryClustersPagingPage(\n resourceGroupName,\n organizationName,\n environmentId,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listSchemaRegistryClustersPagingPage(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationListSchemaRegistryClustersOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SchemaRegistryClusterRecord[]> {\n let result: OrganizationListSchemaRegistryClustersResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listSchemaRegistryClusters(\n resourceGroupName,\n organizationName,\n environmentId,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listSchemaRegistryClustersNext(\n resourceGroupName,\n organizationName,\n environmentId,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listSchemaRegistryClustersPagingAll(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationListSchemaRegistryClustersOptionalParams,\n ): AsyncIterableIterator<SchemaRegistryClusterRecord> {\n for await (const page of this.listSchemaRegistryClustersPagingPage(\n resourceGroupName,\n organizationName,\n environmentId,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * List all organizations under the specified subscription.\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: OrganizationListBySubscriptionOptionalParams,\n ): Promise<OrganizationListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec,\n );\n }\n\n /**\n * List all Organizations under the specified resource group.\n * @param resourceGroupName Resource group name\n * @param options The options parameters.\n */\n private _listByResourceGroup(\n resourceGroupName: string,\n options?: OrganizationListByResourceGroupOptionalParams,\n ): Promise<OrganizationListByResourceGroupResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, options },\n listByResourceGroupOperationSpec,\n );\n }\n\n /**\n * Get the properties of a specific Organization resource.\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationGetOptionalParams,\n ): Promise<OrganizationGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Create Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param options The options parameters.\n */\n async beginCreate(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OrganizationCreateResponse>,\n OrganizationCreateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<OrganizationCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, organizationName, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<\n OrganizationCreateResponse,\n OperationState<OrganizationCreateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationCreateOptionalParams,\n ): Promise<OrganizationCreateResponse> {\n const poller = await this.beginCreate(\n resourceGroupName,\n organizationName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Update Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationUpdateOptionalParams,\n ): Promise<OrganizationUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, options },\n updateOperationSpec,\n );\n }\n\n /**\n * Delete Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param options The options parameters.\n */\n async beginDelete(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<void> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resourceGroupName, organizationName, options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<void, OperationState<void>>(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete Organization resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationDeleteOptionalParams,\n ): Promise<void> {\n const poller = await this.beginDelete(\n resourceGroupName,\n organizationName,\n options,\n );\n return poller.pollUntilDone();\n }\n\n /**\n * Lists of all the environments in a organization\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param options The options parameters.\n */\n private _listEnvironments(\n resourceGroupName: string,\n organizationName: string,\n options?: OrganizationListEnvironmentsOptionalParams,\n ): Promise<OrganizationListEnvironmentsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, options },\n listEnvironmentsOperationSpec,\n );\n }\n\n /**\n * Get Environment details by environment Id\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param options The options parameters.\n */\n getEnvironmentById(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationGetEnvironmentByIdOptionalParams,\n ): Promise<OrganizationGetEnvironmentByIdResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, environmentId, options },\n getEnvironmentByIdOperationSpec,\n );\n }\n\n /**\n * Lists of all the clusters in a environment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param options The options parameters.\n */\n private _listClusters(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationListClustersOptionalParams,\n ): Promise<OrganizationListClustersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, environmentId, options },\n listClustersOperationSpec,\n );\n }\n\n /**\n * Get schema registry clusters\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param options The options parameters.\n */\n private _listSchemaRegistryClusters(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n options?: OrganizationListSchemaRegistryClustersOptionalParams,\n ): Promise<OrganizationListSchemaRegistryClustersResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, environmentId, options },\n listSchemaRegistryClustersOperationSpec,\n );\n }\n\n /**\n * cloud provider regions available for creating Schema Registry clusters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param body List Access Request Model\n * @param options The options parameters.\n */\n listRegions(\n resourceGroupName: string,\n organizationName: string,\n body: ListAccessRequestModel,\n options?: OrganizationListRegionsOptionalParams,\n ): Promise<OrganizationListRegionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n listRegionsOperationSpec,\n );\n }\n\n /**\n * Creates API key for a schema registry Cluster ID or Kafka Cluster ID under a environment\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param clusterId Confluent kafka or schema registry cluster id\n * @param body Request payload for get creating API Key for schema registry Cluster ID or Kafka Cluster\n * ID under a environment\n * @param options The options parameters.\n */\n createAPIKey(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n clusterId: string,\n body: CreateAPIKeyModel,\n options?: OrganizationCreateAPIKeyOptionalParams,\n ): Promise<OrganizationCreateAPIKeyResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n organizationName,\n environmentId,\n clusterId,\n body,\n options,\n },\n createAPIKeyOperationSpec,\n );\n }\n\n /**\n * Deletes API key of a kafka or schema registry cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param apiKeyId Confluent API Key id\n * @param options The options parameters.\n */\n deleteClusterAPIKey(\n resourceGroupName: string,\n organizationName: string,\n apiKeyId: string,\n options?: OrganizationDeleteClusterAPIKeyOptionalParams,\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, apiKeyId, options },\n deleteClusterAPIKeyOperationSpec,\n );\n }\n\n /**\n * Get API key details of a kafka or schema registry cluster\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param apiKeyId Confluent API Key id\n * @param options The options parameters.\n */\n getClusterAPIKey(\n resourceGroupName: string,\n organizationName: string,\n apiKeyId: string,\n options?: OrganizationGetClusterAPIKeyOptionalParams,\n ): Promise<OrganizationGetClusterAPIKeyResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, apiKeyId, options },\n getClusterAPIKeyOperationSpec,\n );\n }\n\n /**\n * Get schema registry cluster by Id\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param clusterId Confluent kafka or schema registry cluster id\n * @param options The options parameters.\n */\n getSchemaRegistryClusterById(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n clusterId: string,\n options?: OrganizationGetSchemaRegistryClusterByIdOptionalParams,\n ): Promise<OrganizationGetSchemaRegistryClusterByIdResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n organizationName,\n environmentId,\n clusterId,\n options,\n },\n getSchemaRegistryClusterByIdOperationSpec,\n );\n }\n\n /**\n * Get cluster by Id\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param clusterId Confluent kafka or schema registry cluster id\n * @param options The options parameters.\n */\n getClusterById(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n clusterId: string,\n options?: OrganizationGetClusterByIdOptionalParams,\n ): Promise<OrganizationGetClusterByIdResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n organizationName,\n environmentId,\n clusterId,\n options,\n },\n getClusterByIdOperationSpec,\n );\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: OrganizationListBySubscriptionNextOptionalParams,\n ): Promise<OrganizationListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n\n /**\n * ListByResourceGroupNext\n * @param resourceGroupName Resource group name\n * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.\n * @param options The options parameters.\n */\n private _listByResourceGroupNext(\n resourceGroupName: string,\n nextLink: string,\n options?: OrganizationListByResourceGroupNextOptionalParams,\n ): Promise<OrganizationListByResourceGroupNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, nextLink, options },\n listByResourceGroupNextOperationSpec,\n );\n }\n\n /**\n * ListEnvironmentsNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param nextLink The nextLink from the previous successful call to the ListEnvironments method.\n * @param options The options parameters.\n */\n private _listEnvironmentsNext(\n resourceGroupName: string,\n organizationName: string,\n nextLink: string,\n options?: OrganizationListEnvironmentsNextOptionalParams,\n ): Promise<OrganizationListEnvironmentsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, nextLink, options },\n listEnvironmentsNextOperationSpec,\n );\n }\n\n /**\n * ListClustersNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param nextLink The nextLink from the previous successful call to the ListClusters method.\n * @param options The options parameters.\n */\n private _listClustersNext(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n nextLink: string,\n options?: OrganizationListClustersNextOptionalParams,\n ): Promise<OrganizationListClustersNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, environmentId, nextLink, options },\n listClustersNextOperationSpec,\n );\n }\n\n /**\n * ListSchemaRegistryClustersNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param organizationName Organization resource name\n * @param environmentId Confluent environment id\n * @param nextLink The nextLink from the previous successful call to the ListSchemaRegistryClusters\n * method.\n * @param options The options parameters.\n */\n private _listSchemaRegistryClustersNext(\n resourceGroupName: string,\n organizationName: string,\n environmentId: string,\n nextLink: string,\n options?: OrganizationListSchemaRegistryClustersNextOptionalParams,\n ): Promise<OrganizationListSchemaRegistryClustersNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, environmentId, nextLink, options },\n listSchemaRegistryClustersNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Confluent/organizations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResource,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResource,\n },\n 201: {\n bodyMapper: Mappers.OrganizationResource,\n },\n 202: {\n bodyMapper: Mappers.OrganizationResource,\n },\n 204: {\n bodyMapper: Mappers.OrganizationResource,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResource,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 201: {},\n 202: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listEnvironmentsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GetEnvironmentsResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.pageSize,\n Parameters.pageToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getEnvironmentByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SCEnvironmentRecord,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.environmentId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listClustersOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListClustersSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.pageSize,\n Parameters.pageToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.environmentId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listSchemaRegistryClustersOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/schemaRegistryClusters\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListSchemaRegistryClustersResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.pageSize,\n Parameters.pageToken,\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.environmentId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listRegionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/listRegions\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListRegionsSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst createAPIKeyOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}/createAPIKey\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.APIKeyRecord,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.environmentId,\n Parameters.clusterId,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteClusterAPIKeyOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/apiKeys/{apiKeyId}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.apiKeyId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getClusterAPIKeyOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/apiKeys/{apiKeyId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.APIKeyRecord,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.apiKeyId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getSchemaRegistryClusterByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/schemaRegistryClusters/{clusterId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SchemaRegistryClusterRecord,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.environmentId,\n Parameters.clusterId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getClusterByIdOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/environments/{environmentId}/clusters/{clusterId}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SCClusterRecord,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.environmentId,\n Parameters.clusterId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByResourceGroupNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResourceListResult,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listEnvironmentsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.GetEnvironmentsResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listClustersNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListClustersSuccessResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.environmentId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listSchemaRegistryClustersNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ListSchemaRegistryClustersResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.organizationName,\n Parameters.resourceGroupName1,\n Parameters.environmentId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { OrganizationOperations } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { ConfluentManagementClient } from "../confluentManagementClient.js";
|
|
4
|
+
import { OperationResult, OrganizationOperationsListOptionalParams } from "../models/index.js";
|
|
5
|
+
/** Class containing OrganizationOperations operations. */
|
|
6
|
+
export declare class OrganizationOperationsImpl implements OrganizationOperations {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class OrganizationOperations class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: ConfluentManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* List all operations provided by Microsoft.Confluent.
|
|
15
|
+
* @param options The options parameters.
|
|
16
|
+
*/
|
|
17
|
+
list(options?: OrganizationOperationsListOptionalParams): PagedAsyncIterableIterator<OperationResult>;
|
|
18
|
+
private listPagingPage;
|
|
19
|
+
private listPagingAll;
|
|
20
|
+
/**
|
|
21
|
+
* List all operations provided by Microsoft.Confluent.
|
|
22
|
+
* @param options The options parameters.
|
|
23
|
+
*/
|
|
24
|
+
private _list;
|
|
25
|
+
/**
|
|
26
|
+
* ListNext
|
|
27
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
private _listNext;
|
|
31
|
+
}
|
|
32
|
+
//# sourceMappingURL=organizationOperations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationOperations.d.ts","sourceRoot":"","sources":["../../../src/operations/organizationOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAI1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,eAAe,EAEf,wCAAwC,EAGzC,MAAM,oBAAoB,CAAC;AAG5B,0DAA0D;AAC1D,qBAAa,0BAA2B,YAAW,sBAAsB;IACvE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,eAAe,CAAC;YAkB/B,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.OrganizationOperationsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const pagingHelper_js_1 = require("../pagingHelper.js");
|
|
13
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
14
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
15
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
16
|
+
/// <reference lib="esnext.asynciterable" />
|
|
17
|
+
/** Class containing OrganizationOperations operations. */
|
|
18
|
+
class OrganizationOperationsImpl {
|
|
19
|
+
/**
|
|
20
|
+
* Initialize a new instance of the class OrganizationOperations class.
|
|
21
|
+
* @param client Reference to the service client
|
|
22
|
+
*/
|
|
23
|
+
constructor(client) {
|
|
24
|
+
this.client = client;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* List all operations provided by Microsoft.Confluent.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(options) {
|
|
31
|
+
const iter = this.listPagingAll(options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: (settings) => {
|
|
40
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
41
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
|
+
}
|
|
43
|
+
return this.listPagingPage(options, settings);
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
listPagingPage(options, settings) {
|
|
48
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
49
|
+
let result;
|
|
50
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
51
|
+
if (!continuationToken) {
|
|
52
|
+
result = yield tslib_1.__await(this._list(options));
|
|
53
|
+
let page = result.value || [];
|
|
54
|
+
continuationToken = result.nextLink;
|
|
55
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
56
|
+
yield yield tslib_1.__await(page);
|
|
57
|
+
}
|
|
58
|
+
while (continuationToken) {
|
|
59
|
+
result = yield tslib_1.__await(this._listNext(continuationToken, options));
|
|
60
|
+
continuationToken = result.nextLink;
|
|
61
|
+
let page = result.value || [];
|
|
62
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
63
|
+
yield yield tslib_1.__await(page);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
listPagingAll(options) {
|
|
68
|
+
return tslib_1.__asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
69
|
+
var _a, e_1, _b, _c;
|
|
70
|
+
try {
|
|
71
|
+
for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
72
|
+
_c = _f.value;
|
|
73
|
+
_d = false;
|
|
74
|
+
const page = _c;
|
|
75
|
+
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
79
|
+
finally {
|
|
80
|
+
try {
|
|
81
|
+
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
82
|
+
}
|
|
83
|
+
finally { if (e_1) throw e_1.error; }
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* List all operations provided by Microsoft.Confluent.
|
|
89
|
+
* @param options The options parameters.
|
|
90
|
+
*/
|
|
91
|
+
_list(options) {
|
|
92
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* ListNext
|
|
96
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
_listNext(nextLink, options) {
|
|
100
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
exports.OrganizationOperationsImpl = OrganizationOperationsImpl;
|
|
104
|
+
// Operation Specifications
|
|
105
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
106
|
+
const listOperationSpec = {
|
|
107
|
+
path: "/providers/Microsoft.Confluent/operations",
|
|
108
|
+
httpMethod: "GET",
|
|
109
|
+
responses: {
|
|
110
|
+
200: {
|
|
111
|
+
bodyMapper: Mappers.OperationListResult,
|
|
112
|
+
},
|
|
113
|
+
default: {
|
|
114
|
+
bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,
|
|
115
|
+
},
|
|
116
|
+
},
|
|
117
|
+
queryParameters: [Parameters.apiVersion],
|
|
118
|
+
urlParameters: [Parameters.$host],
|
|
119
|
+
headerParameters: [Parameters.accept],
|
|
120
|
+
serializer,
|
|
121
|
+
};
|
|
122
|
+
const listNextOperationSpec = {
|
|
123
|
+
path: "{nextLink}",
|
|
124
|
+
httpMethod: "GET",
|
|
125
|
+
responses: {
|
|
126
|
+
200: {
|
|
127
|
+
bodyMapper: Mappers.OperationListResult,
|
|
128
|
+
},
|
|
129
|
+
default: {
|
|
130
|
+
bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,
|
|
131
|
+
},
|
|
132
|
+
},
|
|
133
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
134
|
+
headerParameters: [Parameters.accept],
|
|
135
|
+
serializer,
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=organizationOperations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"organizationOperations.js","sourceRoot":"","sources":["../../../src/operations/organizationOperations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { OrganizationOperations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ConfluentManagementClient } from \"../confluentManagementClient.js\";\nimport {\n OperationResult,\n OrganizationOperationsListNextOptionalParams,\n OrganizationOperationsListOptionalParams,\n OrganizationOperationsListResponse,\n OrganizationOperationsListNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing OrganizationOperations operations. */\nexport class OrganizationOperationsImpl implements OrganizationOperations {\n private readonly client: ConfluentManagementClient;\n\n /**\n * Initialize a new instance of the class OrganizationOperations class.\n * @param client Reference to the service client\n */\n constructor(client: ConfluentManagementClient) {\n this.client = client;\n }\n\n /**\n * List all operations provided by Microsoft.Confluent.\n * @param options The options parameters.\n */\n public list(\n options?: OrganizationOperationsListOptionalParams,\n ): PagedAsyncIterableIterator<OperationResult> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n options?: OrganizationOperationsListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<OperationResult[]> {\n let result: OrganizationOperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OrganizationOperationsListOptionalParams,\n ): AsyncIterableIterator<OperationResult> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List all operations provided by Microsoft.Confluent.\n * @param options The options parameters.\n */\n private _list(\n options?: OrganizationOperationsListOptionalParams,\n ): Promise<OrganizationOperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OrganizationOperationsListNextOptionalParams,\n ): Promise<OrganizationOperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Confluent/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Validations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { ConfluentManagementClient } from "../confluentManagementClient.js";
|
|
3
|
+
import { OrganizationResource, ValidationsValidateOrganizationOptionalParams, ValidationsValidateOrganizationResponse, ValidationsValidateOrganizationV2OptionalParams, ValidationsValidateOrganizationV2Response } from "../models/index.js";
|
|
4
|
+
/** Class containing Validations operations. */
|
|
5
|
+
export declare class ValidationsImpl implements Validations {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class Validations class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: ConfluentManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Organization Validate proxy resource
|
|
14
|
+
* @param resourceGroupName Resource group name
|
|
15
|
+
* @param organizationName Organization resource name
|
|
16
|
+
* @param body Organization resource model
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
validateOrganization(resourceGroupName: string, organizationName: string, body: OrganizationResource, options?: ValidationsValidateOrganizationOptionalParams): Promise<ValidationsValidateOrganizationResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Organization Validate proxy resource
|
|
22
|
+
* @param resourceGroupName Resource group name
|
|
23
|
+
* @param organizationName Organization resource name
|
|
24
|
+
* @param body Organization resource model
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
validateOrganizationV2(resourceGroupName: string, organizationName: string, body: OrganizationResource, options?: ValidationsValidateOrganizationV2OptionalParams): Promise<ValidationsValidateOrganizationV2Response>;
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=validations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validations.d.ts","sourceRoot":"","sources":["../../../src/operations/validations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAI/D,OAAO,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAC5E,OAAO,EACL,oBAAoB,EACpB,6CAA6C,EAC7C,uCAAuC,EACvC,+CAA+C,EAC/C,yCAAyC,EAC1C,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,qBAAa,eAAgB,YAAW,WAAW;IACjD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA4B;IAEnD;;;OAGG;gBACS,MAAM,EAAE,yBAAyB;IAI7C;;;;;;OAMG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,oBAAoB,EAC1B,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;IAOnD;;;;;;OAMG;IACH,sBAAsB,CACpB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,oBAAoB,EAC1B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC;CAMtD"}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.ValidationsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/** Class containing Validations operations. */
|
|
16
|
+
class ValidationsImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class Validations class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Organization Validate proxy resource
|
|
26
|
+
* @param resourceGroupName Resource group name
|
|
27
|
+
* @param organizationName Organization resource name
|
|
28
|
+
* @param body Organization resource model
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
validateOrganization(resourceGroupName, organizationName, body, options) {
|
|
32
|
+
return this.client.sendOperationRequest({ resourceGroupName, organizationName, body, options }, validateOrganizationOperationSpec);
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Organization Validate proxy resource
|
|
36
|
+
* @param resourceGroupName Resource group name
|
|
37
|
+
* @param organizationName Organization resource name
|
|
38
|
+
* @param body Organization resource model
|
|
39
|
+
* @param options The options parameters.
|
|
40
|
+
*/
|
|
41
|
+
validateOrganizationV2(resourceGroupName, organizationName, body, options) {
|
|
42
|
+
return this.client.sendOperationRequest({ resourceGroupName, organizationName, body, options }, validateOrganizationV2OperationSpec);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
exports.ValidationsImpl = ValidationsImpl;
|
|
46
|
+
// Operation Specifications
|
|
47
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
48
|
+
const validateOrganizationOperationSpec = {
|
|
49
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidate",
|
|
50
|
+
httpMethod: "POST",
|
|
51
|
+
responses: {
|
|
52
|
+
200: {
|
|
53
|
+
bodyMapper: Mappers.OrganizationResource,
|
|
54
|
+
},
|
|
55
|
+
default: {
|
|
56
|
+
bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
requestBody: Parameters.body5,
|
|
60
|
+
queryParameters: [Parameters.apiVersion],
|
|
61
|
+
urlParameters: [
|
|
62
|
+
Parameters.$host,
|
|
63
|
+
Parameters.subscriptionId,
|
|
64
|
+
Parameters.resourceGroupName,
|
|
65
|
+
Parameters.organizationName,
|
|
66
|
+
],
|
|
67
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
68
|
+
mediaType: "json",
|
|
69
|
+
serializer,
|
|
70
|
+
};
|
|
71
|
+
const validateOrganizationV2OperationSpec = {
|
|
72
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidateV2",
|
|
73
|
+
httpMethod: "POST",
|
|
74
|
+
responses: {
|
|
75
|
+
200: {
|
|
76
|
+
bodyMapper: Mappers.ValidationResponse,
|
|
77
|
+
},
|
|
78
|
+
default: {
|
|
79
|
+
bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
requestBody: Parameters.body5,
|
|
83
|
+
queryParameters: [Parameters.apiVersion],
|
|
84
|
+
urlParameters: [
|
|
85
|
+
Parameters.$host,
|
|
86
|
+
Parameters.subscriptionId,
|
|
87
|
+
Parameters.resourceGroupName,
|
|
88
|
+
Parameters.organizationName,
|
|
89
|
+
],
|
|
90
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
91
|
+
mediaType: "json",
|
|
92
|
+
serializer,
|
|
93
|
+
};
|
|
94
|
+
//# sourceMappingURL=validations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validations.js","sourceRoot":"","sources":["../../../src/operations/validations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAUtD,+CAA+C;AAC/C,MAAa,eAAe;IAG1B;;;OAGG;IACH,YAAY,MAAiC;QAC3C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACH,oBAAoB,CAClB,iBAAyB,EACzB,gBAAwB,EACxB,IAA0B,EAC1B,OAAuD;QAEvD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,IAAI,EAAE,OAAO,EAAE,EACtD,iCAAiC,CAClC,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,sBAAsB,CACpB,iBAAyB,EACzB,gBAAwB,EACxB,IAA0B,EAC1B,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,IAAI,EAAE,OAAO,EAAE,EACtD,mCAAmC,CACpC,CAAC;IACJ,CAAC;CACF;AAhDD,0CAgDC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iCAAiC,GAA6B;IAClE,IAAI,EAAE,6IAA6I;IACnJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,oCAAoC;SACzD;KACF;IACD,WAAW,EAAE,UAAU,CAAC,KAAK;IAC7B,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mCAAmC,GAA6B;IACpE,IAAI,EAAE,+IAA+I;IACrJ,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,kBAAkB;SACvC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,oCAAoC;SACzD;KACF;IACD,WAAW,EAAE,UAAU,CAAC,KAAK;IAC7B,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Validations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ConfluentManagementClient } from \"../confluentManagementClient.js\";\nimport {\n OrganizationResource,\n ValidationsValidateOrganizationOptionalParams,\n ValidationsValidateOrganizationResponse,\n ValidationsValidateOrganizationV2OptionalParams,\n ValidationsValidateOrganizationV2Response,\n} from \"../models/index.js\";\n\n/** Class containing Validations operations. */\nexport class ValidationsImpl implements Validations {\n private readonly client: ConfluentManagementClient;\n\n /**\n * Initialize a new instance of the class Validations class.\n * @param client Reference to the service client\n */\n constructor(client: ConfluentManagementClient) {\n this.client = client;\n }\n\n /**\n * Organization Validate proxy resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body Organization resource model\n * @param options The options parameters.\n */\n validateOrganization(\n resourceGroupName: string,\n organizationName: string,\n body: OrganizationResource,\n options?: ValidationsValidateOrganizationOptionalParams,\n ): Promise<ValidationsValidateOrganizationResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n validateOrganizationOperationSpec,\n );\n }\n\n /**\n * Organization Validate proxy resource\n * @param resourceGroupName Resource group name\n * @param organizationName Organization resource name\n * @param body Organization resource model\n * @param options The options parameters.\n */\n validateOrganizationV2(\n resourceGroupName: string,\n organizationName: string,\n body: OrganizationResource,\n options?: ValidationsValidateOrganizationV2OptionalParams,\n ): Promise<ValidationsValidateOrganizationV2Response> {\n return this.client.sendOperationRequest(\n { resourceGroupName, organizationName, body, options },\n validateOrganizationV2OperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst validateOrganizationOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidate\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.OrganizationResource,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst validateOrganizationV2OperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/validations/{organizationName}/orgvalidateV2\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ValidationResponse,\n },\n default: {\n bodyMapper: Mappers.ResourceProviderDefaultErrorResponse,\n },\n },\n requestBody: Parameters.body5,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.organizationName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { ListAccessRequestModel, AccessListUsersOptionalParams, AccessListUsersResponse, AccessListServiceAccountsOptionalParams, AccessListServiceAccountsResponse, AccessListInvitationsOptionalParams, AccessListInvitationsResponse, AccessInviteUserAccountModel, AccessInviteUserOptionalParams, AccessInviteUserResponse, AccessListEnvironmentsOptionalParams, AccessListEnvironmentsResponse, AccessListClustersOptionalParams, AccessListClustersResponse, AccessListRoleBindingsOptionalParams, AccessListRoleBindingsResponse, AccessCreateRoleBindingRequestModel, AccessCreateRoleBindingOptionalParams, AccessCreateRoleBindingResponse, AccessDeleteRoleBindingOptionalParams, AccessListRoleBindingNameListOptionalParams, AccessListRoleBindingNameListResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a Access. */
|
|
3
|
+
export interface Access {
|
|
4
|
+
/**
|
|
5
|
+
* Organization users details
|
|
6
|
+
* @param resourceGroupName Resource group name
|
|
7
|
+
* @param organizationName Organization resource name
|
|
8
|
+
* @param body List Access Request Model
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listUsers(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListUsersOptionalParams): Promise<AccessListUsersResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* Organization service accounts details
|
|
14
|
+
* @param resourceGroupName Resource group name
|
|
15
|
+
* @param organizationName Organization resource name
|
|
16
|
+
* @param body List Access Request Model
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
listServiceAccounts(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListServiceAccountsOptionalParams): Promise<AccessListServiceAccountsResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* Organization accounts invitation details
|
|
22
|
+
* @param resourceGroupName Resource group name
|
|
23
|
+
* @param organizationName Organization resource name
|
|
24
|
+
* @param body List Access Request Model
|
|
25
|
+
* @param options The options parameters.
|
|
26
|
+
*/
|
|
27
|
+
listInvitations(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListInvitationsOptionalParams): Promise<AccessListInvitationsResponse>;
|
|
28
|
+
/**
|
|
29
|
+
* Invite user to the organization
|
|
30
|
+
* @param resourceGroupName Resource group name
|
|
31
|
+
* @param organizationName Organization resource name
|
|
32
|
+
* @param body Invite user account model
|
|
33
|
+
* @param options The options parameters.
|
|
34
|
+
*/
|
|
35
|
+
inviteUser(resourceGroupName: string, organizationName: string, body: AccessInviteUserAccountModel, options?: AccessInviteUserOptionalParams): Promise<AccessInviteUserResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Environment list of an organization
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param organizationName Organization resource name
|
|
40
|
+
* @param body List Access Request Model
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
listEnvironments(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListEnvironmentsOptionalParams): Promise<AccessListEnvironmentsResponse>;
|
|
44
|
+
/**
|
|
45
|
+
* Cluster details
|
|
46
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
47
|
+
* @param organizationName Organization resource name
|
|
48
|
+
* @param body List Access Request Model
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
listClusters(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListClustersOptionalParams): Promise<AccessListClustersResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* Organization role bindings
|
|
54
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
55
|
+
* @param organizationName Organization resource name
|
|
56
|
+
* @param body List Access Request Model
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
listRoleBindings(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListRoleBindingsOptionalParams): Promise<AccessListRoleBindingsResponse>;
|
|
60
|
+
/**
|
|
61
|
+
* Organization role bindings
|
|
62
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
63
|
+
* @param organizationName Organization resource name
|
|
64
|
+
* @param body Create role binding Request Model
|
|
65
|
+
* @param options The options parameters.
|
|
66
|
+
*/
|
|
67
|
+
createRoleBinding(resourceGroupName: string, organizationName: string, body: AccessCreateRoleBindingRequestModel, options?: AccessCreateRoleBindingOptionalParams): Promise<AccessCreateRoleBindingResponse>;
|
|
68
|
+
/**
|
|
69
|
+
* Organization role bindings
|
|
70
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
+
* @param organizationName Organization resource name
|
|
72
|
+
* @param roleBindingId Confluent Role binding id
|
|
73
|
+
* @param options The options parameters.
|
|
74
|
+
*/
|
|
75
|
+
deleteRoleBinding(resourceGroupName: string, organizationName: string, roleBindingId: string, options?: AccessDeleteRoleBindingOptionalParams): Promise<void>;
|
|
76
|
+
/**
|
|
77
|
+
* Organization role bindings
|
|
78
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
79
|
+
* @param organizationName Organization resource name
|
|
80
|
+
* @param body List Access Request Model
|
|
81
|
+
* @param options The options parameters.
|
|
82
|
+
*/
|
|
83
|
+
listRoleBindingNameList(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: AccessListRoleBindingNameListOptionalParams): Promise<AccessListRoleBindingNameListResponse>;
|
|
84
|
+
}
|
|
85
|
+
//# sourceMappingURL=access.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/access.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,sBAAsB,EACtB,6BAA6B,EAC7B,uBAAuB,EACvB,uCAAuC,EACvC,iCAAiC,EACjC,mCAAmC,EACnC,6BAA6B,EAC7B,4BAA4B,EAC5B,8BAA8B,EAC9B,wBAAwB,EACxB,oCAAoC,EACpC,8BAA8B,EAC9B,gCAAgC,EAChC,0BAA0B,EAC1B,oCAAoC,EACpC,8BAA8B,EAC9B,mCAAmC,EACnC,qCAAqC,EACrC,+BAA+B,EAC/B,qCAAqC,EACrC,2CAA2C,EAC3C,qCAAqC,EACtC,MAAM,oBAAoB,CAAC;AAE5B,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB;;;;;;OAMG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,uCAAuC,GAChD,OAAO,CAAC,iCAAiC,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,mCAAmC,EACzC,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,uBAAuB,CACrB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC,CAAC;CACnD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=access.js.map
|