Skip to content

Commit 555c4e6

Browse files
authored
Add missing outContentType to client.tsp (#37795)
1 parent ffc5cbd commit 555c4e6

File tree

1 file changed

+7
-0
lines changed
  • specification/keyvault/Security.KeyVault.Secrets

1 file changed

+7
-0
lines changed

specification/keyvault/Security.KeyVault.Secrets/client.tsp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ op getSecret is KeyVaultOperation<
7272
@path("secret-version")
7373
@clientName("version", "go")
7474
secretVersion: string;
75+
76+
/**
77+
* The media type (MIME type) of the certificate. If a supported format is specified, the certificate content is converted to the requested format. Currently, only PFX to PEM conversion is supported. If an unsupported format is specified, the request is rejected. If not specified, the certificate is returned in its original format without conversion.
78+
*/
79+
@Versioning.added(KeyVault.Versions.v2025_06_01_preview)
80+
@query("outContentType")
81+
outContentType?: ContentType;
7582
},
7683
SecretBundle
7784
>;

0 commit comments

Comments
 (0)