@azure/arm-keyvault 3.2.0-alpha.20251124.1 → 4.0.0-alpha.20251125.3
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 +1 -0
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/keyVaultManagementClient.d.ts +11 -12
- package/dist/browser/keyVaultManagementClient.d.ts.map +1 -1
- package/dist/browser/keyVaultManagementClient.js +24 -31
- package/dist/browser/keyVaultManagementClient.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +2 -7
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1514 -1451
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +204 -201
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +76 -72
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1693 -1551
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +17 -19
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +107 -132
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/index.d.ts +6 -6
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +10 -13
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/keys.d.ts +36 -38
- package/dist/browser/operations/keys.d.ts.map +1 -1
- package/dist/browser/operations/keys.js +71 -78
- package/dist/browser/operations/keys.js.map +1 -1
- package/dist/browser/operations/managedHsmKeys.d.ts +20 -20
- package/dist/browser/operations/managedHsmKeys.d.ts.map +1 -1
- package/dist/browser/operations/managedHsmKeys.js +62 -67
- package/dist/browser/operations/managedHsmKeys.js.map +1 -1
- package/dist/browser/operations/managedHsms.d.ts +77 -77
- package/dist/browser/operations/managedHsms.d.ts.map +1 -1
- package/dist/browser/operations/managedHsms.js +243 -256
- package/dist/browser/operations/managedHsms.js.map +1 -1
- package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
- package/dist/browser/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/mhsmPrivateEndpointConnections.js +28 -32
- package/dist/browser/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/mhsmPrivateLinkResources.d.ts +5 -5
- package/dist/browser/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/mhsmPrivateLinkResources.js +5 -10
- package/dist/browser/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/browser/operations/mhsmRegions.d.ts +10 -10
- package/dist/browser/operations/mhsmRegions.d.ts.map +1 -1
- package/dist/browser/operations/mhsmRegions.js +13 -18
- package/dist/browser/operations/mhsmRegions.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +6 -6
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +6 -11
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.d.ts +25 -25
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +56 -60
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts +5 -5
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +5 -10
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/secrets.d.ts +30 -32
- package/dist/browser/operations/secrets.d.ts.map +1 -1
- package/dist/browser/operations/secrets.js +67 -74
- package/dist/browser/operations/secrets.js.map +1 -1
- package/dist/browser/operations/vaults.d.ts +72 -72
- package/dist/browser/operations/vaults.d.ts.map +1 -1
- package/dist/browser/operations/vaults.js +242 -261
- package/dist/browser/operations/vaults.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +6 -6
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +10 -13
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/keys.d.ts +20 -22
- package/dist/browser/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/keys.js +2 -7
- package/dist/browser/operationsInterfaces/keys.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts +10 -10
- package/dist/browser/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedHsmKeys.js +2 -7
- package/dist/browser/operationsInterfaces/managedHsmKeys.js.map +1 -1
- package/dist/browser/operationsInterfaces/managedHsms.d.ts +54 -54
- package/dist/browser/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/managedHsms.js +2 -7
- package/dist/browser/operationsInterfaces/managedHsms.js.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmRegions.d.ts +4 -4
- package/dist/browser/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/mhsmRegions.js +2 -7
- package/dist/browser/operationsInterfaces/mhsmRegions.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +3 -3
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +3 -3
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/secrets.d.ts +18 -20
- package/dist/browser/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/secrets.js +2 -7
- package/dist/browser/operationsInterfaces/secrets.js.map +1 -1
- package/dist/browser/operationsInterfaces/vaults.d.ts +50 -50
- package/dist/browser/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/vaults.js +2 -7
- package/dist/browser/operationsInterfaces/vaults.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +2 -7
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/keyVaultManagementClient.d.ts +11 -12
- package/dist/commonjs/keyVaultManagementClient.d.ts.map +1 -1
- package/dist/commonjs/keyVaultManagementClient.js +23 -30
- package/dist/commonjs/keyVaultManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +2 -7
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1514 -1451
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +205 -202
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +76 -72
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1696 -1554
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +17 -19
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +107 -132
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +6 -6
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +10 -13
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/keys.d.ts +36 -38
- package/dist/commonjs/operations/keys.d.ts.map +1 -1
- package/dist/commonjs/operations/keys.js +71 -78
- package/dist/commonjs/operations/keys.js.map +1 -1
- package/dist/commonjs/operations/managedHsmKeys.d.ts +20 -20
- package/dist/commonjs/operations/managedHsmKeys.d.ts.map +1 -1
- package/dist/commonjs/operations/managedHsmKeys.js +62 -67
- package/dist/commonjs/operations/managedHsmKeys.js.map +1 -1
- package/dist/commonjs/operations/managedHsms.d.ts +77 -77
- package/dist/commonjs/operations/managedHsms.d.ts.map +1 -1
- package/dist/commonjs/operations/managedHsms.js +242 -255
- package/dist/commonjs/operations/managedHsms.js.map +1 -1
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js +27 -31
- package/dist/commonjs/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts +5 -5
- package/dist/commonjs/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/mhsmPrivateLinkResources.js +5 -10
- package/dist/commonjs/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/mhsmRegions.d.ts +10 -10
- package/dist/commonjs/operations/mhsmRegions.d.ts.map +1 -1
- package/dist/commonjs/operations/mhsmRegions.js +13 -18
- package/dist/commonjs/operations/mhsmRegions.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +6 -6
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +6 -11
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +25 -25
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +55 -59
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts +5 -5
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +5 -10
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/secrets.d.ts +30 -32
- package/dist/commonjs/operations/secrets.d.ts.map +1 -1
- package/dist/commonjs/operations/secrets.js +67 -74
- package/dist/commonjs/operations/secrets.js.map +1 -1
- package/dist/commonjs/operations/vaults.d.ts +72 -72
- package/dist/commonjs/operations/vaults.d.ts.map +1 -1
- package/dist/commonjs/operations/vaults.js +241 -260
- package/dist/commonjs/operations/vaults.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +6 -6
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +10 -13
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/keys.d.ts +20 -22
- package/dist/commonjs/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/keys.js +2 -7
- package/dist/commonjs/operationsInterfaces/keys.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts +10 -10
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedHsmKeys.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedHsms.d.ts +54 -54
- package/dist/commonjs/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/managedHsms.js +2 -7
- package/dist/commonjs/operationsInterfaces/managedHsms.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts +4 -4
- package/dist/commonjs/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/mhsmRegions.js +2 -7
- package/dist/commonjs/operationsInterfaces/mhsmRegions.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/secrets.d.ts +18 -20
- package/dist/commonjs/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/secrets.js +2 -7
- package/dist/commonjs/operationsInterfaces/secrets.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/vaults.d.ts +50 -50
- package/dist/commonjs/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/vaults.js +2 -7
- package/dist/commonjs/operationsInterfaces/vaults.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +2 -7
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/keyVaultManagementClient.d.ts +11 -12
- package/dist/esm/keyVaultManagementClient.d.ts.map +1 -1
- package/dist/esm/keyVaultManagementClient.js +24 -31
- package/dist/esm/keyVaultManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +2 -7
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1514 -1451
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +204 -201
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +76 -72
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1693 -1551
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +17 -19
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +107 -132
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/index.d.ts +6 -6
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +10 -13
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/keys.d.ts +36 -38
- package/dist/esm/operations/keys.d.ts.map +1 -1
- package/dist/esm/operations/keys.js +71 -78
- package/dist/esm/operations/keys.js.map +1 -1
- package/dist/esm/operations/managedHsmKeys.d.ts +20 -20
- package/dist/esm/operations/managedHsmKeys.d.ts.map +1 -1
- package/dist/esm/operations/managedHsmKeys.js +62 -67
- package/dist/esm/operations/managedHsmKeys.js.map +1 -1
- package/dist/esm/operations/managedHsms.d.ts +77 -77
- package/dist/esm/operations/managedHsms.d.ts.map +1 -1
- package/dist/esm/operations/managedHsms.js +243 -256
- package/dist/esm/operations/managedHsms.js.map +1 -1
- package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
- package/dist/esm/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/mhsmPrivateEndpointConnections.js +28 -32
- package/dist/esm/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/mhsmPrivateLinkResources.d.ts +5 -5
- package/dist/esm/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/mhsmPrivateLinkResources.js +5 -10
- package/dist/esm/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/esm/operations/mhsmRegions.d.ts +10 -10
- package/dist/esm/operations/mhsmRegions.d.ts.map +1 -1
- package/dist/esm/operations/mhsmRegions.js +13 -18
- package/dist/esm/operations/mhsmRegions.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +6 -6
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +6 -11
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.d.ts +25 -25
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +56 -60
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts +5 -5
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +5 -10
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/secrets.d.ts +30 -32
- package/dist/esm/operations/secrets.d.ts.map +1 -1
- package/dist/esm/operations/secrets.js +67 -74
- package/dist/esm/operations/secrets.js.map +1 -1
- package/dist/esm/operations/vaults.d.ts +72 -72
- package/dist/esm/operations/vaults.d.ts.map +1 -1
- package/dist/esm/operations/vaults.js +242 -261
- package/dist/esm/operations/vaults.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +6 -6
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +10 -13
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/keys.d.ts +20 -22
- package/dist/esm/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/keys.js +2 -7
- package/dist/esm/operationsInterfaces/keys.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts +10 -10
- package/dist/esm/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedHsmKeys.js +2 -7
- package/dist/esm/operationsInterfaces/managedHsmKeys.js.map +1 -1
- package/dist/esm/operationsInterfaces/managedHsms.d.ts +54 -54
- package/dist/esm/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/managedHsms.js +2 -7
- package/dist/esm/operationsInterfaces/managedHsms.js.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmRegions.d.ts +4 -4
- package/dist/esm/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/mhsmRegions.js +2 -7
- package/dist/esm/operationsInterfaces/mhsmRegions.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +3 -3
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +3 -3
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/secrets.d.ts +18 -20
- package/dist/esm/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/secrets.js +2 -7
- package/dist/esm/operationsInterfaces/secrets.js.map +1 -1
- package/dist/esm/operationsInterfaces/vaults.d.ts +50 -50
- package/dist/esm/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/vaults.js +2 -7
- package/dist/esm/operationsInterfaces/vaults.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +2 -7
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/keyVaultManagementClient.d.ts +11 -12
- package/dist/react-native/keyVaultManagementClient.d.ts.map +1 -1
- package/dist/react-native/keyVaultManagementClient.js +24 -31
- package/dist/react-native/keyVaultManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +2 -7
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1514 -1451
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +204 -201
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +76 -72
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1693 -1551
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +17 -19
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +107 -132
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +6 -6
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +10 -13
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/keys.d.ts +36 -38
- package/dist/react-native/operations/keys.d.ts.map +1 -1
- package/dist/react-native/operations/keys.js +71 -78
- package/dist/react-native/operations/keys.js.map +1 -1
- package/dist/react-native/operations/managedHsmKeys.d.ts +20 -20
- package/dist/react-native/operations/managedHsmKeys.d.ts.map +1 -1
- package/dist/react-native/operations/managedHsmKeys.js +62 -67
- package/dist/react-native/operations/managedHsmKeys.js.map +1 -1
- package/dist/react-native/operations/managedHsms.d.ts +77 -77
- package/dist/react-native/operations/managedHsms.d.ts.map +1 -1
- package/dist/react-native/operations/managedHsms.js +243 -256
- package/dist/react-native/operations/managedHsms.js.map +1 -1
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts +19 -19
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.js +28 -32
- package/dist/react-native/operations/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts +5 -5
- package/dist/react-native/operations/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/mhsmPrivateLinkResources.js +5 -10
- package/dist/react-native/operations/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operations/mhsmRegions.d.ts +10 -10
- package/dist/react-native/operations/mhsmRegions.d.ts.map +1 -1
- package/dist/react-native/operations/mhsmRegions.js +13 -18
- package/dist/react-native/operations/mhsmRegions.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +6 -6
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +6 -11
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.d.ts +25 -25
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +56 -60
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts +5 -5
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +5 -10
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/secrets.d.ts +30 -32
- package/dist/react-native/operations/secrets.d.ts.map +1 -1
- package/dist/react-native/operations/secrets.js +67 -74
- package/dist/react-native/operations/secrets.js.map +1 -1
- package/dist/react-native/operations/vaults.d.ts +72 -72
- package/dist/react-native/operations/vaults.d.ts.map +1 -1
- package/dist/react-native/operations/vaults.js +242 -261
- package/dist/react-native/operations/vaults.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +6 -6
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +10 -13
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/keys.d.ts +20 -22
- package/dist/react-native/operationsInterfaces/keys.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/keys.js +2 -7
- package/dist/react-native/operationsInterfaces/keys.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts +10 -10
- package/dist/react-native/operationsInterfaces/managedHsmKeys.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedHsmKeys.js +2 -7
- package/dist/react-native/operationsInterfaces/managedHsmKeys.js.map +1 -1
- package/dist/react-native/operationsInterfaces/managedHsms.d.ts +54 -54
- package/dist/react-native/operationsInterfaces/managedHsms.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/managedHsms.js +2 -7
- package/dist/react-native/operationsInterfaces/managedHsms.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts +13 -13
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/mhsmPrivateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/mhsmPrivateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts +4 -4
- package/dist/react-native/operationsInterfaces/mhsmRegions.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/mhsmRegions.js +2 -7
- package/dist/react-native/operationsInterfaces/mhsmRegions.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +13 -13
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/secrets.d.ts +18 -20
- package/dist/react-native/operationsInterfaces/secrets.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/secrets.js +2 -7
- package/dist/react-native/operationsInterfaces/secrets.js.map +1 -1
- package/dist/react-native/operationsInterfaces/vaults.d.ts +50 -50
- package/dist/react-native/operationsInterfaces/vaults.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/vaults.js +2 -7
- package/dist/react-native/operationsInterfaces/vaults.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +2 -7
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +40 -41
- package/CHANGELOG.md +0 -121
- package/review/arm-keyvault-node.api.md +0 -1722
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { ManagedHsmKeys } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { KeyVaultManagementClient } from "../keyVaultManagementClient.js";
|
|
4
|
-
import { ManagedHsmKey, ManagedHsmKeysListOptionalParams, ManagedHsmKeysListVersionsOptionalParams,
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { ManagedHsmKeys } from "../operationsInterfaces/index.js";
|
|
3
|
+
import type { KeyVaultManagementClient } from "../keyVaultManagementClient.js";
|
|
4
|
+
import type { ManagedHsmKey, ManagedHsmKeysListOptionalParams, ManagedHsmKeysListVersionsOptionalParams, ManagedHsmKeysGetOptionalParams, ManagedHsmKeysGetResponse, ManagedHsmKeyCreateParameters, ManagedHsmKeysCreateIfNotExistOptionalParams, ManagedHsmKeysCreateIfNotExistResponse, ManagedHsmKeysGetVersionOptionalParams, ManagedHsmKeysGetVersionResponse } from "../models/index.js";
|
|
5
5
|
/** Class containing ManagedHsmKeys operations. */
|
|
6
6
|
export declare class ManagedHsmKeysImpl implements ManagedHsmKeys {
|
|
7
7
|
private readonly client;
|
|
@@ -20,7 +20,7 @@ export declare class ManagedHsmKeysImpl implements ManagedHsmKeys {
|
|
|
20
20
|
private listPagingPage;
|
|
21
21
|
private listPagingAll;
|
|
22
22
|
/**
|
|
23
|
-
* Lists the
|
|
23
|
+
* Lists the keys in the specified managed HSM.
|
|
24
24
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
25
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
26
26
|
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
@@ -32,18 +32,12 @@ export declare class ManagedHsmKeysImpl implements ManagedHsmKeys {
|
|
|
32
32
|
private listVersionsPagingPage;
|
|
33
33
|
private listVersionsPagingAll;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
36
|
-
* key is returned without any write operations being performed. This API does not create subsequent
|
|
37
|
-
* versions, and does not update existing keys.
|
|
35
|
+
* Lists the keys in the specified managed HSM.
|
|
38
36
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
37
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
40
|
-
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
41
|
-
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
42
|
-
* sensitive information.
|
|
43
|
-
* @param parameters The parameters used to create the specified key.
|
|
44
38
|
* @param options The options parameters.
|
|
45
39
|
*/
|
|
46
|
-
|
|
40
|
+
private _list;
|
|
47
41
|
/**
|
|
48
42
|
* Gets the current version of the specified key from the specified managed HSM.
|
|
49
43
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -55,33 +49,39 @@ export declare class ManagedHsmKeysImpl implements ManagedHsmKeys {
|
|
|
55
49
|
*/
|
|
56
50
|
get(resourceGroupName: string, name: string, keyName: string, options?: ManagedHsmKeysGetOptionalParams): Promise<ManagedHsmKeysGetResponse>;
|
|
57
51
|
/**
|
|
58
|
-
*
|
|
52
|
+
* Creates the first version of a new key if it does not exist. If it already exists, then the existing
|
|
53
|
+
* key is returned without any write operations being performed. This API does not create subsequent
|
|
54
|
+
* versions, and does not update existing keys.
|
|
59
55
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
60
56
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
57
|
+
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
58
|
+
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
59
|
+
* sensitive information.
|
|
60
|
+
* @param parameters The parameters used to create the specified key.
|
|
61
61
|
* @param options The options parameters.
|
|
62
62
|
*/
|
|
63
|
-
|
|
63
|
+
createIfNotExist(resourceGroupName: string, name: string, keyName: string, parameters: ManagedHsmKeyCreateParameters, options?: ManagedHsmKeysCreateIfNotExistOptionalParams): Promise<ManagedHsmKeysCreateIfNotExistResponse>;
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* Lists the keys in the specified managed HSM.
|
|
66
66
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
67
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
68
68
|
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
69
69
|
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
70
70
|
* sensitive information.
|
|
71
|
-
* @param keyVersion The version of the key to be retrieved.
|
|
72
71
|
* @param options The options parameters.
|
|
73
72
|
*/
|
|
74
|
-
|
|
73
|
+
private _listVersions;
|
|
75
74
|
/**
|
|
76
|
-
*
|
|
75
|
+
* Gets the specified version of the specified key in the specified managed HSM.
|
|
77
76
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
78
77
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
79
78
|
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
80
79
|
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
81
80
|
* sensitive information.
|
|
81
|
+
* @param keyVersion The version of the key to be retrieved.
|
|
82
82
|
* @param options The options parameters.
|
|
83
83
|
*/
|
|
84
|
-
|
|
84
|
+
getVersion(resourceGroupName: string, name: string, keyName: string, keyVersion: string, options?: ManagedHsmKeysGetVersionOptionalParams): Promise<ManagedHsmKeysGetVersionResponse>;
|
|
85
85
|
/**
|
|
86
86
|
* ListNext
|
|
87
87
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managedHsmKeys.d.ts","sourceRoot":"","sources":["../../../src/operations/managedHsmKeys.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"managedHsmKeys.d.ts","sourceRoot":"","sources":["../../../src/operations/managedHsmKeys.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAC/E,OAAO,KAAK,EACV,aAAa,EAEb,gCAAgC,EAGhC,wCAAwC,EAExC,+BAA+B,EAC/B,yBAAyB,EACzB,6BAA6B,EAC7B,4CAA4C,EAC5C,sCAAsC,EACtC,sCAAsC,EACtC,gCAAgC,EAGjC,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,CAAC,EAAE,gCAAgC,GACzC,0BAA0B,CAAC,aAAa,CAAC;YAkB7B,cAAc;YAwBd,aAAa;IAU5B;;;;;;;;OAQG;IACI,YAAY,CACjB,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,aAAa,CAAC;YAkB7B,sBAAsB;YA+BtB,qBAAqB;IAgBpC;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;;;;;;;OAWG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,6BAA6B,EACzC,OAAO,CAAC,EAAE,4CAA4C,GACrD,OAAO,CAAC,sCAAsC,CAAC;IAOlD;;;;;;;;OAQG;IACH,OAAO,CAAC,aAAa;IAYrB;;;;;;;;;OASG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,IAAI,EAAE,MAAM,EACZ,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAO5C;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;IAYjB;;;;;;;;;OASG;IACH,OAAO,CAAC,iBAAiB;CAY1B"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
import { setContinuationToken } from "../pagingHelper.js";
|
|
9
4
|
import * as coreClient from "@azure/core-client";
|
|
10
5
|
import * as Mappers from "../models/mappers.js";
|
|
@@ -48,7 +43,7 @@ export class ManagedHsmKeysImpl {
|
|
|
48
43
|
let continuationToken = settings?.continuationToken;
|
|
49
44
|
if (!continuationToken) {
|
|
50
45
|
result = await this._list(resourceGroupName, name, options);
|
|
51
|
-
|
|
46
|
+
const page = result.value || [];
|
|
52
47
|
continuationToken = result.nextLink;
|
|
53
48
|
setContinuationToken(page, continuationToken);
|
|
54
49
|
yield page;
|
|
@@ -56,7 +51,7 @@ export class ManagedHsmKeysImpl {
|
|
|
56
51
|
while (continuationToken) {
|
|
57
52
|
result = await this._listNext(resourceGroupName, name, continuationToken, options);
|
|
58
53
|
continuationToken = result.nextLink;
|
|
59
|
-
|
|
54
|
+
const page = result.value || [];
|
|
60
55
|
setContinuationToken(page, continuationToken);
|
|
61
56
|
yield page;
|
|
62
57
|
}
|
|
@@ -67,7 +62,7 @@ export class ManagedHsmKeysImpl {
|
|
|
67
62
|
}
|
|
68
63
|
}
|
|
69
64
|
/**
|
|
70
|
-
* Lists the
|
|
65
|
+
* Lists the keys in the specified managed HSM.
|
|
71
66
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
72
67
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
73
68
|
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
@@ -97,7 +92,7 @@ export class ManagedHsmKeysImpl {
|
|
|
97
92
|
let continuationToken = settings?.continuationToken;
|
|
98
93
|
if (!continuationToken) {
|
|
99
94
|
result = await this._listVersions(resourceGroupName, name, keyName, options);
|
|
100
|
-
|
|
95
|
+
const page = result.value || [];
|
|
101
96
|
continuationToken = result.nextLink;
|
|
102
97
|
setContinuationToken(page, continuationToken);
|
|
103
98
|
yield page;
|
|
@@ -105,7 +100,7 @@ export class ManagedHsmKeysImpl {
|
|
|
105
100
|
while (continuationToken) {
|
|
106
101
|
result = await this._listVersionsNext(resourceGroupName, name, keyName, continuationToken, options);
|
|
107
102
|
continuationToken = result.nextLink;
|
|
108
|
-
|
|
103
|
+
const page = result.value || [];
|
|
109
104
|
setContinuationToken(page, continuationToken);
|
|
110
105
|
yield page;
|
|
111
106
|
}
|
|
@@ -116,19 +111,13 @@ export class ManagedHsmKeysImpl {
|
|
|
116
111
|
}
|
|
117
112
|
}
|
|
118
113
|
/**
|
|
119
|
-
*
|
|
120
|
-
* key is returned without any write operations being performed. This API does not create subsequent
|
|
121
|
-
* versions, and does not update existing keys.
|
|
114
|
+
* Lists the keys in the specified managed HSM.
|
|
122
115
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
123
116
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
124
|
-
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
125
|
-
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
126
|
-
* sensitive information.
|
|
127
|
-
* @param parameters The parameters used to create the specified key.
|
|
128
117
|
* @param options The options parameters.
|
|
129
118
|
*/
|
|
130
|
-
|
|
131
|
-
return this.client.sendOperationRequest({ resourceGroupName, name,
|
|
119
|
+
_list(resourceGroupName, name, options) {
|
|
120
|
+
return this.client.sendOperationRequest({ resourceGroupName, name, options }, listOperationSpec);
|
|
132
121
|
}
|
|
133
122
|
/**
|
|
134
123
|
* Gets the current version of the specified key from the specified managed HSM.
|
|
@@ -143,38 +132,44 @@ export class ManagedHsmKeysImpl {
|
|
|
143
132
|
return this.client.sendOperationRequest({ resourceGroupName, name, keyName, options }, getOperationSpec);
|
|
144
133
|
}
|
|
145
134
|
/**
|
|
146
|
-
*
|
|
135
|
+
* Creates the first version of a new key if it does not exist. If it already exists, then the existing
|
|
136
|
+
* key is returned without any write operations being performed. This API does not create subsequent
|
|
137
|
+
* versions, and does not update existing keys.
|
|
147
138
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
148
139
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
140
|
+
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
141
|
+
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
142
|
+
* sensitive information.
|
|
143
|
+
* @param parameters The parameters used to create the specified key.
|
|
149
144
|
* @param options The options parameters.
|
|
150
145
|
*/
|
|
151
|
-
|
|
152
|
-
return this.client.sendOperationRequest({ resourceGroupName, name, options },
|
|
146
|
+
createIfNotExist(resourceGroupName, name, keyName, parameters, options) {
|
|
147
|
+
return this.client.sendOperationRequest({ resourceGroupName, name, keyName, parameters, options }, createIfNotExistOperationSpec);
|
|
153
148
|
}
|
|
154
149
|
/**
|
|
155
|
-
*
|
|
150
|
+
* Lists the keys in the specified managed HSM.
|
|
156
151
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
157
152
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
158
153
|
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
159
154
|
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
160
155
|
* sensitive information.
|
|
161
|
-
* @param keyVersion The version of the key to be retrieved.
|
|
162
156
|
* @param options The options parameters.
|
|
163
157
|
*/
|
|
164
|
-
|
|
165
|
-
return this.client.sendOperationRequest({ resourceGroupName, name, keyName,
|
|
158
|
+
_listVersions(resourceGroupName, name, keyName, options) {
|
|
159
|
+
return this.client.sendOperationRequest({ resourceGroupName, name, keyName, options }, listVersionsOperationSpec);
|
|
166
160
|
}
|
|
167
161
|
/**
|
|
168
|
-
*
|
|
162
|
+
* Gets the specified version of the specified key in the specified managed HSM.
|
|
169
163
|
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
170
164
|
* @param name The name of the Managed HSM Pool within the specified resource group.
|
|
171
165
|
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
172
166
|
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
173
167
|
* sensitive information.
|
|
168
|
+
* @param keyVersion The version of the key to be retrieved.
|
|
174
169
|
* @param options The options parameters.
|
|
175
170
|
*/
|
|
176
|
-
|
|
177
|
-
return this.client.sendOperationRequest({ resourceGroupName, name, keyName, options },
|
|
171
|
+
getVersion(resourceGroupName, name, keyName, keyVersion, options) {
|
|
172
|
+
return this.client.sendOperationRequest({ resourceGroupName, name, keyName, keyVersion, options }, getVersionOperationSpec);
|
|
178
173
|
}
|
|
179
174
|
/**
|
|
180
175
|
* ListNext
|
|
@@ -202,28 +197,25 @@ export class ManagedHsmKeysImpl {
|
|
|
202
197
|
}
|
|
203
198
|
// Operation Specifications
|
|
204
199
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
205
|
-
const
|
|
206
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys
|
|
207
|
-
httpMethod: "
|
|
200
|
+
const listOperationSpec = {
|
|
201
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys",
|
|
202
|
+
httpMethod: "GET",
|
|
208
203
|
responses: {
|
|
209
204
|
200: {
|
|
210
|
-
bodyMapper: Mappers.
|
|
205
|
+
bodyMapper: Mappers.ManagedHsmKeyListResult,
|
|
211
206
|
},
|
|
212
207
|
default: {
|
|
213
208
|
bodyMapper: Mappers.CloudError,
|
|
214
209
|
},
|
|
215
210
|
},
|
|
216
|
-
requestBody: Parameters.parameters1,
|
|
217
211
|
queryParameters: [Parameters.apiVersion],
|
|
218
212
|
urlParameters: [
|
|
219
213
|
Parameters.$host,
|
|
220
214
|
Parameters.subscriptionId,
|
|
221
|
-
Parameters.
|
|
222
|
-
Parameters.
|
|
223
|
-
Parameters.name,
|
|
215
|
+
Parameters.resourceGroupName,
|
|
216
|
+
Parameters.name1,
|
|
224
217
|
],
|
|
225
|
-
headerParameters: [Parameters.
|
|
226
|
-
mediaType: "json",
|
|
218
|
+
headerParameters: [Parameters.accept],
|
|
227
219
|
serializer,
|
|
228
220
|
};
|
|
229
221
|
const getOperationSpec = {
|
|
@@ -241,40 +233,43 @@ const getOperationSpec = {
|
|
|
241
233
|
urlParameters: [
|
|
242
234
|
Parameters.$host,
|
|
243
235
|
Parameters.subscriptionId,
|
|
236
|
+
Parameters.resourceGroupName,
|
|
237
|
+
Parameters.name1,
|
|
244
238
|
Parameters.keyName,
|
|
245
|
-
Parameters.resourceGroupName1,
|
|
246
|
-
Parameters.name,
|
|
247
239
|
],
|
|
248
240
|
headerParameters: [Parameters.accept],
|
|
249
241
|
serializer,
|
|
250
242
|
};
|
|
251
|
-
const
|
|
252
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys",
|
|
253
|
-
httpMethod: "
|
|
243
|
+
const createIfNotExistOperationSpec = {
|
|
244
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}",
|
|
245
|
+
httpMethod: "PUT",
|
|
254
246
|
responses: {
|
|
255
247
|
200: {
|
|
256
|
-
bodyMapper: Mappers.
|
|
248
|
+
bodyMapper: Mappers.ManagedHsmKey,
|
|
257
249
|
},
|
|
258
250
|
default: {
|
|
259
251
|
bodyMapper: Mappers.CloudError,
|
|
260
252
|
},
|
|
261
253
|
},
|
|
254
|
+
requestBody: Parameters.parameters4,
|
|
262
255
|
queryParameters: [Parameters.apiVersion],
|
|
263
256
|
urlParameters: [
|
|
264
257
|
Parameters.$host,
|
|
265
258
|
Parameters.subscriptionId,
|
|
266
|
-
Parameters.
|
|
267
|
-
Parameters.
|
|
259
|
+
Parameters.resourceGroupName,
|
|
260
|
+
Parameters.name1,
|
|
261
|
+
Parameters.keyName,
|
|
268
262
|
],
|
|
269
|
-
headerParameters: [Parameters.accept],
|
|
263
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
264
|
+
mediaType: "json",
|
|
270
265
|
serializer,
|
|
271
266
|
};
|
|
272
|
-
const
|
|
273
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}/versions
|
|
267
|
+
const listVersionsOperationSpec = {
|
|
268
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}/versions",
|
|
274
269
|
httpMethod: "GET",
|
|
275
270
|
responses: {
|
|
276
271
|
200: {
|
|
277
|
-
bodyMapper: Mappers.
|
|
272
|
+
bodyMapper: Mappers.ManagedHsmKeyListResult,
|
|
278
273
|
},
|
|
279
274
|
default: {
|
|
280
275
|
bodyMapper: Mappers.CloudError,
|
|
@@ -284,20 +279,19 @@ const getVersionOperationSpec = {
|
|
|
284
279
|
urlParameters: [
|
|
285
280
|
Parameters.$host,
|
|
286
281
|
Parameters.subscriptionId,
|
|
282
|
+
Parameters.resourceGroupName,
|
|
283
|
+
Parameters.name1,
|
|
287
284
|
Parameters.keyName,
|
|
288
|
-
Parameters.keyVersion,
|
|
289
|
-
Parameters.resourceGroupName1,
|
|
290
|
-
Parameters.name,
|
|
291
285
|
],
|
|
292
286
|
headerParameters: [Parameters.accept],
|
|
293
287
|
serializer,
|
|
294
288
|
};
|
|
295
|
-
const
|
|
296
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}/versions",
|
|
289
|
+
const getVersionOperationSpec = {
|
|
290
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}/versions/{keyVersion}",
|
|
297
291
|
httpMethod: "GET",
|
|
298
292
|
responses: {
|
|
299
293
|
200: {
|
|
300
|
-
bodyMapper: Mappers.
|
|
294
|
+
bodyMapper: Mappers.ManagedHsmKey,
|
|
301
295
|
},
|
|
302
296
|
default: {
|
|
303
297
|
bodyMapper: Mappers.CloudError,
|
|
@@ -307,9 +301,10 @@ const listVersionsOperationSpec = {
|
|
|
307
301
|
urlParameters: [
|
|
308
302
|
Parameters.$host,
|
|
309
303
|
Parameters.subscriptionId,
|
|
304
|
+
Parameters.resourceGroupName,
|
|
305
|
+
Parameters.name1,
|
|
310
306
|
Parameters.keyName,
|
|
311
|
-
Parameters.
|
|
312
|
-
Parameters.name,
|
|
307
|
+
Parameters.keyVersion,
|
|
313
308
|
],
|
|
314
309
|
headerParameters: [Parameters.accept],
|
|
315
310
|
serializer,
|
|
@@ -327,10 +322,10 @@ const listNextOperationSpec = {
|
|
|
327
322
|
},
|
|
328
323
|
urlParameters: [
|
|
329
324
|
Parameters.$host,
|
|
330
|
-
Parameters.subscriptionId,
|
|
331
325
|
Parameters.nextLink,
|
|
332
|
-
Parameters.
|
|
333
|
-
Parameters.
|
|
326
|
+
Parameters.subscriptionId,
|
|
327
|
+
Parameters.resourceGroupName,
|
|
328
|
+
Parameters.name1,
|
|
334
329
|
],
|
|
335
330
|
headerParameters: [Parameters.accept],
|
|
336
331
|
serializer,
|
|
@@ -348,11 +343,11 @@ const listVersionsNextOperationSpec = {
|
|
|
348
343
|
},
|
|
349
344
|
urlParameters: [
|
|
350
345
|
Parameters.$host,
|
|
346
|
+
Parameters.nextLink,
|
|
351
347
|
Parameters.subscriptionId,
|
|
348
|
+
Parameters.resourceGroupName,
|
|
349
|
+
Parameters.name1,
|
|
352
350
|
Parameters.keyName,
|
|
353
|
-
Parameters.nextLink,
|
|
354
|
-
Parameters.resourceGroupName1,
|
|
355
|
-
Parameters.name,
|
|
356
351
|
],
|
|
357
352
|
headerParameters: [Parameters.accept],
|
|
358
353
|
serializer,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managedHsmKeys.js","sourceRoot":"","sources":["../../../src/operations/managedHsmKeys.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 { ManagedHsmKeys } 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 { KeyVaultManagementClient } from \"../keyVaultManagementClient.js\";\nimport {\n ManagedHsmKey,\n ManagedHsmKeysListNextOptionalParams,\n ManagedHsmKeysListOptionalParams,\n ManagedHsmKeysListResponse,\n ManagedHsmKeysListVersionsNextOptionalParams,\n ManagedHsmKeysListVersionsOptionalParams,\n ManagedHsmKeysListVersionsResponse,\n ManagedHsmKeyCreateParameters,\n ManagedHsmKeysCreateIfNotExistOptionalParams,\n ManagedHsmKeysCreateIfNotExistResponse,\n ManagedHsmKeysGetOptionalParams,\n ManagedHsmKeysGetResponse,\n ManagedHsmKeysGetVersionOptionalParams,\n ManagedHsmKeysGetVersionResponse,\n ManagedHsmKeysListNextResponse,\n ManagedHsmKeysListVersionsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ManagedHsmKeys operations. */\nexport class ManagedHsmKeysImpl implements ManagedHsmKeys {\n private readonly client: KeyVaultManagementClient;\n\n /**\n * Initialize a new instance of the class ManagedHsmKeys class.\n * @param client Reference to the service client\n */\n constructor(client: KeyVaultManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the keys in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n name: string,\n options?: ManagedHsmKeysListOptionalParams,\n ): PagedAsyncIterableIterator<ManagedHsmKey> {\n const iter = this.listPagingAll(resourceGroupName, name, 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(resourceGroupName, name, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n name: string,\n options?: ManagedHsmKeysListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedHsmKey[]> {\n let result: ManagedHsmKeysListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, name, 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 name,\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 name: string,\n options?: ManagedHsmKeysListOptionalParams,\n ): AsyncIterableIterator<ManagedHsmKey> {\n for await (const page of this.listPagingPage(\n resourceGroupName,\n name,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the versions of the specified key in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param options The options parameters.\n */\n public listVersions(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysListVersionsOptionalParams,\n ): PagedAsyncIterableIterator<ManagedHsmKey> {\n const iter = this.listVersionsPagingAll(\n resourceGroupName,\n name,\n keyName,\n options,\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listVersionsPagingPage(\n resourceGroupName,\n name,\n keyName,\n options,\n settings,\n );\n },\n };\n }\n\n private async *listVersionsPagingPage(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysListVersionsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedHsmKey[]> {\n let result: ManagedHsmKeysListVersionsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listVersions(\n resourceGroupName,\n name,\n keyName,\n options,\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listVersionsNext(\n resourceGroupName,\n name,\n keyName,\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 *listVersionsPagingAll(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysListVersionsOptionalParams,\n ): AsyncIterableIterator<ManagedHsmKey> {\n for await (const page of this.listVersionsPagingPage(\n resourceGroupName,\n name,\n keyName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Creates the first version of a new key if it does not exist. If it already exists, then the existing\n * key is returned without any write operations being performed. This API does not create subsequent\n * versions, and does not update existing keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param parameters The parameters used to create the specified key.\n * @param options The options parameters.\n */\n createIfNotExist(\n resourceGroupName: string,\n name: string,\n keyName: string,\n parameters: ManagedHsmKeyCreateParameters,\n options?: ManagedHsmKeysCreateIfNotExistOptionalParams,\n ): Promise<ManagedHsmKeysCreateIfNotExistResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, parameters, options },\n createIfNotExistOperationSpec,\n );\n }\n\n /**\n * Gets the current version of the specified key from the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysGetOptionalParams,\n ): Promise<ManagedHsmKeysGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Lists the keys in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n name: string,\n options?: ManagedHsmKeysListOptionalParams,\n ): Promise<ManagedHsmKeysListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n listOperationSpec,\n );\n }\n\n /**\n * Gets the specified version of the specified key in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param keyVersion The version of the key to be retrieved.\n * @param options The options parameters.\n */\n getVersion(\n resourceGroupName: string,\n name: string,\n keyName: string,\n keyVersion: string,\n options?: ManagedHsmKeysGetVersionOptionalParams,\n ): Promise<ManagedHsmKeysGetVersionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, keyVersion, options },\n getVersionOperationSpec,\n );\n }\n\n /**\n * Lists the versions of the specified key in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param options The options parameters.\n */\n private _listVersions(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysListVersionsOptionalParams,\n ): Promise<ManagedHsmKeysListVersionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, options },\n listVersionsOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\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 name: string,\n nextLink: string,\n options?: ManagedHsmKeysListNextOptionalParams,\n ): Promise<ManagedHsmKeysListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, nextLink, options },\n listNextOperationSpec,\n );\n }\n\n /**\n * ListVersionsNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param nextLink The nextLink from the previous successful call to the ListVersions method.\n * @param options The options parameters.\n */\n private _listVersionsNext(\n resourceGroupName: string,\n name: string,\n keyName: string,\n nextLink: string,\n options?: ManagedHsmKeysListVersionsNextOptionalParams,\n ): Promise<ManagedHsmKeysListVersionsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, nextLink, options },\n listVersionsNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createIfNotExistOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKey,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.parameters1,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.keyName,\n Parameters.resourceGroupName1,\n Parameters.name,\n ],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKey,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.keyName,\n Parameters.resourceGroupName1,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKeyListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName1,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getVersionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}/versions/{keyVersion}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKey,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.keyName,\n Parameters.keyVersion,\n Parameters.resourceGroupName1,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listVersionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}/versions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKeyListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.keyName,\n Parameters.resourceGroupName1,\n Parameters.name,\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.ManagedHsmKeyListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.nextLink,\n Parameters.resourceGroupName1,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listVersionsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKeyListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.keyName,\n Parameters.nextLink,\n Parameters.resourceGroupName1,\n Parameters.name,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
1
|
+
{"version":3,"file":"managedHsmKeys.js","sourceRoot":"","sources":["../../../src/operations/managedHsmKeys.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport type { ManagedHsmKeys } 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 type { KeyVaultManagementClient } from \"../keyVaultManagementClient.js\";\nimport type {\n ManagedHsmKey,\n ManagedHsmKeysListNextOptionalParams,\n ManagedHsmKeysListOptionalParams,\n ManagedHsmKeysListResponse,\n ManagedHsmKeysListVersionsNextOptionalParams,\n ManagedHsmKeysListVersionsOptionalParams,\n ManagedHsmKeysListVersionsResponse,\n ManagedHsmKeysGetOptionalParams,\n ManagedHsmKeysGetResponse,\n ManagedHsmKeyCreateParameters,\n ManagedHsmKeysCreateIfNotExistOptionalParams,\n ManagedHsmKeysCreateIfNotExistResponse,\n ManagedHsmKeysGetVersionOptionalParams,\n ManagedHsmKeysGetVersionResponse,\n ManagedHsmKeysListNextResponse,\n ManagedHsmKeysListVersionsNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing ManagedHsmKeys operations. */\nexport class ManagedHsmKeysImpl implements ManagedHsmKeys {\n private readonly client: KeyVaultManagementClient;\n\n /**\n * Initialize a new instance of the class ManagedHsmKeys class.\n * @param client Reference to the service client\n */\n constructor(client: KeyVaultManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the keys in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param options The options parameters.\n */\n public list(\n resourceGroupName: string,\n name: string,\n options?: ManagedHsmKeysListOptionalParams,\n ): PagedAsyncIterableIterator<ManagedHsmKey> {\n const iter = this.listPagingAll(resourceGroupName, name, 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(resourceGroupName, name, options, settings);\n },\n };\n }\n\n private async *listPagingPage(\n resourceGroupName: string,\n name: string,\n options?: ManagedHsmKeysListOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedHsmKey[]> {\n let result: ManagedHsmKeysListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(resourceGroupName, name, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(resourceGroupName, name, continuationToken, options);\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n resourceGroupName: string,\n name: string,\n options?: ManagedHsmKeysListOptionalParams,\n ): AsyncIterableIterator<ManagedHsmKey> {\n for await (const page of this.listPagingPage(resourceGroupName, name, options)) {\n yield* page;\n }\n }\n\n /**\n * Lists the keys in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param options The options parameters.\n */\n public listVersions(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysListVersionsOptionalParams,\n ): PagedAsyncIterableIterator<ManagedHsmKey> {\n const iter = this.listVersionsPagingAll(resourceGroupName, name, keyName, 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.listVersionsPagingPage(resourceGroupName, name, keyName, options, settings);\n },\n };\n }\n\n private async *listVersionsPagingPage(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysListVersionsOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<ManagedHsmKey[]> {\n let result: ManagedHsmKeysListVersionsResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listVersions(resourceGroupName, name, keyName, options);\n const page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listVersionsNext(\n resourceGroupName,\n name,\n keyName,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n const page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listVersionsPagingAll(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysListVersionsOptionalParams,\n ): AsyncIterableIterator<ManagedHsmKey> {\n for await (const page of this.listVersionsPagingPage(\n resourceGroupName,\n name,\n keyName,\n options,\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the keys in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param options The options parameters.\n */\n private _list(\n resourceGroupName: string,\n name: string,\n options?: ManagedHsmKeysListOptionalParams,\n ): Promise<ManagedHsmKeysListResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, options },\n listOperationSpec,\n );\n }\n\n /**\n * Gets the current version of the specified key from the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysGetOptionalParams,\n ): Promise<ManagedHsmKeysGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, options },\n getOperationSpec,\n );\n }\n\n /**\n * Creates the first version of a new key if it does not exist. If it already exists, then the existing\n * key is returned without any write operations being performed. This API does not create subsequent\n * versions, and does not update existing keys.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param parameters The parameters used to create the specified key.\n * @param options The options parameters.\n */\n createIfNotExist(\n resourceGroupName: string,\n name: string,\n keyName: string,\n parameters: ManagedHsmKeyCreateParameters,\n options?: ManagedHsmKeysCreateIfNotExistOptionalParams,\n ): Promise<ManagedHsmKeysCreateIfNotExistResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, parameters, options },\n createIfNotExistOperationSpec,\n );\n }\n\n /**\n * Lists the keys in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param options The options parameters.\n */\n private _listVersions(\n resourceGroupName: string,\n name: string,\n keyName: string,\n options?: ManagedHsmKeysListVersionsOptionalParams,\n ): Promise<ManagedHsmKeysListVersionsResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, options },\n listVersionsOperationSpec,\n );\n }\n\n /**\n * Gets the specified version of the specified key in the specified managed HSM.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param keyVersion The version of the key to be retrieved.\n * @param options The options parameters.\n */\n getVersion(\n resourceGroupName: string,\n name: string,\n keyName: string,\n keyVersion: string,\n options?: ManagedHsmKeysGetVersionOptionalParams,\n ): Promise<ManagedHsmKeysGetVersionResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, keyVersion, options },\n getVersionOperationSpec,\n );\n }\n\n /**\n * ListNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\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 name: string,\n nextLink: string,\n options?: ManagedHsmKeysListNextOptionalParams,\n ): Promise<ManagedHsmKeysListNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, nextLink, options },\n listNextOperationSpec,\n );\n }\n\n /**\n * ListVersionsNext\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param name The name of the Managed HSM Pool within the specified resource group.\n * @param keyName The name of the key to be created. The value you provide may be copied globally for\n * the purpose of running the service. The value provided should not include personally identifiable or\n * sensitive information.\n * @param nextLink The nextLink from the previous successful call to the ListVersions method.\n * @param options The options parameters.\n */\n private _listVersionsNext(\n resourceGroupName: string,\n name: string,\n keyName: string,\n nextLink: string,\n options?: ManagedHsmKeysListVersionsNextOptionalParams,\n ): Promise<ManagedHsmKeysListVersionsNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, name, keyName, nextLink, options },\n listVersionsNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKeyListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKey,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name1,\n Parameters.keyName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createIfNotExistOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKey,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n requestBody: Parameters.parameters4,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name1,\n Parameters.keyName,\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst listVersionsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}/versions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKeyListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name1,\n Parameters.keyName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getVersionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/keys/{keyName}/versions/{keyVersion}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKey,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name1,\n Parameters.keyName,\n Parameters.keyVersion,\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.ManagedHsmKeyListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name1,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listVersionsNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.ManagedHsmKeyListResult,\n },\n default: {\n bodyMapper: Mappers.CloudError,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.name1,\n Parameters.keyName,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|