Skip to content

Commit

Permalink
Merge pull request #840 from smallstep/changelog/PR829
Browse files Browse the repository at this point in the history
Changeling PR 829
  • Loading branch information
maraino authored Feb 28, 2022
2 parents 6f46cdb + b64d1e1 commit bf8155f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased - 0.18.2] - DATE
### Added
- Added `subscriptionIDs` and `objectIDs` filters to the Azure provisioner.
### Changed
- IPv6 addresses are normalized as IP addresses instead of hostnames.
- More descriptive JWK decryption error message.
Expand Down
2 changes: 1 addition & 1 deletion authority/provisioner/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ type Azure struct {
TenantID string `json:"tenantID"`
ResourceGroups []string `json:"resourceGroups"`
SubscriptionIDs []string `json:"subscriptionIDs"`
ObjectIDs []string `json:"ObjectIDs"`
ObjectIDs []string `json:"objectIDs"`
Audience string `json:"audience,omitempty"`
DisableCustomSANs bool `json:"disableCustomSANs"`
DisableTrustOnFirstUse bool `json:"disableTrustOnFirstUse"`
Expand Down

0 comments on commit bf8155f

Please sign in to comment.