@azure/arm-msi 2.1.1-alpha.20250214.1 → 2.1.1-alpha.20250218.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/managedServiceIdentityClient.d.ts +2 -2
- package/dist/browser/managedServiceIdentityClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/managedServiceIdentityClient.js +15 -18
- package/dist/browser/managedServiceIdentityClient.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/federatedIdentityCredentials.d.ts +3 -3
- package/dist/browser/operations/federatedIdentityCredentials.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/federatedIdentityCredentials.js +3 -3
- package/dist/browser/operations/federatedIdentityCredentials.js.map +1 -0
- package/dist/browser/operations/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src/operationsInterfaces → dist/browser/operations}/index.js +4 -4
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -3
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/systemAssignedIdentities.d.ts +3 -3
- package/dist/browser/operations/systemAssignedIdentities.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/systemAssignedIdentities.js +2 -2
- package/dist/browser/operations/systemAssignedIdentities.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/userAssignedIdentities.d.ts +3 -3
- package/dist/browser/operations/userAssignedIdentities.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/userAssignedIdentities.js +3 -3
- package/dist/browser/operations/userAssignedIdentities.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/federatedIdentityCredentials.d.ts +1 -1
- package/dist/browser/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/index.d.ts.map +1 -1
- package/{dist-esm/src/operations → dist/browser/operationsInterfaces}/index.js +4 -4
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/systemAssignedIdentities.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/systemAssignedIdentities.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/systemAssignedIdentities.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/userAssignedIdentities.d.ts +1 -1
- package/dist/browser/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/userAssignedIdentities.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.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/managedServiceIdentityClient.d.ts +23 -0
- package/dist/commonjs/managedServiceIdentityClient.d.ts.map +1 -0
- package/dist/commonjs/managedServiceIdentityClient.js +105 -0
- package/dist/commonjs/managedServiceIdentityClient.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +298 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +23 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +17 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +432 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +18 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +168 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/federatedIdentityCredentials.d.ts +66 -0
- package/dist/commonjs/operations/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist/commonjs/operations/federatedIdentityCredentials.js +278 -0
- package/dist/commonjs/operations/federatedIdentityCredentials.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +5 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +15 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/systemAssignedIdentities.d.ts +20 -0
- package/dist/commonjs/operations/systemAssignedIdentities.d.ts.map +1 -0
- package/dist/commonjs/operations/systemAssignedIdentities.js +53 -0
- package/dist/commonjs/operations/systemAssignedIdentities.js.map +1 -0
- package/dist/commonjs/operations/userAssignedIdentities.d.ts +83 -0
- package/dist/commonjs/operations/userAssignedIdentities.d.ts.map +1 -0
- package/dist/commonjs/operations/userAssignedIdentities.js +388 -0
- package/dist/commonjs/operations/userAssignedIdentities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.d.ts +41 -0
- package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.js +10 -0
- package/dist/commonjs/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +5 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +15 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.js +10 -0
- package/dist/commonjs/operationsInterfaces/systemAssignedIdentities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/userAssignedIdentities.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/userAssignedIdentities.js +10 -0
- package/dist/commonjs/operationsInterfaces/userAssignedIdentities.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/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/managedServiceIdentityClient.d.ts +23 -0
- package/dist/esm/managedServiceIdentityClient.d.ts.map +1 -0
- package/dist/esm/managedServiceIdentityClient.js +100 -0
- package/dist/esm/managedServiceIdentityClient.js.map +1 -0
- package/dist/esm/models/index.d.ts +298 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +20 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +17 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +429 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +18 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +165 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/federatedIdentityCredentials.d.ts +66 -0
- package/dist/esm/operations/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist/esm/operations/federatedIdentityCredentials.js +274 -0
- package/dist/esm/operations/federatedIdentityCredentials.js.map +1 -0
- package/dist/esm/operations/index.d.ts +5 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +12 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/systemAssignedIdentities.d.ts +20 -0
- package/dist/esm/operations/systemAssignedIdentities.d.ts.map +1 -0
- package/dist/esm/operations/systemAssignedIdentities.js +48 -0
- package/dist/esm/operations/systemAssignedIdentities.js.map +1 -0
- package/dist/esm/operations/userAssignedIdentities.d.ts +83 -0
- package/dist/esm/operations/userAssignedIdentities.d.ts.map +1 -0
- package/dist/esm/operations/userAssignedIdentities.js +384 -0
- package/dist/esm/operations/userAssignedIdentities.js.map +1 -0
- package/dist/esm/operationsInterfaces/federatedIdentityCredentials.d.ts +41 -0
- package/dist/esm/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/federatedIdentityCredentials.js +9 -0
- package/dist/esm/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +5 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +12 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/systemAssignedIdentities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/systemAssignedIdentities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/systemAssignedIdentities.js +9 -0
- package/dist/esm/operationsInterfaces/systemAssignedIdentities.js.map +1 -0
- package/dist/esm/operationsInterfaces/userAssignedIdentities.d.ts +47 -0
- package/dist/esm/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/userAssignedIdentities.js +9 -0
- package/dist/esm/operationsInterfaces/userAssignedIdentities.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/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/managedServiceIdentityClient.d.ts +23 -0
- package/dist/react-native/managedServiceIdentityClient.d.ts.map +1 -0
- package/dist/react-native/managedServiceIdentityClient.js +100 -0
- package/dist/react-native/managedServiceIdentityClient.js.map +1 -0
- package/dist/react-native/models/index.d.ts +298 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +20 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +17 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +429 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +18 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +165 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/federatedIdentityCredentials.d.ts +66 -0
- package/dist/react-native/operations/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist/react-native/operations/federatedIdentityCredentials.js +274 -0
- package/dist/react-native/operations/federatedIdentityCredentials.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +5 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +12 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/systemAssignedIdentities.d.ts +20 -0
- package/dist/react-native/operations/systemAssignedIdentities.d.ts.map +1 -0
- package/dist/react-native/operations/systemAssignedIdentities.js +48 -0
- package/dist/react-native/operations/systemAssignedIdentities.js.map +1 -0
- package/dist/react-native/operations/userAssignedIdentities.d.ts +83 -0
- package/dist/react-native/operations/userAssignedIdentities.d.ts.map +1 -0
- package/dist/react-native/operations/userAssignedIdentities.js +384 -0
- package/dist/react-native/operations/userAssignedIdentities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.d.ts +41 -0
- package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.js +9 -0
- package/dist/react-native/operationsInterfaces/federatedIdentityCredentials.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +5 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +12 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/systemAssignedIdentities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/systemAssignedIdentities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/systemAssignedIdentities.js +9 -0
- package/dist/react-native/operationsInterfaces/systemAssignedIdentities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/userAssignedIdentities.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/userAssignedIdentities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/userAssignedIdentities.js +9 -0
- package/dist/react-native/operationsInterfaces/userAssignedIdentities.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 +69 -40
- package/dist/index.js +0 -1615
- 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/federatedIdentityCredentialsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.js +0 -35
- package/dist-esm/samples-dev/federatedIdentityCredentialsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/federatedIdentityCredentialsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.js +0 -37
- package/dist-esm/samples-dev/federatedIdentityCredentialsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.js +0 -52
- package/dist-esm/samples-dev/federatedIdentityCredentialsListSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.d.ts +0 -2
- package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.js +0 -35
- package/dist-esm/samples-dev/systemAssignedIdentitiesGetByScopeSample.js.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/userAssignedIdentitiesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/userAssignedIdentitiesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.js +0 -36
- package/dist-esm/samples-dev/userAssignedIdentitiesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/userAssignedIdentitiesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/userAssignedIdentitiesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.js +0 -33
- package/dist-esm/samples-dev/userAssignedIdentitiesUpdateSample.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/managedServiceIdentityClient.d.ts.map +0 -1
- package/dist-esm/src/managedServiceIdentityClient.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/federatedIdentityCredentials.d.ts.map +0 -1
- package/dist-esm/src/operations/federatedIdentityCredentials.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -5
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/systemAssignedIdentities.d.ts.map +0 -1
- package/dist-esm/src/operations/systemAssignedIdentities.js.map +0 -1
- package/dist-esm/src/operations/userAssignedIdentities.d.ts.map +0 -1
- package/dist-esm/src/operations/userAssignedIdentities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/federatedIdentityCredentials.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/federatedIdentityCredentials.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -5
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/systemAssignedIdentities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/userAssignedIdentities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/userAssignedIdentities.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -42
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/src/managedServiceIdentityClient.ts +0 -158
- package/src/models/index.ts +0 -348
- package/src/models/mappers.ts +0 -476
- package/src/models/parameters.ts +0 -190
- package/src/operations/federatedIdentityCredentials.ts +0 -355
- package/src/operations/index.ts +0 -12
- package/src/operations/operations.ts +0 -149
- package/src/operations/systemAssignedIdentities.ts +0 -65
- package/src/operations/userAssignedIdentities.ts +0 -477
- package/src/operationsInterfaces/federatedIdentityCredentials.ts +0 -78
- package/src/operationsInterfaces/index.ts +0 -12
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/systemAssignedIdentities.ts +0 -26
- package/src/operationsInterfaces/userAssignedIdentities.ts +0 -91
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-msi.d.ts +0 -481
- /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/federatedIdentityCredentials.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/systemAssignedIdentities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/userAssignedIdentities.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,66 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { FederatedIdentityCredentials } from "../operationsInterfaces/index.js";
|
3
|
+
import { ManagedServiceIdentityClient } from "../managedServiceIdentityClient.js";
|
4
|
+
import { FederatedIdentityCredential, FederatedIdentityCredentialsListOptionalParams, FederatedIdentityCredentialsCreateOrUpdateOptionalParams, FederatedIdentityCredentialsCreateOrUpdateResponse, FederatedIdentityCredentialsGetOptionalParams, FederatedIdentityCredentialsGetResponse, FederatedIdentityCredentialsDeleteOptionalParams } from "../models/index.js";
|
5
|
+
/** Class containing FederatedIdentityCredentials operations. */
|
6
|
+
export declare class FederatedIdentityCredentialsImpl implements FederatedIdentityCredentials {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class FederatedIdentityCredentials class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: ManagedServiceIdentityClient);
|
13
|
+
/**
|
14
|
+
* Lists all the federated identity credentials under the specified user assigned identity.
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
16
|
+
* @param resourceName The name of the identity resource.
|
17
|
+
* @param options The options parameters.
|
18
|
+
*/
|
19
|
+
list(resourceGroupName: string, resourceName: string, options?: FederatedIdentityCredentialsListOptionalParams): PagedAsyncIterableIterator<FederatedIdentityCredential>;
|
20
|
+
private listPagingPage;
|
21
|
+
private listPagingAll;
|
22
|
+
/**
|
23
|
+
* Lists all the federated identity credentials under the specified user assigned identity.
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
25
|
+
* @param resourceName The name of the identity resource.
|
26
|
+
* @param options The options parameters.
|
27
|
+
*/
|
28
|
+
private _list;
|
29
|
+
/**
|
30
|
+
* Create or update a federated identity credential under the specified user assigned identity.
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
32
|
+
* @param resourceName The name of the identity resource.
|
33
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
34
|
+
* resource.
|
35
|
+
* @param parameters Parameters to create or update the federated identity credential.
|
36
|
+
* @param options The options parameters.
|
37
|
+
*/
|
38
|
+
createOrUpdate(resourceGroupName: string, resourceName: string, federatedIdentityCredentialResourceName: string, parameters: FederatedIdentityCredential, options?: FederatedIdentityCredentialsCreateOrUpdateOptionalParams): Promise<FederatedIdentityCredentialsCreateOrUpdateResponse>;
|
39
|
+
/**
|
40
|
+
* Gets the federated identity credential.
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
42
|
+
* @param resourceName The name of the identity resource.
|
43
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
44
|
+
* resource.
|
45
|
+
* @param options The options parameters.
|
46
|
+
*/
|
47
|
+
get(resourceGroupName: string, resourceName: string, federatedIdentityCredentialResourceName: string, options?: FederatedIdentityCredentialsGetOptionalParams): Promise<FederatedIdentityCredentialsGetResponse>;
|
48
|
+
/**
|
49
|
+
* Deletes the federated identity credential.
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
51
|
+
* @param resourceName The name of the identity resource.
|
52
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
53
|
+
* resource.
|
54
|
+
* @param options The options parameters.
|
55
|
+
*/
|
56
|
+
delete(resourceGroupName: string, resourceName: string, federatedIdentityCredentialResourceName: string, options?: FederatedIdentityCredentialsDeleteOptionalParams): Promise<void>;
|
57
|
+
/**
|
58
|
+
* ListNext
|
59
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
60
|
+
* @param resourceName The name of the identity resource.
|
61
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
62
|
+
* @param options The options parameters.
|
63
|
+
*/
|
64
|
+
private _listNext;
|
65
|
+
}
|
66
|
+
//# sourceMappingURL=federatedIdentityCredentials.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"federatedIdentityCredentials.d.ts","sourceRoot":"","sources":["../../../src/operations/federatedIdentityCredentials.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAIhF,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EACL,2BAA2B,EAE3B,8CAA8C,EAE9C,wDAAwD,EACxD,kDAAkD,EAClD,6CAA6C,EAC7C,uCAAuC,EACvC,gDAAgD,EAEjD,MAAM,oBAAoB,CAAC;AAG5B,gEAAgE;AAChE,qBAAa,gCACX,YAAW,4BAA4B;IACvC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,2BAA2B,CAAC;YAuB3C,cAAc;YA6Bd,aAAa;IAc5B;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;OAQG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,uCAAuC,EAAE,MAAM,EAC/C,UAAU,EAAE,2BAA2B,EACvC,OAAO,CAAC,EAAE,wDAAwD,GACjE,OAAO,CAAC,kDAAkD,CAAC;IAa9D;;;;;;;OAOG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,uCAAuC,EAAE,MAAM,EAC/C,OAAO,CAAC,EAAE,6CAA6C,GACtD,OAAO,CAAC,uCAAuC,CAAC;IAYnD;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,uCAAuC,EAAE,MAAM,EAC/C,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,IAAI,CAAC;IAYhB;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;CAWlB"}
|
@@ -0,0 +1,274 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
10
|
+
import * as coreClient from "@azure/core-client";
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
14
|
+
/** Class containing FederatedIdentityCredentials operations. */
|
15
|
+
export class FederatedIdentityCredentialsImpl {
|
16
|
+
/**
|
17
|
+
* Initialize a new instance of the class FederatedIdentityCredentials class.
|
18
|
+
* @param client Reference to the service client
|
19
|
+
*/
|
20
|
+
constructor(client) {
|
21
|
+
this.client = client;
|
22
|
+
}
|
23
|
+
/**
|
24
|
+
* Lists all the federated identity credentials under the specified user assigned identity.
|
25
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
26
|
+
* @param resourceName The name of the identity resource.
|
27
|
+
* @param options The options parameters.
|
28
|
+
*/
|
29
|
+
list(resourceGroupName, resourceName, options) {
|
30
|
+
const iter = this.listPagingAll(resourceGroupName, resourceName, options);
|
31
|
+
return {
|
32
|
+
next() {
|
33
|
+
return iter.next();
|
34
|
+
},
|
35
|
+
[Symbol.asyncIterator]() {
|
36
|
+
return this;
|
37
|
+
},
|
38
|
+
byPage: (settings) => {
|
39
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
40
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
41
|
+
}
|
42
|
+
return this.listPagingPage(resourceGroupName, resourceName, options, settings);
|
43
|
+
}
|
44
|
+
};
|
45
|
+
}
|
46
|
+
listPagingPage(resourceGroupName, resourceName, options, settings) {
|
47
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
48
|
+
let result;
|
49
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
50
|
+
if (!continuationToken) {
|
51
|
+
result = yield __await(this._list(resourceGroupName, resourceName, options));
|
52
|
+
let page = result.value || [];
|
53
|
+
continuationToken = result.nextLink;
|
54
|
+
setContinuationToken(page, continuationToken);
|
55
|
+
yield yield __await(page);
|
56
|
+
}
|
57
|
+
while (continuationToken) {
|
58
|
+
result = yield __await(this._listNext(resourceGroupName, resourceName, continuationToken, options));
|
59
|
+
continuationToken = result.nextLink;
|
60
|
+
let page = result.value || [];
|
61
|
+
setContinuationToken(page, continuationToken);
|
62
|
+
yield yield __await(page);
|
63
|
+
}
|
64
|
+
});
|
65
|
+
}
|
66
|
+
listPagingAll(resourceGroupName, resourceName, options) {
|
67
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
68
|
+
var _a, e_1, _b, _c;
|
69
|
+
try {
|
70
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, resourceName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
71
|
+
_c = _f.value;
|
72
|
+
_d = false;
|
73
|
+
const page = _c;
|
74
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
75
|
+
}
|
76
|
+
}
|
77
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
78
|
+
finally {
|
79
|
+
try {
|
80
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
81
|
+
}
|
82
|
+
finally { if (e_1) throw e_1.error; }
|
83
|
+
}
|
84
|
+
});
|
85
|
+
}
|
86
|
+
/**
|
87
|
+
* Lists all the federated identity credentials under the specified user assigned identity.
|
88
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
89
|
+
* @param resourceName The name of the identity resource.
|
90
|
+
* @param options The options parameters.
|
91
|
+
*/
|
92
|
+
_list(resourceGroupName, resourceName, options) {
|
93
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, options }, listOperationSpec);
|
94
|
+
}
|
95
|
+
/**
|
96
|
+
* Create or update a federated identity credential under the specified user assigned identity.
|
97
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
98
|
+
* @param resourceName The name of the identity resource.
|
99
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
100
|
+
* resource.
|
101
|
+
* @param parameters Parameters to create or update the federated identity credential.
|
102
|
+
* @param options The options parameters.
|
103
|
+
*/
|
104
|
+
createOrUpdate(resourceGroupName, resourceName, federatedIdentityCredentialResourceName, parameters, options) {
|
105
|
+
return this.client.sendOperationRequest({
|
106
|
+
resourceGroupName,
|
107
|
+
resourceName,
|
108
|
+
federatedIdentityCredentialResourceName,
|
109
|
+
parameters,
|
110
|
+
options
|
111
|
+
}, createOrUpdateOperationSpec);
|
112
|
+
}
|
113
|
+
/**
|
114
|
+
* Gets the federated identity credential.
|
115
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
116
|
+
* @param resourceName The name of the identity resource.
|
117
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
118
|
+
* resource.
|
119
|
+
* @param options The options parameters.
|
120
|
+
*/
|
121
|
+
get(resourceGroupName, resourceName, federatedIdentityCredentialResourceName, options) {
|
122
|
+
return this.client.sendOperationRequest({
|
123
|
+
resourceGroupName,
|
124
|
+
resourceName,
|
125
|
+
federatedIdentityCredentialResourceName,
|
126
|
+
options
|
127
|
+
}, getOperationSpec);
|
128
|
+
}
|
129
|
+
/**
|
130
|
+
* Deletes the federated identity credential.
|
131
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
132
|
+
* @param resourceName The name of the identity resource.
|
133
|
+
* @param federatedIdentityCredentialResourceName The name of the federated identity credential
|
134
|
+
* resource.
|
135
|
+
* @param options The options parameters.
|
136
|
+
*/
|
137
|
+
delete(resourceGroupName, resourceName, federatedIdentityCredentialResourceName, options) {
|
138
|
+
return this.client.sendOperationRequest({
|
139
|
+
resourceGroupName,
|
140
|
+
resourceName,
|
141
|
+
federatedIdentityCredentialResourceName,
|
142
|
+
options
|
143
|
+
}, deleteOperationSpec);
|
144
|
+
}
|
145
|
+
/**
|
146
|
+
* ListNext
|
147
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
148
|
+
* @param resourceName The name of the identity resource.
|
149
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
150
|
+
* @param options The options parameters.
|
151
|
+
*/
|
152
|
+
_listNext(resourceGroupName, resourceName, nextLink, options) {
|
153
|
+
return this.client.sendOperationRequest({ resourceGroupName, resourceName, nextLink, options }, listNextOperationSpec);
|
154
|
+
}
|
155
|
+
}
|
156
|
+
// Operation Specifications
|
157
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
158
|
+
const listOperationSpec = {
|
159
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials",
|
160
|
+
httpMethod: "GET",
|
161
|
+
responses: {
|
162
|
+
200: {
|
163
|
+
bodyMapper: Mappers.FederatedIdentityCredentialsListResult
|
164
|
+
},
|
165
|
+
default: {
|
166
|
+
bodyMapper: Mappers.CloudError
|
167
|
+
}
|
168
|
+
},
|
169
|
+
queryParameters: [
|
170
|
+
Parameters.apiVersion,
|
171
|
+
Parameters.top,
|
172
|
+
Parameters.skiptoken
|
173
|
+
],
|
174
|
+
urlParameters: [
|
175
|
+
Parameters.$host,
|
176
|
+
Parameters.subscriptionId,
|
177
|
+
Parameters.resourceName,
|
178
|
+
Parameters.resourceGroupName1
|
179
|
+
],
|
180
|
+
headerParameters: [Parameters.accept],
|
181
|
+
serializer
|
182
|
+
};
|
183
|
+
const createOrUpdateOperationSpec = {
|
184
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}",
|
185
|
+
httpMethod: "PUT",
|
186
|
+
responses: {
|
187
|
+
200: {
|
188
|
+
bodyMapper: Mappers.FederatedIdentityCredential
|
189
|
+
},
|
190
|
+
201: {
|
191
|
+
bodyMapper: Mappers.FederatedIdentityCredential
|
192
|
+
},
|
193
|
+
default: {
|
194
|
+
bodyMapper: Mappers.CloudError
|
195
|
+
}
|
196
|
+
},
|
197
|
+
requestBody: Parameters.parameters2,
|
198
|
+
queryParameters: [Parameters.apiVersion],
|
199
|
+
urlParameters: [
|
200
|
+
Parameters.$host,
|
201
|
+
Parameters.subscriptionId,
|
202
|
+
Parameters.resourceName,
|
203
|
+
Parameters.resourceGroupName1,
|
204
|
+
Parameters.federatedIdentityCredentialResourceName
|
205
|
+
],
|
206
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
207
|
+
mediaType: "json",
|
208
|
+
serializer
|
209
|
+
};
|
210
|
+
const getOperationSpec = {
|
211
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}",
|
212
|
+
httpMethod: "GET",
|
213
|
+
responses: {
|
214
|
+
200: {
|
215
|
+
bodyMapper: Mappers.FederatedIdentityCredential
|
216
|
+
},
|
217
|
+
default: {
|
218
|
+
bodyMapper: Mappers.CloudError
|
219
|
+
}
|
220
|
+
},
|
221
|
+
queryParameters: [Parameters.apiVersion],
|
222
|
+
urlParameters: [
|
223
|
+
Parameters.$host,
|
224
|
+
Parameters.subscriptionId,
|
225
|
+
Parameters.resourceName,
|
226
|
+
Parameters.resourceGroupName1,
|
227
|
+
Parameters.federatedIdentityCredentialResourceName
|
228
|
+
],
|
229
|
+
headerParameters: [Parameters.accept],
|
230
|
+
serializer
|
231
|
+
};
|
232
|
+
const deleteOperationSpec = {
|
233
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}",
|
234
|
+
httpMethod: "DELETE",
|
235
|
+
responses: {
|
236
|
+
200: {},
|
237
|
+
204: {},
|
238
|
+
default: {
|
239
|
+
bodyMapper: Mappers.CloudError
|
240
|
+
}
|
241
|
+
},
|
242
|
+
queryParameters: [Parameters.apiVersion],
|
243
|
+
urlParameters: [
|
244
|
+
Parameters.$host,
|
245
|
+
Parameters.subscriptionId,
|
246
|
+
Parameters.resourceName,
|
247
|
+
Parameters.resourceGroupName1,
|
248
|
+
Parameters.federatedIdentityCredentialResourceName
|
249
|
+
],
|
250
|
+
headerParameters: [Parameters.accept],
|
251
|
+
serializer
|
252
|
+
};
|
253
|
+
const listNextOperationSpec = {
|
254
|
+
path: "{nextLink}",
|
255
|
+
httpMethod: "GET",
|
256
|
+
responses: {
|
257
|
+
200: {
|
258
|
+
bodyMapper: Mappers.FederatedIdentityCredentialsListResult
|
259
|
+
},
|
260
|
+
default: {
|
261
|
+
bodyMapper: Mappers.CloudError
|
262
|
+
}
|
263
|
+
},
|
264
|
+
urlParameters: [
|
265
|
+
Parameters.$host,
|
266
|
+
Parameters.nextLink,
|
267
|
+
Parameters.subscriptionId,
|
268
|
+
Parameters.resourceName,
|
269
|
+
Parameters.resourceGroupName1
|
270
|
+
],
|
271
|
+
headerParameters: [Parameters.accept],
|
272
|
+
serializer
|
273
|
+
};
|
274
|
+
//# sourceMappingURL=federatedIdentityCredentials.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"federatedIdentityCredentials.js","sourceRoot":"","sources":["../../../src/operations/federatedIdentityCredentials.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 { FederatedIdentityCredentials } 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 { ManagedServiceIdentityClient } from \"../managedServiceIdentityClient.js\";\nimport {\n FederatedIdentityCredential,\n FederatedIdentityCredentialsListNextOptionalParams,\n FederatedIdentityCredentialsListOptionalParams,\n FederatedIdentityCredentialsListResponse,\n FederatedIdentityCredentialsCreateOrUpdateOptionalParams,\n FederatedIdentityCredentialsCreateOrUpdateResponse,\n FederatedIdentityCredentialsGetOptionalParams,\n FederatedIdentityCredentialsGetResponse,\n FederatedIdentityCredentialsDeleteOptionalParams,\n FederatedIdentityCredentialsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing FederatedIdentityCredentials operations. */\nexport class FederatedIdentityCredentialsImpl\n implements FederatedIdentityCredentials {\n private readonly client: ManagedServiceIdentityClient;\n\n /**\n * Initialize a new instance of the class FederatedIdentityCredentials class.\n * @param client Reference to the service client\n */\n constructor(client: ManagedServiceIdentityClient) {\n this.client = client;\n }\n\n /**\n * Lists all the federated identity credentials under the specified user assigned identity.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the identity resource.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n resourceName: string,\n options?: FederatedIdentityCredentialsListOptionalParams\n ): PagedAsyncIterableIterator<FederatedIdentityCredential> {\n const iter = this.listPagingAll(resourceGroupName, resourceName, 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(\n resourceGroupName,\n resourceName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n resourceName: string,\n options?: FederatedIdentityCredentialsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<FederatedIdentityCredential[]> {\n let result: FederatedIdentityCredentialsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, resourceName, 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(\n resourceGroupName,\n resourceName,\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 *listPagingAll(\n resourceGroupName: string,\n resourceName: string,\n options?: FederatedIdentityCredentialsListOptionalParams\n ): AsyncIterableIterator<FederatedIdentityCredential> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n resourceName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists all the federated identity credentials under the specified user assigned identity.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the identity resource.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n resourceName: string,\n options?: FederatedIdentityCredentialsListOptionalParams\n ): Promise<FederatedIdentityCredentialsListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, options },\n listOperationSpec\n );\n }\n\n /**\n * Create or update a federated identity credential under the specified user assigned identity.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the identity resource.\n * @param federatedIdentityCredentialResourceName The name of the federated identity credential\n * resource.\n * @param parameters Parameters to create or update the federated identity credential.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n resourceName: string,\n federatedIdentityCredentialResourceName: string,\n parameters: FederatedIdentityCredential,\n options?: FederatedIdentityCredentialsCreateOrUpdateOptionalParams\n ): Promise<FederatedIdentityCredentialsCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n federatedIdentityCredentialResourceName,\n parameters,\n options\n },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Gets the federated identity credential.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the identity resource.\n * @param federatedIdentityCredentialResourceName The name of the federated identity credential\n * resource.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n resourceName: string,\n federatedIdentityCredentialResourceName: string,\n options?: FederatedIdentityCredentialsGetOptionalParams\n ): Promise<FederatedIdentityCredentialsGetResponse> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n federatedIdentityCredentialResourceName,\n options\n },\n getOperationSpec\n );\n }\n\n /**\n * Deletes the federated identity credential.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the identity resource.\n * @param federatedIdentityCredentialResourceName The name of the federated identity credential\n * resource.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n resourceName: string,\n federatedIdentityCredentialResourceName: string,\n options?: FederatedIdentityCredentialsDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n {\n resourceGroupName,\n resourceName,\n federatedIdentityCredentialResourceName,\n options\n },\n deleteOperationSpec\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param resourceName The name of the identity resource.\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 resourceGroupName: string,\n resourceName: string,\n nextLink: string,\n options?: FederatedIdentityCredentialsListNextOptionalParams\n ): Promise<FederatedIdentityCredentialsListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, resourceName, nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FederatedIdentityCredentialsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [\n Parameters.apiVersion,\n Parameters.top,\n Parameters.skiptoken\n ],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.resourceGroupName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.FederatedIdentityCredential\n },\n 201: {\n bodyMapper: Mappers.FederatedIdentityCredential\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n requestBody: Parameters.parameters2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.resourceGroupName1,\n Parameters.federatedIdentityCredentialResourceName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FederatedIdentityCredential\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.resourceGroupName1,\n Parameters.federatedIdentityCredentialResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials/{federatedIdentityCredentialResourceName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.resourceGroupName1,\n Parameters.federatedIdentityCredentialResourceName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FederatedIdentityCredentialsListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceName,\n Parameters.resourceGroupName1\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC"}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
export * from "./systemAssignedIdentities.js";
|
9
|
+
export * from "./operations.js";
|
10
|
+
export * from "./userAssignedIdentities.js";
|
11
|
+
export * from "./federatedIdentityCredentials.js";
|
12
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,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\nexport * from \"./systemAssignedIdentities.js\";\nexport * from \"./operations.js\";\nexport * from \"./userAssignedIdentities.js\";\nexport * from \"./federatedIdentityCredentials.js\";\n"]}
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
2
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
3
|
+
import { ManagedServiceIdentityClient } from "../managedServiceIdentityClient.js";
|
4
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
5
|
+
/** Class containing Operations operations. */
|
6
|
+
export declare class OperationsImpl implements Operations {
|
7
|
+
private readonly client;
|
8
|
+
/**
|
9
|
+
* Initialize a new instance of the class Operations class.
|
10
|
+
* @param client Reference to the service client
|
11
|
+
*/
|
12
|
+
constructor(client: ManagedServiceIdentityClient);
|
13
|
+
/**
|
14
|
+
* Lists available operations for the Microsoft.ManagedIdentity provider
|
15
|
+
* @param options The options parameters.
|
16
|
+
*/
|
17
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
18
|
+
private listPagingPage;
|
19
|
+
private listPagingAll;
|
20
|
+
/**
|
21
|
+
* Lists available operations for the Microsoft.ManagedIdentity provider
|
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=operations.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
@@ -0,0 +1,133 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
3
|
+
* Licensed under the MIT License.
|
4
|
+
*
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
7
|
+
*/
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
9
|
+
import { setContinuationToken } from "../pagingHelper.js";
|
10
|
+
import * as coreClient from "@azure/core-client";
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
14
|
+
/** Class containing Operations operations. */
|
15
|
+
export class OperationsImpl {
|
16
|
+
/**
|
17
|
+
* Initialize a new instance of the class Operations class.
|
18
|
+
* @param client Reference to the service client
|
19
|
+
*/
|
20
|
+
constructor(client) {
|
21
|
+
this.client = client;
|
22
|
+
}
|
23
|
+
/**
|
24
|
+
* Lists available operations for the Microsoft.ManagedIdentity provider
|
25
|
+
* @param options The options parameters.
|
26
|
+
*/
|
27
|
+
list(options) {
|
28
|
+
const iter = this.listPagingAll(options);
|
29
|
+
return {
|
30
|
+
next() {
|
31
|
+
return iter.next();
|
32
|
+
},
|
33
|
+
[Symbol.asyncIterator]() {
|
34
|
+
return this;
|
35
|
+
},
|
36
|
+
byPage: (settings) => {
|
37
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
38
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
39
|
+
}
|
40
|
+
return this.listPagingPage(options, settings);
|
41
|
+
}
|
42
|
+
};
|
43
|
+
}
|
44
|
+
listPagingPage(options, settings) {
|
45
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
46
|
+
let result;
|
47
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
48
|
+
if (!continuationToken) {
|
49
|
+
result = yield __await(this._list(options));
|
50
|
+
let page = result.value || [];
|
51
|
+
continuationToken = result.nextLink;
|
52
|
+
setContinuationToken(page, continuationToken);
|
53
|
+
yield yield __await(page);
|
54
|
+
}
|
55
|
+
while (continuationToken) {
|
56
|
+
result = yield __await(this._listNext(continuationToken, options));
|
57
|
+
continuationToken = result.nextLink;
|
58
|
+
let page = result.value || [];
|
59
|
+
setContinuationToken(page, continuationToken);
|
60
|
+
yield yield __await(page);
|
61
|
+
}
|
62
|
+
});
|
63
|
+
}
|
64
|
+
listPagingAll(options) {
|
65
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
66
|
+
var _a, e_1, _b, _c;
|
67
|
+
try {
|
68
|
+
for (var _d = true, _e = __asyncValues(this.listPagingPage(options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
69
|
+
_c = _f.value;
|
70
|
+
_d = false;
|
71
|
+
const page = _c;
|
72
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
73
|
+
}
|
74
|
+
}
|
75
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
76
|
+
finally {
|
77
|
+
try {
|
78
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
79
|
+
}
|
80
|
+
finally { if (e_1) throw e_1.error; }
|
81
|
+
}
|
82
|
+
});
|
83
|
+
}
|
84
|
+
/**
|
85
|
+
* Lists available operations for the Microsoft.ManagedIdentity provider
|
86
|
+
* @param options The options parameters.
|
87
|
+
*/
|
88
|
+
_list(options) {
|
89
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
90
|
+
}
|
91
|
+
/**
|
92
|
+
* ListNext
|
93
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
94
|
+
* @param options The options parameters.
|
95
|
+
*/
|
96
|
+
_listNext(nextLink, options) {
|
97
|
+
return this.client.sendOperationRequest({ nextLink, options }, listNextOperationSpec);
|
98
|
+
}
|
99
|
+
}
|
100
|
+
// Operation Specifications
|
101
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
102
|
+
const listOperationSpec = {
|
103
|
+
path: "/providers/Microsoft.ManagedIdentity/operations",
|
104
|
+
httpMethod: "GET",
|
105
|
+
responses: {
|
106
|
+
200: {
|
107
|
+
bodyMapper: Mappers.OperationListResult
|
108
|
+
},
|
109
|
+
default: {
|
110
|
+
bodyMapper: Mappers.CloudError
|
111
|
+
}
|
112
|
+
},
|
113
|
+
queryParameters: [Parameters.apiVersion],
|
114
|
+
urlParameters: [Parameters.$host],
|
115
|
+
headerParameters: [Parameters.accept],
|
116
|
+
serializer
|
117
|
+
};
|
118
|
+
const listNextOperationSpec = {
|
119
|
+
path: "{nextLink}",
|
120
|
+
httpMethod: "GET",
|
121
|
+
responses: {
|
122
|
+
200: {
|
123
|
+
bodyMapper: Mappers.OperationListResult
|
124
|
+
},
|
125
|
+
default: {
|
126
|
+
bodyMapper: Mappers.CloudError
|
127
|
+
}
|
128
|
+
},
|
129
|
+
urlParameters: [Parameters.$host, Parameters.nextLink],
|
130
|
+
headerParameters: [Parameters.accept],
|
131
|
+
serializer
|
132
|
+
};
|
133
|
+
//# sourceMappingURL=operations.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { ManagedServiceIdentityClient } from \"../managedServiceIdentityClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: ManagedServiceIdentityClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: ManagedServiceIdentityClient) {\n this.client = client;\n }\n\n /**\n * Lists available operations for the Microsoft.ManagedIdentity provider\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists available operations for the Microsoft.ManagedIdentity provider\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.ManagedIdentity/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\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.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { SystemAssignedIdentities } from "../operationsInterfaces/index.js";
|
2
|
+
import { ManagedServiceIdentityClient } from "../managedServiceIdentityClient.js";
|
3
|
+
import { SystemAssignedIdentitiesGetByScopeOptionalParams, SystemAssignedIdentitiesGetByScopeResponse } from "../models/index.js";
|
4
|
+
/** Class containing SystemAssignedIdentities operations. */
|
5
|
+
export declare class SystemAssignedIdentitiesImpl implements SystemAssignedIdentities {
|
6
|
+
private readonly client;
|
7
|
+
/**
|
8
|
+
* Initialize a new instance of the class SystemAssignedIdentities class.
|
9
|
+
* @param client Reference to the service client
|
10
|
+
*/
|
11
|
+
constructor(client: ManagedServiceIdentityClient);
|
12
|
+
/**
|
13
|
+
* Gets the systemAssignedIdentity available under the specified RP scope.
|
14
|
+
* @param scope The resource provider scope of the resource. Parent resource being extended by Managed
|
15
|
+
* Identities.
|
16
|
+
* @param options The options parameters.
|
17
|
+
*/
|
18
|
+
getByScope(scope: string, options?: SystemAssignedIdentitiesGetByScopeOptionalParams): Promise<SystemAssignedIdentitiesGetByScopeResponse>;
|
19
|
+
}
|
20
|
+
//# sourceMappingURL=systemAssignedIdentities.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"systemAssignedIdentities.d.ts","sourceRoot":"","sources":["../../../src/operations/systemAssignedIdentities.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,kCAAkC,CAAC;AAI5E,OAAO,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AAClF,OAAO,EACL,gDAAgD,EAChD,0CAA0C,EAC3C,MAAM,oBAAoB,CAAC;AAE5B,4DAA4D;AAC5D,qBAAa,4BAA6B,YAAW,wBAAwB;IAC3E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA+B;IAEtD;;;OAGG;gBACS,MAAM,EAAE,4BAA4B;IAIhD;;;;;OAKG;IACH,UAAU,CACR,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,gDAAgD,GACzD,OAAO,CAAC,0CAA0C,CAAC;CAMvD"}
|