@azure/arm-keyvault 3.2.0 → 4.0.0
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 +4 -2
- 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 +39 -27
- 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 +9 -10
- 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 +1681 -1487
- 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 +112 -153
- 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 +103 -142
- 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 +338 -382
- 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 +60 -76
- 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 +6 -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 +34 -56
- 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 +27 -49
- 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 +88 -104
- 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 +6 -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 +88 -112
- 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 +335 -412
- 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 +4 -11
- 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 +38 -26
- 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 +9 -10
- 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 +1684 -1490
- 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 +112 -152
- 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 +103 -141
- 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 +337 -380
- 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 +59 -74
- 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 +6 -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 +34 -55
- 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 +27 -48
- 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 +87 -102
- 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 +6 -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 +88 -111
- 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 +334 -410
- 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 +4 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- 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 +39 -27
- 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 +9 -10
- 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 +1681 -1487
- 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 +112 -153
- 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 +103 -142
- 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 +338 -382
- 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 +60 -76
- 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 +6 -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 +34 -56
- 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 +27 -49
- 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 +88 -104
- 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 +6 -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 +88 -112
- 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 +335 -412
- 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 +4 -11
- 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 +39 -27
- 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 +9 -10
- 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 +1681 -1487
- 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 +112 -153
- 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 +103 -142
- 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 +338 -382
- 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 +60 -76
- 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 +6 -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 +34 -56
- 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 +27 -49
- 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 +88 -104
- 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 +6 -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 +88 -112
- 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 +335 -412
- 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 +4 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/package.json +56 -65
- package/CHANGELOG.md +0 -121
- package/review/arm-keyvault.api.md +0 -1723
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Keys } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { KeyVaultManagementClient } from "../keyVaultManagementClient.js";
|
|
4
|
-
import { Key, KeysListOptionalParams, KeysListVersionsOptionalParams,
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { Keys } from "../operationsInterfaces/index.js";
|
|
3
|
+
import type { KeyVaultManagementClient } from "../keyVaultManagementClient.js";
|
|
4
|
+
import type { Key, KeysListOptionalParams, KeysListVersionsOptionalParams, KeysGetOptionalParams, KeysGetResponse, KeyCreateParameters, KeysCreateIfNotExistOptionalParams, KeysCreateIfNotExistResponse, KeysGetVersionOptionalParams, KeysGetVersionResponse } from "../models/index.js";
|
|
5
5
|
/** Class containing Keys operations. */
|
|
6
6
|
export declare class KeysImpl implements Keys {
|
|
7
7
|
private readonly client;
|
|
@@ -12,81 +12,79 @@ export declare class KeysImpl implements Keys {
|
|
|
12
12
|
constructor(client: KeyVaultManagementClient);
|
|
13
13
|
/**
|
|
14
14
|
* Lists the keys in the specified key vault.
|
|
15
|
-
* @param resourceGroupName The name of the resource group
|
|
16
|
-
* @param vaultName The name of the vault which contains the
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
17
17
|
* @param options The options parameters.
|
|
18
18
|
*/
|
|
19
19
|
list(resourceGroupName: string, vaultName: string, options?: KeysListOptionalParams): PagedAsyncIterableIterator<Key>;
|
|
20
20
|
private listPagingPage;
|
|
21
21
|
private listPagingAll;
|
|
22
22
|
/**
|
|
23
|
-
* Lists the
|
|
24
|
-
* @param resourceGroupName The name of the resource group
|
|
25
|
-
* @param vaultName The name of the vault which contains the key
|
|
26
|
-
* @param keyName The name of the key
|
|
23
|
+
* Lists the keys in the specified key vault.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
26
|
+
* @param keyName The name of the key version to be retrieved.
|
|
27
27
|
* @param options The options parameters.
|
|
28
28
|
*/
|
|
29
29
|
listVersions(resourceGroupName: string, vaultName: string, keyName: string, options?: KeysListVersionsOptionalParams): PagedAsyncIterableIterator<Key>;
|
|
30
30
|
private listVersionsPagingPage;
|
|
31
31
|
private listVersionsPagingAll;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* @param resourceGroupName The name of the resource group which contains the specified key vault.
|
|
37
|
-
* @param vaultName The name of the key vault which contains the key to be created.
|
|
38
|
-
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
39
|
-
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
40
|
-
* sensitive information.
|
|
41
|
-
* @param parameters The parameters used to create the specified key.
|
|
33
|
+
* Lists the keys in the specified key vault.
|
|
34
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
35
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
42
36
|
* @param options The options parameters.
|
|
43
37
|
*/
|
|
44
|
-
|
|
38
|
+
private _list;
|
|
45
39
|
/**
|
|
46
40
|
* Gets the current version of the specified key from the specified key vault.
|
|
47
|
-
* @param resourceGroupName The name of the resource group
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
42
|
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
49
43
|
* @param keyName The name of the key to be retrieved.
|
|
50
44
|
* @param options The options parameters.
|
|
51
45
|
*/
|
|
52
46
|
get(resourceGroupName: string, vaultName: string, keyName: string, options?: KeysGetOptionalParams): Promise<KeysGetResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Creates the first version of a new key if it does not exist. If it already exists, then the existing
|
|
49
|
+
* key is returned without any write operations being performed. This API does not create subsequent
|
|
50
|
+
* versions, and does not update existing keys.
|
|
51
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
52
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
53
|
+
* @param keyName The name of the key to be retrieved.
|
|
54
|
+
* @param parameters The parameters used to create the specified key.
|
|
55
|
+
* @param options The options parameters.
|
|
56
|
+
*/
|
|
57
|
+
createIfNotExist(resourceGroupName: string, vaultName: string, keyName: string, parameters: KeyCreateParameters, options?: KeysCreateIfNotExistOptionalParams): Promise<KeysCreateIfNotExistResponse>;
|
|
53
58
|
/**
|
|
54
59
|
* Lists the keys in the specified key vault.
|
|
55
|
-
* @param resourceGroupName The name of the resource group
|
|
56
|
-
* @param vaultName The name of the vault which contains the
|
|
60
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
61
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
62
|
+
* @param keyName The name of the key version to be retrieved.
|
|
57
63
|
* @param options The options parameters.
|
|
58
64
|
*/
|
|
59
|
-
private
|
|
65
|
+
private _listVersions;
|
|
60
66
|
/**
|
|
61
67
|
* Gets the specified version of the specified key in the specified key vault.
|
|
62
|
-
* @param resourceGroupName The name of the resource group
|
|
68
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
63
69
|
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
64
70
|
* @param keyName The name of the key version to be retrieved.
|
|
65
71
|
* @param keyVersion The version of the key to be retrieved.
|
|
66
72
|
* @param options The options parameters.
|
|
67
73
|
*/
|
|
68
74
|
getVersion(resourceGroupName: string, vaultName: string, keyName: string, keyVersion: string, options?: KeysGetVersionOptionalParams): Promise<KeysGetVersionResponse>;
|
|
69
|
-
/**
|
|
70
|
-
* Lists the versions of the specified key in the specified key vault.
|
|
71
|
-
* @param resourceGroupName The name of the resource group which contains the specified key vault.
|
|
72
|
-
* @param vaultName The name of the vault which contains the key versions to be retrieved.
|
|
73
|
-
* @param keyName The name of the key versions to be retrieved.
|
|
74
|
-
* @param options The options parameters.
|
|
75
|
-
*/
|
|
76
|
-
private _listVersions;
|
|
77
75
|
/**
|
|
78
76
|
* ListNext
|
|
79
|
-
* @param resourceGroupName The name of the resource group
|
|
80
|
-
* @param vaultName The name of the vault which contains the
|
|
77
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
78
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
81
79
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
82
80
|
* @param options The options parameters.
|
|
83
81
|
*/
|
|
84
82
|
private _listNext;
|
|
85
83
|
/**
|
|
86
84
|
* ListVersionsNext
|
|
87
|
-
* @param resourceGroupName The name of the resource group
|
|
88
|
-
* @param vaultName The name of the vault which contains the key
|
|
89
|
-
* @param keyName The name of the key
|
|
85
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
86
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
87
|
+
* @param keyName The name of the key version to be retrieved.
|
|
90
88
|
* @param nextLink The nextLink from the previous successful call to the ListVersions method.
|
|
91
89
|
* @param options The options parameters.
|
|
92
90
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../src/operations/keys.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../src/operations/keys.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAEnF,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAC;AAC/E,OAAO,KAAK,EACV,GAAG,EAEH,sBAAsB,EAGtB,8BAA8B,EAE9B,qBAAqB,EACrB,eAAe,EACf,mBAAmB,EACnB,kCAAkC,EAClC,4BAA4B,EAC5B,4BAA4B,EAC5B,sBAAsB,EAGvB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,qBAAa,QAAS,YAAW,IAAI;IACnC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2B;IAElD;;;OAGG;gBACS,MAAM,EAAE,wBAAwB;IAI5C;;;;;OAKG;IACI,IAAI,CACT,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,0BAA0B,CAAC,GAAG,CAAC;YAkBnB,cAAc;YAwBd,aAAa;IAU5B;;;;;;OAMG;IACI,YAAY,CACjB,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,GAAG,CAAC;YAwBnB,sBAAsB;YA+BtB,qBAAqB;IAgBpC;;;;;OAKG;IACH,OAAO,CAAC,KAAK;IAWb;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,qBAAqB,GAC9B,OAAO,CAAC,eAAe,CAAC;IAO3B;;;;;;;;;OASG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC;IAOxC;;;;;;OAMG;IACH,OAAO,CAAC,aAAa;IAYrB;;;;;;;OAOG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,MAAM,EACf,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;IAOlC;;;;;;OAMG;IACH,OAAO,CAAC,SAAS;IAYjB;;;;;;;OAOG;IACH,OAAO,CAAC,iBAAiB;CAY1B"}
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
* Licensed under the MIT License.
|
|
5
|
-
*
|
|
6
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
-
*/
|
|
2
|
+
// Copyright (c) Microsoft Corporation.
|
|
3
|
+
// Licensed under the MIT License.
|
|
9
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
5
|
exports.KeysImpl = void 0;
|
|
11
6
|
const tslib_1 = require("tslib");
|
|
@@ -16,6 +11,7 @@ const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
|
16
11
|
/// <reference lib="esnext.asynciterable" />
|
|
17
12
|
/** Class containing Keys operations. */
|
|
18
13
|
class KeysImpl {
|
|
14
|
+
client;
|
|
19
15
|
/**
|
|
20
16
|
* Initialize a new instance of the class Keys class.
|
|
21
17
|
* @param client Reference to the service client
|
|
@@ -25,8 +21,8 @@ class KeysImpl {
|
|
|
25
21
|
}
|
|
26
22
|
/**
|
|
27
23
|
* Lists the keys in the specified key vault.
|
|
28
|
-
* @param resourceGroupName The name of the resource group
|
|
29
|
-
* @param vaultName The name of the vault which contains the
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
30
26
|
* @param options The options parameters.
|
|
31
27
|
*/
|
|
32
28
|
list(resourceGroupName, vaultName, options) {
|
|
@@ -39,58 +35,41 @@ class KeysImpl {
|
|
|
39
35
|
return this;
|
|
40
36
|
},
|
|
41
37
|
byPage: (settings) => {
|
|
42
|
-
if (settings
|
|
38
|
+
if (settings?.maxPageSize) {
|
|
43
39
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
44
40
|
}
|
|
45
41
|
return this.listPagingPage(resourceGroupName, vaultName, options, settings);
|
|
46
42
|
},
|
|
47
43
|
};
|
|
48
44
|
}
|
|
49
|
-
listPagingPage(resourceGroupName, vaultName, options, settings) {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
});
|
|
45
|
+
async *listPagingPage(resourceGroupName, vaultName, options, settings) {
|
|
46
|
+
let result;
|
|
47
|
+
let continuationToken = settings?.continuationToken;
|
|
48
|
+
if (!continuationToken) {
|
|
49
|
+
result = await this._list(resourceGroupName, vaultName, options);
|
|
50
|
+
const page = result.value || [];
|
|
51
|
+
continuationToken = result.nextLink;
|
|
52
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
53
|
+
yield page;
|
|
54
|
+
}
|
|
55
|
+
while (continuationToken) {
|
|
56
|
+
result = await this._listNext(resourceGroupName, vaultName, continuationToken, options);
|
|
57
|
+
continuationToken = result.nextLink;
|
|
58
|
+
const page = result.value || [];
|
|
59
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
60
|
+
yield page;
|
|
61
|
+
}
|
|
68
62
|
}
|
|
69
|
-
listPagingAll(resourceGroupName, vaultName, options) {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
74
|
-
_c = _f.value;
|
|
75
|
-
_d = false;
|
|
76
|
-
const page = _c;
|
|
77
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
81
|
-
finally {
|
|
82
|
-
try {
|
|
83
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
84
|
-
}
|
|
85
|
-
finally { if (e_1) throw e_1.error; }
|
|
86
|
-
}
|
|
87
|
-
});
|
|
63
|
+
async *listPagingAll(resourceGroupName, vaultName, options) {
|
|
64
|
+
for await (const page of this.listPagingPage(resourceGroupName, vaultName, options)) {
|
|
65
|
+
yield* page;
|
|
66
|
+
}
|
|
88
67
|
}
|
|
89
68
|
/**
|
|
90
|
-
* Lists the
|
|
91
|
-
* @param resourceGroupName The name of the resource group
|
|
92
|
-
* @param vaultName The name of the vault which contains the key
|
|
93
|
-
* @param keyName The name of the key
|
|
69
|
+
* Lists the keys in the specified key vault.
|
|
70
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
71
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
72
|
+
* @param keyName The name of the key version to be retrieved.
|
|
94
73
|
* @param options The options parameters.
|
|
95
74
|
*/
|
|
96
75
|
listVersions(resourceGroupName, vaultName, keyName, options) {
|
|
@@ -103,71 +82,48 @@ class KeysImpl {
|
|
|
103
82
|
return this;
|
|
104
83
|
},
|
|
105
84
|
byPage: (settings) => {
|
|
106
|
-
if (settings
|
|
85
|
+
if (settings?.maxPageSize) {
|
|
107
86
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
108
87
|
}
|
|
109
88
|
return this.listVersionsPagingPage(resourceGroupName, vaultName, keyName, options, settings);
|
|
110
89
|
},
|
|
111
90
|
};
|
|
112
91
|
}
|
|
113
|
-
listVersionsPagingPage(resourceGroupName, vaultName, keyName, options, settings) {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
});
|
|
92
|
+
async *listVersionsPagingPage(resourceGroupName, vaultName, keyName, options, settings) {
|
|
93
|
+
let result;
|
|
94
|
+
let continuationToken = settings?.continuationToken;
|
|
95
|
+
if (!continuationToken) {
|
|
96
|
+
result = await this._listVersions(resourceGroupName, vaultName, keyName, options);
|
|
97
|
+
const page = result.value || [];
|
|
98
|
+
continuationToken = result.nextLink;
|
|
99
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
100
|
+
yield page;
|
|
101
|
+
}
|
|
102
|
+
while (continuationToken) {
|
|
103
|
+
result = await this._listVersionsNext(resourceGroupName, vaultName, keyName, continuationToken, options);
|
|
104
|
+
continuationToken = result.nextLink;
|
|
105
|
+
const page = result.value || [];
|
|
106
|
+
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
107
|
+
yield page;
|
|
108
|
+
}
|
|
132
109
|
}
|
|
133
|
-
listVersionsPagingAll(resourceGroupName, vaultName, keyName, options) {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
for (var _d = true, _e = tslib_1.__asyncValues(this.listVersionsPagingPage(resourceGroupName, vaultName, keyName, options)), _f; _f = yield tslib_1.__await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
138
|
-
_c = _f.value;
|
|
139
|
-
_d = false;
|
|
140
|
-
const page = _c;
|
|
141
|
-
yield tslib_1.__await(yield* tslib_1.__asyncDelegator(tslib_1.__asyncValues(page)));
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
145
|
-
finally {
|
|
146
|
-
try {
|
|
147
|
-
if (!_d && !_a && (_b = _e.return)) yield tslib_1.__await(_b.call(_e));
|
|
148
|
-
}
|
|
149
|
-
finally { if (e_2) throw e_2.error; }
|
|
150
|
-
}
|
|
151
|
-
});
|
|
110
|
+
async *listVersionsPagingAll(resourceGroupName, vaultName, keyName, options) {
|
|
111
|
+
for await (const page of this.listVersionsPagingPage(resourceGroupName, vaultName, keyName, options)) {
|
|
112
|
+
yield* page;
|
|
113
|
+
}
|
|
152
114
|
}
|
|
153
115
|
/**
|
|
154
|
-
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
* @param resourceGroupName The name of the resource group which contains the specified key vault.
|
|
158
|
-
* @param vaultName The name of the key vault which contains the key to be created.
|
|
159
|
-
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
160
|
-
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
161
|
-
* sensitive information.
|
|
162
|
-
* @param parameters The parameters used to create the specified key.
|
|
116
|
+
* Lists the keys in the specified key vault.
|
|
117
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
118
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
163
119
|
* @param options The options parameters.
|
|
164
120
|
*/
|
|
165
|
-
|
|
166
|
-
return this.client.sendOperationRequest({ resourceGroupName, vaultName,
|
|
121
|
+
_list(resourceGroupName, vaultName, options) {
|
|
122
|
+
return this.client.sendOperationRequest({ resourceGroupName, vaultName, options }, listOperationSpec);
|
|
167
123
|
}
|
|
168
124
|
/**
|
|
169
125
|
* Gets the current version of the specified key from the specified key vault.
|
|
170
|
-
* @param resourceGroupName The name of the resource group
|
|
126
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
171
127
|
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
172
128
|
* @param keyName The name of the key to be retrieved.
|
|
173
129
|
* @param options The options parameters.
|
|
@@ -175,18 +131,32 @@ class KeysImpl {
|
|
|
175
131
|
get(resourceGroupName, vaultName, keyName, options) {
|
|
176
132
|
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, options }, getOperationSpec);
|
|
177
133
|
}
|
|
134
|
+
/**
|
|
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.
|
|
138
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
139
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
140
|
+
* @param keyName The name of the key to be retrieved.
|
|
141
|
+
* @param parameters The parameters used to create the specified key.
|
|
142
|
+
* @param options The options parameters.
|
|
143
|
+
*/
|
|
144
|
+
createIfNotExist(resourceGroupName, vaultName, keyName, parameters, options) {
|
|
145
|
+
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, parameters, options }, createIfNotExistOperationSpec);
|
|
146
|
+
}
|
|
178
147
|
/**
|
|
179
148
|
* Lists the keys in the specified key vault.
|
|
180
|
-
* @param resourceGroupName The name of the resource group
|
|
181
|
-
* @param vaultName The name of the vault which contains the
|
|
149
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
150
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
151
|
+
* @param keyName The name of the key version to be retrieved.
|
|
182
152
|
* @param options The options parameters.
|
|
183
153
|
*/
|
|
184
|
-
|
|
185
|
-
return this.client.sendOperationRequest({ resourceGroupName, vaultName, options },
|
|
154
|
+
_listVersions(resourceGroupName, vaultName, keyName, options) {
|
|
155
|
+
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, options }, listVersionsOperationSpec);
|
|
186
156
|
}
|
|
187
157
|
/**
|
|
188
158
|
* Gets the specified version of the specified key in the specified key vault.
|
|
189
|
-
* @param resourceGroupName The name of the resource group
|
|
159
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
190
160
|
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
191
161
|
* @param keyName The name of the key version to be retrieved.
|
|
192
162
|
* @param keyVersion The version of the key to be retrieved.
|
|
@@ -195,20 +165,10 @@ class KeysImpl {
|
|
|
195
165
|
getVersion(resourceGroupName, vaultName, keyName, keyVersion, options) {
|
|
196
166
|
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, keyVersion, options }, getVersionOperationSpec);
|
|
197
167
|
}
|
|
198
|
-
/**
|
|
199
|
-
* Lists the versions of the specified key in the specified key vault.
|
|
200
|
-
* @param resourceGroupName The name of the resource group which contains the specified key vault.
|
|
201
|
-
* @param vaultName The name of the vault which contains the key versions to be retrieved.
|
|
202
|
-
* @param keyName The name of the key versions to be retrieved.
|
|
203
|
-
* @param options The options parameters.
|
|
204
|
-
*/
|
|
205
|
-
_listVersions(resourceGroupName, vaultName, keyName, options) {
|
|
206
|
-
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, options }, listVersionsOperationSpec);
|
|
207
|
-
}
|
|
208
168
|
/**
|
|
209
169
|
* ListNext
|
|
210
|
-
* @param resourceGroupName The name of the resource group
|
|
211
|
-
* @param vaultName The name of the vault which contains the
|
|
170
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
171
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
212
172
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
213
173
|
* @param options The options parameters.
|
|
214
174
|
*/
|
|
@@ -217,9 +177,9 @@ class KeysImpl {
|
|
|
217
177
|
}
|
|
218
178
|
/**
|
|
219
179
|
* ListVersionsNext
|
|
220
|
-
* @param resourceGroupName The name of the resource group
|
|
221
|
-
* @param vaultName The name of the vault which contains the key
|
|
222
|
-
* @param keyName The name of the key
|
|
180
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
181
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
182
|
+
* @param keyName The name of the key version to be retrieved.
|
|
223
183
|
* @param nextLink The nextLink from the previous successful call to the ListVersions method.
|
|
224
184
|
* @param options The options parameters.
|
|
225
185
|
*/
|
|
@@ -230,28 +190,25 @@ class KeysImpl {
|
|
|
230
190
|
exports.KeysImpl = KeysImpl;
|
|
231
191
|
// Operation Specifications
|
|
232
192
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
233
|
-
const
|
|
234
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys
|
|
235
|
-
httpMethod: "
|
|
193
|
+
const listOperationSpec = {
|
|
194
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys",
|
|
195
|
+
httpMethod: "GET",
|
|
236
196
|
responses: {
|
|
237
197
|
200: {
|
|
238
|
-
bodyMapper: Mappers.
|
|
198
|
+
bodyMapper: Mappers.KeyListResult,
|
|
239
199
|
},
|
|
240
200
|
default: {
|
|
241
201
|
bodyMapper: Mappers.CloudError,
|
|
242
202
|
},
|
|
243
203
|
},
|
|
244
|
-
requestBody: Parameters.parameters,
|
|
245
204
|
queryParameters: [Parameters.apiVersion],
|
|
246
205
|
urlParameters: [
|
|
247
206
|
Parameters.$host,
|
|
248
207
|
Parameters.subscriptionId,
|
|
249
208
|
Parameters.resourceGroupName,
|
|
250
|
-
Parameters.
|
|
251
|
-
Parameters.keyName,
|
|
209
|
+
Parameters.vaultName2,
|
|
252
210
|
],
|
|
253
|
-
headerParameters: [Parameters.
|
|
254
|
-
mediaType: "json",
|
|
211
|
+
headerParameters: [Parameters.accept],
|
|
255
212
|
serializer,
|
|
256
213
|
};
|
|
257
214
|
const getOperationSpec = {
|
|
@@ -270,39 +227,42 @@ const getOperationSpec = {
|
|
|
270
227
|
Parameters.$host,
|
|
271
228
|
Parameters.subscriptionId,
|
|
272
229
|
Parameters.resourceGroupName,
|
|
273
|
-
Parameters.
|
|
230
|
+
Parameters.vaultName2,
|
|
274
231
|
Parameters.keyName,
|
|
275
232
|
],
|
|
276
233
|
headerParameters: [Parameters.accept],
|
|
277
234
|
serializer,
|
|
278
235
|
};
|
|
279
|
-
const
|
|
280
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys",
|
|
281
|
-
httpMethod: "
|
|
236
|
+
const createIfNotExistOperationSpec = {
|
|
237
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}",
|
|
238
|
+
httpMethod: "PUT",
|
|
282
239
|
responses: {
|
|
283
240
|
200: {
|
|
284
|
-
bodyMapper: Mappers.
|
|
241
|
+
bodyMapper: Mappers.Key,
|
|
285
242
|
},
|
|
286
243
|
default: {
|
|
287
244
|
bodyMapper: Mappers.CloudError,
|
|
288
245
|
},
|
|
289
246
|
},
|
|
247
|
+
requestBody: Parameters.parameters5,
|
|
290
248
|
queryParameters: [Parameters.apiVersion],
|
|
291
249
|
urlParameters: [
|
|
292
250
|
Parameters.$host,
|
|
293
251
|
Parameters.subscriptionId,
|
|
294
252
|
Parameters.resourceGroupName,
|
|
295
|
-
Parameters.
|
|
253
|
+
Parameters.vaultName2,
|
|
254
|
+
Parameters.keyName,
|
|
296
255
|
],
|
|
297
|
-
headerParameters: [Parameters.accept],
|
|
256
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
257
|
+
mediaType: "json",
|
|
298
258
|
serializer,
|
|
299
259
|
};
|
|
300
|
-
const
|
|
301
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions
|
|
260
|
+
const listVersionsOperationSpec = {
|
|
261
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions",
|
|
302
262
|
httpMethod: "GET",
|
|
303
263
|
responses: {
|
|
304
264
|
200: {
|
|
305
|
-
bodyMapper: Mappers.
|
|
265
|
+
bodyMapper: Mappers.KeyListResult,
|
|
306
266
|
},
|
|
307
267
|
default: {
|
|
308
268
|
bodyMapper: Mappers.CloudError,
|
|
@@ -313,19 +273,18 @@ const getVersionOperationSpec = {
|
|
|
313
273
|
Parameters.$host,
|
|
314
274
|
Parameters.subscriptionId,
|
|
315
275
|
Parameters.resourceGroupName,
|
|
316
|
-
Parameters.
|
|
276
|
+
Parameters.vaultName2,
|
|
317
277
|
Parameters.keyName,
|
|
318
|
-
Parameters.keyVersion,
|
|
319
278
|
],
|
|
320
279
|
headerParameters: [Parameters.accept],
|
|
321
280
|
serializer,
|
|
322
281
|
};
|
|
323
|
-
const
|
|
324
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions",
|
|
282
|
+
const getVersionOperationSpec = {
|
|
283
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions/{keyVersion}",
|
|
325
284
|
httpMethod: "GET",
|
|
326
285
|
responses: {
|
|
327
286
|
200: {
|
|
328
|
-
bodyMapper: Mappers.
|
|
287
|
+
bodyMapper: Mappers.Key,
|
|
329
288
|
},
|
|
330
289
|
default: {
|
|
331
290
|
bodyMapper: Mappers.CloudError,
|
|
@@ -336,8 +295,9 @@ const listVersionsOperationSpec = {
|
|
|
336
295
|
Parameters.$host,
|
|
337
296
|
Parameters.subscriptionId,
|
|
338
297
|
Parameters.resourceGroupName,
|
|
339
|
-
Parameters.
|
|
298
|
+
Parameters.vaultName2,
|
|
340
299
|
Parameters.keyName,
|
|
300
|
+
Parameters.keyVersion,
|
|
341
301
|
],
|
|
342
302
|
headerParameters: [Parameters.accept],
|
|
343
303
|
serializer,
|
|
@@ -355,10 +315,10 @@ const listNextOperationSpec = {
|
|
|
355
315
|
},
|
|
356
316
|
urlParameters: [
|
|
357
317
|
Parameters.$host,
|
|
318
|
+
Parameters.nextLink,
|
|
358
319
|
Parameters.subscriptionId,
|
|
359
320
|
Parameters.resourceGroupName,
|
|
360
|
-
Parameters.
|
|
361
|
-
Parameters.nextLink,
|
|
321
|
+
Parameters.vaultName2,
|
|
362
322
|
],
|
|
363
323
|
headerParameters: [Parameters.accept],
|
|
364
324
|
serializer,
|
|
@@ -376,11 +336,11 @@ const listVersionsNextOperationSpec = {
|
|
|
376
336
|
},
|
|
377
337
|
urlParameters: [
|
|
378
338
|
Parameters.$host,
|
|
339
|
+
Parameters.nextLink,
|
|
379
340
|
Parameters.subscriptionId,
|
|
380
341
|
Parameters.resourceGroupName,
|
|
381
|
-
Parameters.
|
|
342
|
+
Parameters.vaultName2,
|
|
382
343
|
Parameters.keyName,
|
|
383
|
-
Parameters.nextLink,
|
|
384
344
|
],
|
|
385
345
|
headerParameters: [Parameters.accept],
|
|
386
346
|
serializer,
|