Skip to content

Commit

Permalink
[keyvault] id type (#21071)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewilcox authored Jun 28, 2023
1 parent 152ed56 commit 05ecbe8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions sdk/security/keyvault/azsecrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Features Added

### Breaking Changes
* changed type of `KID` from string to type `ID`

### Bugs Fixed

Expand Down
3 changes: 3 additions & 0 deletions sdk/security/keyvault/azsecrets/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ directive:
- from: models.go
where: $
transform: return $.replace(/(\sID \*)string(\s+.*)/g, "$1ID$2")
- from: models.go
where: $
transform: return $.replace(/(\sKID \*)string(\s+.*)/g, "$1ID$2")

# Maxresults -> MaxResults
- from:
Expand Down
4 changes: 2 additions & 2 deletions sdk/security/keyvault/azsecrets/models.go

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

0 comments on commit 05ecbe8

Please sign in to comment.