Skip to content
Next Next commit
Updated autorest.md files in all swagger folders.
  • Loading branch information
vcolin7 committed Apr 18, 2024
commit 0860775f239e06e277a37462fd4fb484db192497
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ partial-update: true
These settings apply only when `--tag=rbac` is specified on the command line.

``` yaml $(tag) == 'rbac'
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2f6f742d088dcc712e67cb2745d8271eaa370ff/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/rbac.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/8af9817c15d688c941cda106758045b5deb9a069/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.6-preview.1/rbac.json
title: KeyVaultAccessControlClient
custom-types: KeyVaultDataAction,KeyVaultRoleDefinitionType,KeyVaultRoleScope,KeyVaultRoleType
customization-class: src/main/java/RbacCustomizations.java
Expand All @@ -87,7 +87,7 @@ directive:
These settings apply only when `--tag=backuprestore` is specified on the command line.

``` yaml $(tag) == 'backuprestore'
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2f6f742d088dcc712e67cb2745d8271eaa370ff/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/backuprestore.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/8af9817c15d688c941cda106758045b5deb9a069/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.6-preview.1/backuprestore.json
title: KeyVaultBackupClient
customization-class: src/main/java/BackupRestoreCustomizations.java
```
Expand All @@ -96,7 +96,7 @@ customization-class: src/main/java/BackupRestoreCustomizations.java
These settings apply only when `--tag=settings` is specified on the command line.

``` yaml $(tag) == 'settings'
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2f6f742d088dcc712e67cb2745d8271eaa370ff/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/settings.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/8af9817c15d688c941cda106758045b5deb9a069/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.6-preview.1/settings.json
title: KeyVaultSettingsClient
custom-types: KeyVaultSettingType
customization-class: src/main/java/SettingsCustomizations.java
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ autorest
use: '@autorest/[email protected]'
output-folder: ../
java: true
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2f6f742d088dcc712e67cb2745d8271eaa370ff/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/certificates.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/8af9817c15d688c941cda106758045b5deb9a069/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.6-preview.1/certificates.json
title: CertificateClient
namespace: com.azure.security.keyvault.certificates
models-subpackage: implementation.models
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ autorest
use: '@autorest/[email protected]'
output-folder: ../
java: true
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/551275acb80e1f8b39036b79dfc35a8f63b601a7/specification/keyvault/data-plane/Microsoft.KeyVault/stable/7.4/keys.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/8af9817c15d688c941cda106758045b5deb9a069/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.6-preview.1/keys.json
title: KeyClient
namespace: com.azure.security.keyvault.keys
models-subpackage: implementation.models
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ autorest
use: '@autorest/[email protected]'
output-folder: ../
java: true
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/a2f6f742d088dcc712e67cb2745d8271eaa370ff/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.5-preview.1/secrets.json
input-file: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/8af9817c15d688c941cda106758045b5deb9a069/specification/keyvault/data-plane/Microsoft.KeyVault/preview/7.6-preview.1/secrets.json
title: SecretClient
namespace: com.azure.security.keyvault.secrets
models-subpackage: implementation.models
Expand Down