@azure/arm-keyvault-profile-2020-09-01-hybrid 2.1.1-alpha.20250210.1 → 2.1.1-alpha.20250211.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/index.d.ts +5 -0
- package/{dist-esm/src → dist/browser}/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/keyVaultManagementClient.d.ts +2 -2
- package/dist/browser/keyVaultManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/keyVaultManagementClient.js +15 -18
- package/dist/browser/keyVaultManagementClient.js.map +1 -0
- package/dist/browser/lroImpl.js +25 -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/browser/operations/index.d.ts +6 -0
- package/{dist-esm/src → dist/browser}/operations/index.d.ts.map +1 -1
- package/{dist-esm/src → dist/browser}/operations/index.js +5 -5
- 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/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +35 -40
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +2 -2
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secrets.d.ts +3 -3
- package/dist/browser/operations/secrets.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/secrets.js +3 -3
- package/dist/browser/operations/secrets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/vaults.d.ts +3 -3
- package/dist/browser/operations/vaults.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/vaults.js +69 -77
- package/dist/browser/operations/vaults.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 → dist/browser}/operationsInterfaces/index.js +5 -5
- 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/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.d.ts +1 -1
- package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/secrets.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/vaults.d.ts +1 -1
- package/dist/browser/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/vaults.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/keyVaultManagementClient.d.ts +25 -0
- package/dist/commonjs/keyVaultManagementClient.d.ts.map +1 -0
- package/dist/commonjs/keyVaultManagementClient.js +107 -0
- package/dist/commonjs/keyVaultManagementClient.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +29 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-keyvault-profile-2020-09-01-hybrid.d.ts → dist/commonjs/models/index.d.ts} +1076 -1439
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +201 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +48 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1552 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +26 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +223 -0
- package/dist/commonjs/models/parameters.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/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/privateEndpointConnections.d.ts +51 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +189 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +20 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +58 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/secrets.d.ts +72 -0
- package/dist/commonjs/operations/secrets.d.ts.map +1 -0
- package/dist/commonjs/operations/secrets.js +264 -0
- package/dist/commonjs/operations/secrets.js.map +1 -0
- package/dist/commonjs/operations/vaults.d.ts +166 -0
- package/dist/commonjs/operations/vaults.d.ts.map +1 -0
- package/dist/commonjs/operations/vaults.js +865 -0
- package/dist/commonjs/operations/vaults.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/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/privateEndpointConnections.d.ts +43 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/secrets.d.ts +45 -0
- package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/secrets.js +10 -0
- package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/vaults.d.ts +103 -0
- package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/vaults.js +10 -0
- package/dist/commonjs/operationsInterfaces/vaults.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/keyVaultManagementClient.d.ts +25 -0
- package/dist/esm/keyVaultManagementClient.d.ts.map +1 -0
- package/dist/esm/keyVaultManagementClient.js +102 -0
- package/dist/esm/keyVaultManagementClient.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +25 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1076 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +198 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +48 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1549 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +26 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +220 -0
- package/dist/esm/models/parameters.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/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/privateEndpointConnections.d.ts +51 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +184 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +20 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +53 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/secrets.d.ts +72 -0
- package/dist/esm/operations/secrets.d.ts.map +1 -0
- package/dist/esm/operations/secrets.js +260 -0
- package/dist/esm/operations/secrets.js.map +1 -0
- package/dist/esm/operations/vaults.d.ts +166 -0
- package/dist/esm/operations/vaults.d.ts.map +1 -0
- package/dist/esm/operations/vaults.js +861 -0
- package/dist/esm/operations/vaults.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/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/privateEndpointConnections.d.ts +43 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/secrets.d.ts +45 -0
- package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/secrets.js +9 -0
- package/dist/esm/operationsInterfaces/secrets.js.map +1 -0
- package/dist/esm/operationsInterfaces/vaults.d.ts +103 -0
- package/dist/esm/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/vaults.js +9 -0
- package/dist/esm/operationsInterfaces/vaults.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/keyVaultManagementClient.d.ts +25 -0
- package/dist/react-native/keyVaultManagementClient.d.ts.map +1 -0
- package/dist/react-native/keyVaultManagementClient.js +102 -0
- package/dist/react-native/keyVaultManagementClient.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +25 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1076 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +198 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +48 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1549 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +26 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +220 -0
- package/dist/react-native/models/parameters.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/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/privateEndpointConnections.d.ts +51 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +184 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +20 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +53 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/secrets.d.ts +72 -0
- package/dist/react-native/operations/secrets.d.ts.map +1 -0
- package/dist/react-native/operations/secrets.js +260 -0
- package/dist/react-native/operations/secrets.js.map +1 -0
- package/dist/react-native/operations/vaults.d.ts +166 -0
- package/dist/react-native/operations/vaults.d.ts.map +1 -0
- package/dist/react-native/operations/vaults.js +861 -0
- package/dist/react-native/operations/vaults.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/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/privateEndpointConnections.d.ts +43 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/secrets.d.ts +45 -0
- package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/secrets.js +9 -0
- package/dist/react-native/operationsInterfaces/secrets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/vaults.d.ts +103 -0
- package/dist/react-native/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/vaults.js +9 -0
- package/dist/react-native/operationsInterfaces/vaults.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 +70 -41
- package/dist/index.js +0 -3687
- 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/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/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js +0 -37
- package/dist-esm/samples-dev/privateEndpointConnectionsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js +0 -36
- package/dist-esm/samples-dev/privateLinkResourcesListByVaultSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/secretsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsGetSample.js +0 -37
- package/dist-esm/samples-dev/secretsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsListSample.js +0 -52
- package/dist-esm/samples-dev/secretsListSample.js.map +0 -1
- package/dist-esm/samples-dev/secretsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/secretsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/secretsUpdateSample.js +0 -33
- package/dist-esm/samples-dev/secretsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js +0 -31
- package/dist-esm/samples-dev/vaultsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js +0 -120
- package/dist-esm/samples-dev/vaultsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsDeleteSample.js +0 -36
- package/dist-esm/samples-dev/vaultsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsGetDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsGetDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsGetDeletedSample.js +0 -36
- package/dist-esm/samples-dev/vaultsGetDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsGetSample.js +0 -36
- package/dist-esm/samples-dev/vaultsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js +0 -46
- package/dist-esm/samples-dev/vaultsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js +0 -45
- package/dist-esm/samples-dev/vaultsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsListDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListDeletedSample.js +0 -50
- package/dist-esm/samples-dev/vaultsListDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListSample.js +0 -45
- package/dist-esm/samples-dev/vaultsListSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js +0 -36
- package/dist-esm/samples-dev/vaultsPurgeDeletedSample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js +0 -45
- package/dist-esm/samples-dev/vaultsUpdateAccessPolicySample.js.map +0 -1
- package/dist-esm/samples-dev/vaultsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsUpdateSample.js +0 -81
- package/dist-esm/samples-dev/vaultsUpdateSample.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/keyVaultManagementClient.d.ts.map +0 -1
- package/dist-esm/src/keyVaultManagementClient.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -29
- 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/index.d.ts +0 -6
- 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/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/secrets.d.ts.map +0 -1
- package/dist-esm/src/operations/secrets.js.map +0 -1
- package/dist-esm/src/operations/vaults.d.ts.map +0 -1
- package/dist-esm/src/operations/vaults.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/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/secrets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/secrets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vaults.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/keyVaultManagementClient.ts +0 -161
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1192
- package/src/models/mappers.ts +0 -1612
- package/src/models/parameters.ts +0 -257
- package/src/operations/index.ts +0 -13
- package/src/operations/operations.ts +0 -149
- package/src/operations/privateEndpointConnections.ts +0 -265
- package/src/operations/privateLinkResources.ts +0 -72
- package/src/operations/secrets.ts +0 -344
- package/src/operations/vaults.ts +0 -1078
- package/src/operationsInterfaces/index.ts +0 -13
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -85
- package/src/operationsInterfaces/privateLinkResources.ts +0 -27
- package/src/operationsInterfaces/secrets.ts +0 -86
- package/src/operationsInterfaces/vaults.ts +0 -197
- 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}/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/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/secrets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/vaults.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
|
@@ -1,13 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
export * from "./vaults";
|
|
10
|
-
export * from "./privateEndpointConnections";
|
|
11
|
-
export * from "./privateLinkResources";
|
|
12
|
-
export * from "./operations";
|
|
13
|
-
export * from "./secrets";
|
|
@@ -1,22 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { Operation, OperationsListOptionalParams } from "../models";
|
|
11
|
-
|
|
12
|
-
/// <reference lib="esnext.asynciterable" />
|
|
13
|
-
/** Interface representing a Operations. */
|
|
14
|
-
export interface Operations {
|
|
15
|
-
/**
|
|
16
|
-
* Lists all of the available Key Vault Rest API operations.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
list(
|
|
20
|
-
options?: OperationsListOptionalParams
|
|
21
|
-
): PagedAsyncIterableIterator<Operation>;
|
|
22
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
10
|
-
import {
|
|
11
|
-
PrivateEndpointConnectionsGetOptionalParams,
|
|
12
|
-
PrivateEndpointConnectionsGetResponse,
|
|
13
|
-
PrivateEndpointConnection,
|
|
14
|
-
PrivateEndpointConnectionsPutOptionalParams,
|
|
15
|
-
PrivateEndpointConnectionsPutResponse,
|
|
16
|
-
PrivateEndpointConnectionsDeleteOptionalParams,
|
|
17
|
-
PrivateEndpointConnectionsDeleteResponse
|
|
18
|
-
} from "../models";
|
|
19
|
-
|
|
20
|
-
/** Interface representing a PrivateEndpointConnections. */
|
|
21
|
-
export interface PrivateEndpointConnections {
|
|
22
|
-
/**
|
|
23
|
-
* Gets the specified private endpoint connection associated with the key vault.
|
|
24
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
25
|
-
* @param vaultName The name of the key vault.
|
|
26
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the key
|
|
27
|
-
* vault.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
get(
|
|
31
|
-
resourceGroupName: string,
|
|
32
|
-
vaultName: string,
|
|
33
|
-
privateEndpointConnectionName: string,
|
|
34
|
-
options?: PrivateEndpointConnectionsGetOptionalParams
|
|
35
|
-
): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
36
|
-
/**
|
|
37
|
-
* Updates the specified private endpoint connection associated with the key vault.
|
|
38
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
39
|
-
* @param vaultName The name of the key vault.
|
|
40
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the key
|
|
41
|
-
* vault.
|
|
42
|
-
* @param properties The intended state of private endpoint connection.
|
|
43
|
-
* @param options The options parameters.
|
|
44
|
-
*/
|
|
45
|
-
put(
|
|
46
|
-
resourceGroupName: string,
|
|
47
|
-
vaultName: string,
|
|
48
|
-
privateEndpointConnectionName: string,
|
|
49
|
-
properties: PrivateEndpointConnection,
|
|
50
|
-
options?: PrivateEndpointConnectionsPutOptionalParams
|
|
51
|
-
): Promise<PrivateEndpointConnectionsPutResponse>;
|
|
52
|
-
/**
|
|
53
|
-
* Deletes the specified private endpoint connection associated with the key vault.
|
|
54
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
55
|
-
* @param vaultName The name of the key vault.
|
|
56
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the key
|
|
57
|
-
* vault.
|
|
58
|
-
* @param options The options parameters.
|
|
59
|
-
*/
|
|
60
|
-
beginDelete(
|
|
61
|
-
resourceGroupName: string,
|
|
62
|
-
vaultName: string,
|
|
63
|
-
privateEndpointConnectionName: string,
|
|
64
|
-
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
65
|
-
): Promise<
|
|
66
|
-
PollerLike<
|
|
67
|
-
PollOperationState<PrivateEndpointConnectionsDeleteResponse>,
|
|
68
|
-
PrivateEndpointConnectionsDeleteResponse
|
|
69
|
-
>
|
|
70
|
-
>;
|
|
71
|
-
/**
|
|
72
|
-
* Deletes the specified private endpoint connection associated with the key vault.
|
|
73
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
74
|
-
* @param vaultName The name of the key vault.
|
|
75
|
-
* @param privateEndpointConnectionName Name of the private endpoint connection associated with the key
|
|
76
|
-
* vault.
|
|
77
|
-
* @param options The options parameters.
|
|
78
|
-
*/
|
|
79
|
-
beginDeleteAndWait(
|
|
80
|
-
resourceGroupName: string,
|
|
81
|
-
vaultName: string,
|
|
82
|
-
privateEndpointConnectionName: string,
|
|
83
|
-
options?: PrivateEndpointConnectionsDeleteOptionalParams
|
|
84
|
-
): Promise<PrivateEndpointConnectionsDeleteResponse>;
|
|
85
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
import {
|
|
10
|
-
PrivateLinkResourcesListByVaultOptionalParams,
|
|
11
|
-
PrivateLinkResourcesListByVaultResponse
|
|
12
|
-
} from "../models";
|
|
13
|
-
|
|
14
|
-
/** Interface representing a PrivateLinkResources. */
|
|
15
|
-
export interface PrivateLinkResources {
|
|
16
|
-
/**
|
|
17
|
-
* Gets the private link resources supported for the key vault.
|
|
18
|
-
* @param resourceGroupName Name of the resource group that contains the key vault.
|
|
19
|
-
* @param vaultName The name of the key vault.
|
|
20
|
-
* @param options The options parameters.
|
|
21
|
-
*/
|
|
22
|
-
listByVault(
|
|
23
|
-
resourceGroupName: string,
|
|
24
|
-
vaultName: string,
|
|
25
|
-
options?: PrivateLinkResourcesListByVaultOptionalParams
|
|
26
|
-
): Promise<PrivateLinkResourcesListByVaultResponse>;
|
|
27
|
-
}
|
|
@@ -1,86 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import {
|
|
11
|
-
Secret,
|
|
12
|
-
SecretsListOptionalParams,
|
|
13
|
-
SecretCreateOrUpdateParameters,
|
|
14
|
-
SecretsCreateOrUpdateOptionalParams,
|
|
15
|
-
SecretsCreateOrUpdateResponse,
|
|
16
|
-
SecretPatchParameters,
|
|
17
|
-
SecretsUpdateOptionalParams,
|
|
18
|
-
SecretsUpdateResponse,
|
|
19
|
-
SecretsGetOptionalParams,
|
|
20
|
-
SecretsGetResponse
|
|
21
|
-
} from "../models";
|
|
22
|
-
|
|
23
|
-
/// <reference lib="esnext.asynciterable" />
|
|
24
|
-
/** Interface representing a Secrets. */
|
|
25
|
-
export interface Secrets {
|
|
26
|
-
/**
|
|
27
|
-
* The List operation gets information about the secrets in a vault. NOTE: This API is intended for
|
|
28
|
-
* internal use in ARM deployments. Users should use the data-plane REST service for interaction with
|
|
29
|
-
* vault secrets.
|
|
30
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
31
|
-
* @param vaultName The name of the vault.
|
|
32
|
-
* @param options The options parameters.
|
|
33
|
-
*/
|
|
34
|
-
list(
|
|
35
|
-
resourceGroupName: string,
|
|
36
|
-
vaultName: string,
|
|
37
|
-
options?: SecretsListOptionalParams
|
|
38
|
-
): PagedAsyncIterableIterator<Secret>;
|
|
39
|
-
/**
|
|
40
|
-
* Create or update a secret in a key vault in the specified subscription. NOTE: This API is intended
|
|
41
|
-
* for internal use in ARM deployments. Users should use the data-plane REST service for interaction
|
|
42
|
-
* with vault secrets.
|
|
43
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
44
|
-
* @param vaultName Name of the vault
|
|
45
|
-
* @param secretName Name of the secret
|
|
46
|
-
* @param parameters Parameters to create or update the secret
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
createOrUpdate(
|
|
50
|
-
resourceGroupName: string,
|
|
51
|
-
vaultName: string,
|
|
52
|
-
secretName: string,
|
|
53
|
-
parameters: SecretCreateOrUpdateParameters,
|
|
54
|
-
options?: SecretsCreateOrUpdateOptionalParams
|
|
55
|
-
): Promise<SecretsCreateOrUpdateResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* Update a secret in the specified subscription. NOTE: This API is intended for internal use in ARM
|
|
58
|
-
* deployments. Users should use the data-plane REST service for interaction with vault secrets.
|
|
59
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
60
|
-
* @param vaultName Name of the vault
|
|
61
|
-
* @param secretName Name of the secret
|
|
62
|
-
* @param parameters Parameters to patch the secret
|
|
63
|
-
* @param options The options parameters.
|
|
64
|
-
*/
|
|
65
|
-
update(
|
|
66
|
-
resourceGroupName: string,
|
|
67
|
-
vaultName: string,
|
|
68
|
-
secretName: string,
|
|
69
|
-
parameters: SecretPatchParameters,
|
|
70
|
-
options?: SecretsUpdateOptionalParams
|
|
71
|
-
): Promise<SecretsUpdateResponse>;
|
|
72
|
-
/**
|
|
73
|
-
* Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users
|
|
74
|
-
* should use the data-plane REST service for interaction with vault secrets.
|
|
75
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
76
|
-
* @param vaultName The name of the vault.
|
|
77
|
-
* @param secretName The name of the secret.
|
|
78
|
-
* @param options The options parameters.
|
|
79
|
-
*/
|
|
80
|
-
get(
|
|
81
|
-
resourceGroupName: string,
|
|
82
|
-
vaultName: string,
|
|
83
|
-
secretName: string,
|
|
84
|
-
options?: SecretsGetOptionalParams
|
|
85
|
-
): Promise<SecretsGetResponse>;
|
|
86
|
-
}
|
|
@@ -1,197 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
|
-
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
11
|
-
import {
|
|
12
|
-
Vault,
|
|
13
|
-
VaultsListByResourceGroupOptionalParams,
|
|
14
|
-
VaultsListBySubscriptionOptionalParams,
|
|
15
|
-
DeletedVault,
|
|
16
|
-
VaultsListDeletedOptionalParams,
|
|
17
|
-
Resource,
|
|
18
|
-
VaultsListOptionalParams,
|
|
19
|
-
VaultCreateOrUpdateParameters,
|
|
20
|
-
VaultsCreateOrUpdateOptionalParams,
|
|
21
|
-
VaultsCreateOrUpdateResponse,
|
|
22
|
-
VaultPatchParameters,
|
|
23
|
-
VaultsUpdateOptionalParams,
|
|
24
|
-
VaultsUpdateResponse,
|
|
25
|
-
VaultsDeleteOptionalParams,
|
|
26
|
-
VaultsGetOptionalParams,
|
|
27
|
-
VaultsGetResponse,
|
|
28
|
-
VaultAccessPolicyParameters,
|
|
29
|
-
AccessPolicyUpdateKind,
|
|
30
|
-
VaultsUpdateAccessPolicyOptionalParams,
|
|
31
|
-
VaultsUpdateAccessPolicyResponse,
|
|
32
|
-
VaultsGetDeletedOptionalParams,
|
|
33
|
-
VaultsGetDeletedResponse,
|
|
34
|
-
VaultsPurgeDeletedOptionalParams,
|
|
35
|
-
VaultCheckNameAvailabilityParameters,
|
|
36
|
-
VaultsCheckNameAvailabilityOptionalParams,
|
|
37
|
-
VaultsCheckNameAvailabilityResponse
|
|
38
|
-
} from "../models";
|
|
39
|
-
|
|
40
|
-
/// <reference lib="esnext.asynciterable" />
|
|
41
|
-
/** Interface representing a Vaults. */
|
|
42
|
-
export interface Vaults {
|
|
43
|
-
/**
|
|
44
|
-
* The List operation gets information about the vaults associated with the subscription and within the
|
|
45
|
-
* specified resource group.
|
|
46
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
47
|
-
* @param options The options parameters.
|
|
48
|
-
*/
|
|
49
|
-
listByResourceGroup(
|
|
50
|
-
resourceGroupName: string,
|
|
51
|
-
options?: VaultsListByResourceGroupOptionalParams
|
|
52
|
-
): PagedAsyncIterableIterator<Vault>;
|
|
53
|
-
/**
|
|
54
|
-
* The List operation gets information about the vaults associated with the subscription.
|
|
55
|
-
* @param options The options parameters.
|
|
56
|
-
*/
|
|
57
|
-
listBySubscription(
|
|
58
|
-
options?: VaultsListBySubscriptionOptionalParams
|
|
59
|
-
): PagedAsyncIterableIterator<Vault>;
|
|
60
|
-
/**
|
|
61
|
-
* Gets information about the deleted vaults in a subscription.
|
|
62
|
-
* @param options The options parameters.
|
|
63
|
-
*/
|
|
64
|
-
listDeleted(
|
|
65
|
-
options?: VaultsListDeletedOptionalParams
|
|
66
|
-
): PagedAsyncIterableIterator<DeletedVault>;
|
|
67
|
-
/**
|
|
68
|
-
* The List operation gets information about the vaults associated with the subscription.
|
|
69
|
-
* @param options The options parameters.
|
|
70
|
-
*/
|
|
71
|
-
list(
|
|
72
|
-
options?: VaultsListOptionalParams
|
|
73
|
-
): PagedAsyncIterableIterator<Resource>;
|
|
74
|
-
/**
|
|
75
|
-
* Create or update a key vault in the specified subscription.
|
|
76
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
77
|
-
* @param vaultName Name of the vault
|
|
78
|
-
* @param parameters Parameters to create or update the vault
|
|
79
|
-
* @param options The options parameters.
|
|
80
|
-
*/
|
|
81
|
-
beginCreateOrUpdate(
|
|
82
|
-
resourceGroupName: string,
|
|
83
|
-
vaultName: string,
|
|
84
|
-
parameters: VaultCreateOrUpdateParameters,
|
|
85
|
-
options?: VaultsCreateOrUpdateOptionalParams
|
|
86
|
-
): Promise<
|
|
87
|
-
PollerLike<
|
|
88
|
-
PollOperationState<VaultsCreateOrUpdateResponse>,
|
|
89
|
-
VaultsCreateOrUpdateResponse
|
|
90
|
-
>
|
|
91
|
-
>;
|
|
92
|
-
/**
|
|
93
|
-
* Create or update a key vault in the specified subscription.
|
|
94
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
95
|
-
* @param vaultName Name of the vault
|
|
96
|
-
* @param parameters Parameters to create or update the vault
|
|
97
|
-
* @param options The options parameters.
|
|
98
|
-
*/
|
|
99
|
-
beginCreateOrUpdateAndWait(
|
|
100
|
-
resourceGroupName: string,
|
|
101
|
-
vaultName: string,
|
|
102
|
-
parameters: VaultCreateOrUpdateParameters,
|
|
103
|
-
options?: VaultsCreateOrUpdateOptionalParams
|
|
104
|
-
): Promise<VaultsCreateOrUpdateResponse>;
|
|
105
|
-
/**
|
|
106
|
-
* Update a key vault in the specified subscription.
|
|
107
|
-
* @param resourceGroupName The name of the Resource Group to which the server belongs.
|
|
108
|
-
* @param vaultName Name of the vault
|
|
109
|
-
* @param parameters Parameters to patch the vault
|
|
110
|
-
* @param options The options parameters.
|
|
111
|
-
*/
|
|
112
|
-
update(
|
|
113
|
-
resourceGroupName: string,
|
|
114
|
-
vaultName: string,
|
|
115
|
-
parameters: VaultPatchParameters,
|
|
116
|
-
options?: VaultsUpdateOptionalParams
|
|
117
|
-
): Promise<VaultsUpdateResponse>;
|
|
118
|
-
/**
|
|
119
|
-
* Deletes the specified Azure key vault.
|
|
120
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
121
|
-
* @param vaultName The name of the vault to delete
|
|
122
|
-
* @param options The options parameters.
|
|
123
|
-
*/
|
|
124
|
-
delete(
|
|
125
|
-
resourceGroupName: string,
|
|
126
|
-
vaultName: string,
|
|
127
|
-
options?: VaultsDeleteOptionalParams
|
|
128
|
-
): Promise<void>;
|
|
129
|
-
/**
|
|
130
|
-
* Gets the specified Azure key vault.
|
|
131
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
132
|
-
* @param vaultName The name of the vault.
|
|
133
|
-
* @param options The options parameters.
|
|
134
|
-
*/
|
|
135
|
-
get(
|
|
136
|
-
resourceGroupName: string,
|
|
137
|
-
vaultName: string,
|
|
138
|
-
options?: VaultsGetOptionalParams
|
|
139
|
-
): Promise<VaultsGetResponse>;
|
|
140
|
-
/**
|
|
141
|
-
* Update access policies in a key vault in the specified subscription.
|
|
142
|
-
* @param resourceGroupName The name of the Resource Group to which the vault belongs.
|
|
143
|
-
* @param vaultName Name of the vault
|
|
144
|
-
* @param operationKind Name of the operation
|
|
145
|
-
* @param parameters Access policy to merge into the vault
|
|
146
|
-
* @param options The options parameters.
|
|
147
|
-
*/
|
|
148
|
-
updateAccessPolicy(
|
|
149
|
-
resourceGroupName: string,
|
|
150
|
-
vaultName: string,
|
|
151
|
-
operationKind: AccessPolicyUpdateKind,
|
|
152
|
-
parameters: VaultAccessPolicyParameters,
|
|
153
|
-
options?: VaultsUpdateAccessPolicyOptionalParams
|
|
154
|
-
): Promise<VaultsUpdateAccessPolicyResponse>;
|
|
155
|
-
/**
|
|
156
|
-
* Gets the deleted Azure key vault.
|
|
157
|
-
* @param vaultName The name of the vault.
|
|
158
|
-
* @param location The location of the deleted vault.
|
|
159
|
-
* @param options The options parameters.
|
|
160
|
-
*/
|
|
161
|
-
getDeleted(
|
|
162
|
-
vaultName: string,
|
|
163
|
-
location: string,
|
|
164
|
-
options?: VaultsGetDeletedOptionalParams
|
|
165
|
-
): Promise<VaultsGetDeletedResponse>;
|
|
166
|
-
/**
|
|
167
|
-
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
|
|
168
|
-
* @param vaultName The name of the soft-deleted vault.
|
|
169
|
-
* @param location The location of the soft-deleted vault.
|
|
170
|
-
* @param options The options parameters.
|
|
171
|
-
*/
|
|
172
|
-
beginPurgeDeleted(
|
|
173
|
-
vaultName: string,
|
|
174
|
-
location: string,
|
|
175
|
-
options?: VaultsPurgeDeletedOptionalParams
|
|
176
|
-
): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
177
|
-
/**
|
|
178
|
-
* Permanently deletes the specified vault. aka Purges the deleted Azure key vault.
|
|
179
|
-
* @param vaultName The name of the soft-deleted vault.
|
|
180
|
-
* @param location The location of the soft-deleted vault.
|
|
181
|
-
* @param options The options parameters.
|
|
182
|
-
*/
|
|
183
|
-
beginPurgeDeletedAndWait(
|
|
184
|
-
vaultName: string,
|
|
185
|
-
location: string,
|
|
186
|
-
options?: VaultsPurgeDeletedOptionalParams
|
|
187
|
-
): Promise<void>;
|
|
188
|
-
/**
|
|
189
|
-
* Checks that the vault name is valid and is not already in use.
|
|
190
|
-
* @param vaultName The name of the vault.
|
|
191
|
-
* @param options The options parameters.
|
|
192
|
-
*/
|
|
193
|
-
checkNameAvailability(
|
|
194
|
-
vaultName: VaultCheckNameAvailabilityParameters,
|
|
195
|
-
options?: VaultsCheckNameAvailabilityOptionalParams
|
|
196
|
-
): Promise<VaultsCheckNameAvailabilityResponse>;
|
|
197
|
-
}
|
package/src/pagingHelper.ts
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
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
|
-
|
|
9
|
-
export interface PageInfo {
|
|
10
|
-
continuationToken?: string;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const pageMap = new WeakMap<object, PageInfo>();
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
17
|
-
* returns a continuation token that can be used to begin paging from
|
|
18
|
-
* that point later.
|
|
19
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
20
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
21
|
-
*/
|
|
22
|
-
export function getContinuationToken(page: unknown): string | undefined {
|
|
23
|
-
if (typeof page !== "object" || page === null) {
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
26
|
-
return pageMap.get(page)?.continuationToken;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export function setContinuationToken(
|
|
30
|
-
page: unknown,
|
|
31
|
-
continuationToken: string | undefined
|
|
32
|
-
): void {
|
|
33
|
-
if (typeof page !== "object" || page === null || !continuationToken) {
|
|
34
|
-
return;
|
|
35
|
-
}
|
|
36
|
-
const pageInfo = pageMap.get(page) ?? {};
|
|
37
|
-
pageInfo.continuationToken = continuationToken;
|
|
38
|
-
pageMap.set(page, pageInfo);
|
|
39
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"module": "es6",
|
|
4
|
-
"moduleResolution": "node",
|
|
5
|
-
"strict": true,
|
|
6
|
-
"target": "es6",
|
|
7
|
-
"sourceMap": true,
|
|
8
|
-
"declarationMap": true,
|
|
9
|
-
"esModuleInterop": true,
|
|
10
|
-
"allowSyntheticDefaultImports": true,
|
|
11
|
-
"forceConsistentCasingInFileNames": true,
|
|
12
|
-
"lib": [
|
|
13
|
-
"es6",
|
|
14
|
-
"dom"
|
|
15
|
-
],
|
|
16
|
-
"declaration": true,
|
|
17
|
-
"outDir": "./dist-esm",
|
|
18
|
-
"importHelpers": true,
|
|
19
|
-
"paths": {
|
|
20
|
-
"@azure/arm-keyvault-profile-2020-09-01-hybrid": [
|
|
21
|
-
"./src/index"
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"include": [
|
|
26
|
-
"./src/**/*.ts",
|
|
27
|
-
"./test/**/*.ts",
|
|
28
|
-
"samples-dev/**/*.ts"
|
|
29
|
-
],
|
|
30
|
-
"exclude": [
|
|
31
|
-
"node_modules"
|
|
32
|
-
]
|
|
33
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|