@azure/arm-keyvault 3.2.0 → 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 +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 +58 -67
- 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,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
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
9
3
|
import { setContinuationToken } from "../pagingHelper.js";
|
|
10
4
|
import * as coreClient from "@azure/core-client";
|
|
11
5
|
import * as Mappers from "../models/mappers.js";
|
|
@@ -13,6 +7,7 @@ import * as Parameters from "../models/parameters.js";
|
|
|
13
7
|
/// <reference lib="esnext.asynciterable" />
|
|
14
8
|
/** Class containing Keys operations. */
|
|
15
9
|
export class KeysImpl {
|
|
10
|
+
client;
|
|
16
11
|
/**
|
|
17
12
|
* Initialize a new instance of the class Keys class.
|
|
18
13
|
* @param client Reference to the service client
|
|
@@ -22,8 +17,8 @@ export class KeysImpl {
|
|
|
22
17
|
}
|
|
23
18
|
/**
|
|
24
19
|
* Lists the keys in the specified key vault.
|
|
25
|
-
* @param resourceGroupName The name of the resource group
|
|
26
|
-
* @param vaultName The name of the vault which contains the
|
|
20
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
21
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
27
22
|
* @param options The options parameters.
|
|
28
23
|
*/
|
|
29
24
|
list(resourceGroupName, vaultName, options) {
|
|
@@ -36,58 +31,41 @@ export class KeysImpl {
|
|
|
36
31
|
return this;
|
|
37
32
|
},
|
|
38
33
|
byPage: (settings) => {
|
|
39
|
-
if (settings
|
|
34
|
+
if (settings?.maxPageSize) {
|
|
40
35
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
41
36
|
}
|
|
42
37
|
return this.listPagingPage(resourceGroupName, vaultName, options, settings);
|
|
43
38
|
},
|
|
44
39
|
};
|
|
45
40
|
}
|
|
46
|
-
listPagingPage(resourceGroupName, vaultName, options, settings) {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
});
|
|
41
|
+
async *listPagingPage(resourceGroupName, vaultName, options, settings) {
|
|
42
|
+
let result;
|
|
43
|
+
let continuationToken = settings?.continuationToken;
|
|
44
|
+
if (!continuationToken) {
|
|
45
|
+
result = await this._list(resourceGroupName, vaultName, options);
|
|
46
|
+
const page = result.value || [];
|
|
47
|
+
continuationToken = result.nextLink;
|
|
48
|
+
setContinuationToken(page, continuationToken);
|
|
49
|
+
yield page;
|
|
50
|
+
}
|
|
51
|
+
while (continuationToken) {
|
|
52
|
+
result = await this._listNext(resourceGroupName, vaultName, continuationToken, options);
|
|
53
|
+
continuationToken = result.nextLink;
|
|
54
|
+
const page = result.value || [];
|
|
55
|
+
setContinuationToken(page, continuationToken);
|
|
56
|
+
yield page;
|
|
57
|
+
}
|
|
65
58
|
}
|
|
66
|
-
listPagingAll(resourceGroupName, vaultName, options) {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
for (var _d = true, _e = __asyncValues(this.listPagingPage(resourceGroupName, vaultName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
71
|
-
_c = _f.value;
|
|
72
|
-
_d = false;
|
|
73
|
-
const page = _c;
|
|
74
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
78
|
-
finally {
|
|
79
|
-
try {
|
|
80
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
81
|
-
}
|
|
82
|
-
finally { if (e_1) throw e_1.error; }
|
|
83
|
-
}
|
|
84
|
-
});
|
|
59
|
+
async *listPagingAll(resourceGroupName, vaultName, options) {
|
|
60
|
+
for await (const page of this.listPagingPage(resourceGroupName, vaultName, options)) {
|
|
61
|
+
yield* page;
|
|
62
|
+
}
|
|
85
63
|
}
|
|
86
64
|
/**
|
|
87
|
-
* Lists the
|
|
88
|
-
* @param resourceGroupName The name of the resource group
|
|
89
|
-
* @param vaultName The name of the vault which contains the key
|
|
90
|
-
* @param keyName The name of the key
|
|
65
|
+
* Lists the keys in the specified key vault.
|
|
66
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
68
|
+
* @param keyName The name of the key version to be retrieved.
|
|
91
69
|
* @param options The options parameters.
|
|
92
70
|
*/
|
|
93
71
|
listVersions(resourceGroupName, vaultName, keyName, options) {
|
|
@@ -100,71 +78,48 @@ export class KeysImpl {
|
|
|
100
78
|
return this;
|
|
101
79
|
},
|
|
102
80
|
byPage: (settings) => {
|
|
103
|
-
if (settings
|
|
81
|
+
if (settings?.maxPageSize) {
|
|
104
82
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
105
83
|
}
|
|
106
84
|
return this.listVersionsPagingPage(resourceGroupName, vaultName, keyName, options, settings);
|
|
107
85
|
},
|
|
108
86
|
};
|
|
109
87
|
}
|
|
110
|
-
listVersionsPagingPage(resourceGroupName, vaultName, keyName, options, settings) {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
}
|
|
128
|
-
});
|
|
88
|
+
async *listVersionsPagingPage(resourceGroupName, vaultName, keyName, options, settings) {
|
|
89
|
+
let result;
|
|
90
|
+
let continuationToken = settings?.continuationToken;
|
|
91
|
+
if (!continuationToken) {
|
|
92
|
+
result = await this._listVersions(resourceGroupName, vaultName, keyName, options);
|
|
93
|
+
const page = result.value || [];
|
|
94
|
+
continuationToken = result.nextLink;
|
|
95
|
+
setContinuationToken(page, continuationToken);
|
|
96
|
+
yield page;
|
|
97
|
+
}
|
|
98
|
+
while (continuationToken) {
|
|
99
|
+
result = await this._listVersionsNext(resourceGroupName, vaultName, keyName, continuationToken, options);
|
|
100
|
+
continuationToken = result.nextLink;
|
|
101
|
+
const page = result.value || [];
|
|
102
|
+
setContinuationToken(page, continuationToken);
|
|
103
|
+
yield page;
|
|
104
|
+
}
|
|
129
105
|
}
|
|
130
|
-
listVersionsPagingAll(resourceGroupName, vaultName, keyName, options) {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
for (var _d = true, _e = __asyncValues(this.listVersionsPagingPage(resourceGroupName, vaultName, keyName, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
135
|
-
_c = _f.value;
|
|
136
|
-
_d = false;
|
|
137
|
-
const page = _c;
|
|
138
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
142
|
-
finally {
|
|
143
|
-
try {
|
|
144
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
145
|
-
}
|
|
146
|
-
finally { if (e_2) throw e_2.error; }
|
|
147
|
-
}
|
|
148
|
-
});
|
|
106
|
+
async *listVersionsPagingAll(resourceGroupName, vaultName, keyName, options) {
|
|
107
|
+
for await (const page of this.listVersionsPagingPage(resourceGroupName, vaultName, keyName, options)) {
|
|
108
|
+
yield* page;
|
|
109
|
+
}
|
|
149
110
|
}
|
|
150
111
|
/**
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
*
|
|
154
|
-
* @param resourceGroupName The name of the resource group which contains the specified key vault.
|
|
155
|
-
* @param vaultName The name of the key vault which contains the key to be created.
|
|
156
|
-
* @param keyName The name of the key to be created. The value you provide may be copied globally for
|
|
157
|
-
* the purpose of running the service. The value provided should not include personally identifiable or
|
|
158
|
-
* sensitive information.
|
|
159
|
-
* @param parameters The parameters used to create the specified key.
|
|
112
|
+
* Lists the keys in the specified key vault.
|
|
113
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
114
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
160
115
|
* @param options The options parameters.
|
|
161
116
|
*/
|
|
162
|
-
|
|
163
|
-
return this.client.sendOperationRequest({ resourceGroupName, vaultName,
|
|
117
|
+
_list(resourceGroupName, vaultName, options) {
|
|
118
|
+
return this.client.sendOperationRequest({ resourceGroupName, vaultName, options }, listOperationSpec);
|
|
164
119
|
}
|
|
165
120
|
/**
|
|
166
121
|
* Gets the current version of the specified key from the specified key vault.
|
|
167
|
-
* @param resourceGroupName The name of the resource group
|
|
122
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
168
123
|
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
169
124
|
* @param keyName The name of the key to be retrieved.
|
|
170
125
|
* @param options The options parameters.
|
|
@@ -172,18 +127,32 @@ export class KeysImpl {
|
|
|
172
127
|
get(resourceGroupName, vaultName, keyName, options) {
|
|
173
128
|
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, options }, getOperationSpec);
|
|
174
129
|
}
|
|
130
|
+
/**
|
|
131
|
+
* Creates the first version of a new key if it does not exist. If it already exists, then the existing
|
|
132
|
+
* key is returned without any write operations being performed. This API does not create subsequent
|
|
133
|
+
* versions, and does not update existing keys.
|
|
134
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
135
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
136
|
+
* @param keyName The name of the key to be retrieved.
|
|
137
|
+
* @param parameters The parameters used to create the specified key.
|
|
138
|
+
* @param options The options parameters.
|
|
139
|
+
*/
|
|
140
|
+
createIfNotExist(resourceGroupName, vaultName, keyName, parameters, options) {
|
|
141
|
+
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, parameters, options }, createIfNotExistOperationSpec);
|
|
142
|
+
}
|
|
175
143
|
/**
|
|
176
144
|
* Lists the keys in the specified key vault.
|
|
177
|
-
* @param resourceGroupName The name of the resource group
|
|
178
|
-
* @param vaultName The name of the vault which contains the
|
|
145
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
146
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
147
|
+
* @param keyName The name of the key version to be retrieved.
|
|
179
148
|
* @param options The options parameters.
|
|
180
149
|
*/
|
|
181
|
-
|
|
182
|
-
return this.client.sendOperationRequest({ resourceGroupName, vaultName, options },
|
|
150
|
+
_listVersions(resourceGroupName, vaultName, keyName, options) {
|
|
151
|
+
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, options }, listVersionsOperationSpec);
|
|
183
152
|
}
|
|
184
153
|
/**
|
|
185
154
|
* Gets the specified version of the specified key in the specified key vault.
|
|
186
|
-
* @param resourceGroupName The name of the resource group
|
|
155
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
187
156
|
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
188
157
|
* @param keyName The name of the key version to be retrieved.
|
|
189
158
|
* @param keyVersion The version of the key to be retrieved.
|
|
@@ -192,20 +161,10 @@ export class KeysImpl {
|
|
|
192
161
|
getVersion(resourceGroupName, vaultName, keyName, keyVersion, options) {
|
|
193
162
|
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, keyVersion, options }, getVersionOperationSpec);
|
|
194
163
|
}
|
|
195
|
-
/**
|
|
196
|
-
* Lists the versions of the specified key in the specified key vault.
|
|
197
|
-
* @param resourceGroupName The name of the resource group which contains the specified key vault.
|
|
198
|
-
* @param vaultName The name of the vault which contains the key versions to be retrieved.
|
|
199
|
-
* @param keyName The name of the key versions to be retrieved.
|
|
200
|
-
* @param options The options parameters.
|
|
201
|
-
*/
|
|
202
|
-
_listVersions(resourceGroupName, vaultName, keyName, options) {
|
|
203
|
-
return this.client.sendOperationRequest({ resourceGroupName, vaultName, keyName, options }, listVersionsOperationSpec);
|
|
204
|
-
}
|
|
205
164
|
/**
|
|
206
165
|
* ListNext
|
|
207
|
-
* @param resourceGroupName The name of the resource group
|
|
208
|
-
* @param vaultName The name of the vault which contains the
|
|
166
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
167
|
+
* @param vaultName The name of the vault which contains the key to be retrieved.
|
|
209
168
|
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
210
169
|
* @param options The options parameters.
|
|
211
170
|
*/
|
|
@@ -214,9 +173,9 @@ export class KeysImpl {
|
|
|
214
173
|
}
|
|
215
174
|
/**
|
|
216
175
|
* ListVersionsNext
|
|
217
|
-
* @param resourceGroupName The name of the resource group
|
|
218
|
-
* @param vaultName The name of the vault which contains the key
|
|
219
|
-
* @param keyName The name of the key
|
|
176
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
177
|
+
* @param vaultName The name of the vault which contains the key version to be retrieved.
|
|
178
|
+
* @param keyName The name of the key version to be retrieved.
|
|
220
179
|
* @param nextLink The nextLink from the previous successful call to the ListVersions method.
|
|
221
180
|
* @param options The options parameters.
|
|
222
181
|
*/
|
|
@@ -226,28 +185,25 @@ export class KeysImpl {
|
|
|
226
185
|
}
|
|
227
186
|
// Operation Specifications
|
|
228
187
|
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
229
|
-
const
|
|
230
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys
|
|
231
|
-
httpMethod: "
|
|
188
|
+
const listOperationSpec = {
|
|
189
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys",
|
|
190
|
+
httpMethod: "GET",
|
|
232
191
|
responses: {
|
|
233
192
|
200: {
|
|
234
|
-
bodyMapper: Mappers.
|
|
193
|
+
bodyMapper: Mappers.KeyListResult,
|
|
235
194
|
},
|
|
236
195
|
default: {
|
|
237
196
|
bodyMapper: Mappers.CloudError,
|
|
238
197
|
},
|
|
239
198
|
},
|
|
240
|
-
requestBody: Parameters.parameters,
|
|
241
199
|
queryParameters: [Parameters.apiVersion],
|
|
242
200
|
urlParameters: [
|
|
243
201
|
Parameters.$host,
|
|
244
202
|
Parameters.subscriptionId,
|
|
245
203
|
Parameters.resourceGroupName,
|
|
246
|
-
Parameters.
|
|
247
|
-
Parameters.keyName,
|
|
204
|
+
Parameters.vaultName2,
|
|
248
205
|
],
|
|
249
|
-
headerParameters: [Parameters.
|
|
250
|
-
mediaType: "json",
|
|
206
|
+
headerParameters: [Parameters.accept],
|
|
251
207
|
serializer,
|
|
252
208
|
};
|
|
253
209
|
const getOperationSpec = {
|
|
@@ -266,39 +222,42 @@ const getOperationSpec = {
|
|
|
266
222
|
Parameters.$host,
|
|
267
223
|
Parameters.subscriptionId,
|
|
268
224
|
Parameters.resourceGroupName,
|
|
269
|
-
Parameters.
|
|
225
|
+
Parameters.vaultName2,
|
|
270
226
|
Parameters.keyName,
|
|
271
227
|
],
|
|
272
228
|
headerParameters: [Parameters.accept],
|
|
273
229
|
serializer,
|
|
274
230
|
};
|
|
275
|
-
const
|
|
276
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys",
|
|
277
|
-
httpMethod: "
|
|
231
|
+
const createIfNotExistOperationSpec = {
|
|
232
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}",
|
|
233
|
+
httpMethod: "PUT",
|
|
278
234
|
responses: {
|
|
279
235
|
200: {
|
|
280
|
-
bodyMapper: Mappers.
|
|
236
|
+
bodyMapper: Mappers.Key,
|
|
281
237
|
},
|
|
282
238
|
default: {
|
|
283
239
|
bodyMapper: Mappers.CloudError,
|
|
284
240
|
},
|
|
285
241
|
},
|
|
242
|
+
requestBody: Parameters.parameters5,
|
|
286
243
|
queryParameters: [Parameters.apiVersion],
|
|
287
244
|
urlParameters: [
|
|
288
245
|
Parameters.$host,
|
|
289
246
|
Parameters.subscriptionId,
|
|
290
247
|
Parameters.resourceGroupName,
|
|
291
|
-
Parameters.
|
|
248
|
+
Parameters.vaultName2,
|
|
249
|
+
Parameters.keyName,
|
|
292
250
|
],
|
|
293
|
-
headerParameters: [Parameters.accept],
|
|
251
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
252
|
+
mediaType: "json",
|
|
294
253
|
serializer,
|
|
295
254
|
};
|
|
296
|
-
const
|
|
297
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions
|
|
255
|
+
const listVersionsOperationSpec = {
|
|
256
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions",
|
|
298
257
|
httpMethod: "GET",
|
|
299
258
|
responses: {
|
|
300
259
|
200: {
|
|
301
|
-
bodyMapper: Mappers.
|
|
260
|
+
bodyMapper: Mappers.KeyListResult,
|
|
302
261
|
},
|
|
303
262
|
default: {
|
|
304
263
|
bodyMapper: Mappers.CloudError,
|
|
@@ -309,19 +268,18 @@ const getVersionOperationSpec = {
|
|
|
309
268
|
Parameters.$host,
|
|
310
269
|
Parameters.subscriptionId,
|
|
311
270
|
Parameters.resourceGroupName,
|
|
312
|
-
Parameters.
|
|
271
|
+
Parameters.vaultName2,
|
|
313
272
|
Parameters.keyName,
|
|
314
|
-
Parameters.keyVersion,
|
|
315
273
|
],
|
|
316
274
|
headerParameters: [Parameters.accept],
|
|
317
275
|
serializer,
|
|
318
276
|
};
|
|
319
|
-
const
|
|
320
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions",
|
|
277
|
+
const getVersionOperationSpec = {
|
|
278
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/keys/{keyName}/versions/{keyVersion}",
|
|
321
279
|
httpMethod: "GET",
|
|
322
280
|
responses: {
|
|
323
281
|
200: {
|
|
324
|
-
bodyMapper: Mappers.
|
|
282
|
+
bodyMapper: Mappers.Key,
|
|
325
283
|
},
|
|
326
284
|
default: {
|
|
327
285
|
bodyMapper: Mappers.CloudError,
|
|
@@ -332,8 +290,9 @@ const listVersionsOperationSpec = {
|
|
|
332
290
|
Parameters.$host,
|
|
333
291
|
Parameters.subscriptionId,
|
|
334
292
|
Parameters.resourceGroupName,
|
|
335
|
-
Parameters.
|
|
293
|
+
Parameters.vaultName2,
|
|
336
294
|
Parameters.keyName,
|
|
295
|
+
Parameters.keyVersion,
|
|
337
296
|
],
|
|
338
297
|
headerParameters: [Parameters.accept],
|
|
339
298
|
serializer,
|
|
@@ -351,10 +310,10 @@ const listNextOperationSpec = {
|
|
|
351
310
|
},
|
|
352
311
|
urlParameters: [
|
|
353
312
|
Parameters.$host,
|
|
313
|
+
Parameters.nextLink,
|
|
354
314
|
Parameters.subscriptionId,
|
|
355
315
|
Parameters.resourceGroupName,
|
|
356
|
-
Parameters.
|
|
357
|
-
Parameters.nextLink,
|
|
316
|
+
Parameters.vaultName2,
|
|
358
317
|
],
|
|
359
318
|
headerParameters: [Parameters.accept],
|
|
360
319
|
serializer,
|
|
@@ -372,11 +331,11 @@ const listVersionsNextOperationSpec = {
|
|
|
372
331
|
},
|
|
373
332
|
urlParameters: [
|
|
374
333
|
Parameters.$host,
|
|
334
|
+
Parameters.nextLink,
|
|
375
335
|
Parameters.subscriptionId,
|
|
376
336
|
Parameters.resourceGroupName,
|
|
377
|
-
Parameters.
|
|
337
|
+
Parameters.vaultName2,
|
|
378
338
|
Parameters.keyName,
|
|
379
|
-
Parameters.nextLink,
|
|
380
339
|
],
|
|
381
340
|
headerParameters: [Parameters.accept],
|
|
382
341
|
serializer,
|