Skip to content

Commit

Permalink
Regenerate azkeys with the latest code generator (Azure#21248)
Browse files Browse the repository at this point in the history
In preparation to generate with tracing enabled.
  • Loading branch information
jhendrixMSFT authored and chlowell committed Jul 31, 2023
1 parent 0162715 commit e3a6d8d
Show file tree
Hide file tree
Showing 8 changed files with 469 additions and 341 deletions.
3 changes: 2 additions & 1 deletion sdk/security/keyvault/azkeys/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ output-folder: ../azkeys
override-client-name: Client
security: "AADToken"
security-scopes: "https://vault.azure.net/.default"
use: "@autorest/[email protected].46"
use: "@autorest/[email protected].54"
version: "^3.0.0"

directive:
Expand Down Expand Up @@ -218,6 +218,7 @@ directive:
- from:
- client.go
- models.go
- options.go
- response_types.go
where: $
transform: return $.replace(/Client(\w+)((?:Options|Response))/g, "$1$2");
Expand Down
296 changes: 198 additions & 98 deletions sdk/security/keyvault/azkeys/client.go

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions sdk/security/keyvault/azkeys/constants.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e3a6d8d

Please sign in to comment.