1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
# Azure Confidential Ledger
> see https://aka.ms/autorest
### Settings
#### Tag: confidential-ledger
These settings apply only when `--tag=confidential-ledger` is specified on the command line.
```yaml $(tag) == 'confidential-ledger'
input-file: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/preview/2024-12-09-preview/confidentialledger.json
output-folder: ../azure/confidentialledger
namespace: azure.confidentialledger
package-name: azure-confidentialledger
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: false
no-namespace-folders: true
title: ConfidentialLedgerClient
version-tolerant: true
package-version: 1.1.3
python: true
```
#### Tag: identity-service
These settings apply only when `--tag=identity-service` is specified on the command line.
```yaml $(tag) == 'identity-service'
input-file: https://github.com/Azure/azure-rest-api-specs/blob/main/specification/confidentialledger/data-plane/Microsoft.ConfidentialLedger/preview/2024-12-09-preview/identityservice.json
output-folder: ../azure/confidentialledger/certificate
namespace: azure.confidentialledger.certificate
package-name: azure-confidentialledger-certificate
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
no-namespace-folders: true
title: ConfidentialLedgerCertificateClient
version-tolerant: true
package-version: 1.1.3
python: true
```
#### Batch execution
Batch execution allows nested generation without the parent module overwriting the child.
```yaml
batch:
- tag: identity-service
- tag: confidential-ledger
```
|