Releases: manicminer/hamilton
Releases · manicminer/hamilton
v0.62.0
- Support for deleting an
accessPackageResourceRoleScope
(#245) - Support for additional group behaviors
CalendarMemberReadOnly
andConnectorsDisabled
(#247) - Support for the
ServicePrincipalRiskLevels
field in theConditionalAccessConditionSet
model (#246) - Support for Role Eligibility Schedule Requests (#204)
- Bugfix: fake a 404 response when an
accessPackageResourceRoleScope
could not be found (#245) - Bugfix: correctly unmarshal the
onPremisesPublishing
field in theApplication
model (#244)
v0.61.0
v0.60.0
- dependencies: updating to
v0.20230331.1143618
ofgithub.com/hashicorp/go-azure-sdk
(#228) - Add the
GetMembers()
method to theGroupsClient
(#236) - Support for the
ClientApplications
field in theConditionalAccessConditionSet
model (#235) - Support for the
ServiceManagementReference
field in theApplication
model (#233) - Support for the
LastNonInteractiveSignInDateTime
andLastNonInteractiveSignInRequestId
fields in theSignInActivity
model (#237) - Support for managing Token Issuance Policies for service principals (#215)
- Support for managing Windows Autopilot Deployment Profiles (#228)
v0.59.0
- Bugfix: Allow the
SynchronizationJobClient{}.ProvisionOnDemand()
method to recognise HTTP 200 responses (#226)
- This release removes support for specifying the tenant ID as part of the request URL, as this causes some issues with newer APIs and is no longer supported by Microsoft Graph (#230)
v0.58.0
- This release removes the
auth
,environments
andodata
packages, replacing them with equivalent packages from thegithub.com/hashicorp/go-azure-sdk
module. - In order to use the
msgraph
clients, you will now need to make use of the newer authorizers from thegithub.com/hashicorp/go-azure-sdk/sdk/auth
package. The example in this repository have been updated accordingly.
v0.57.1
v0.57.0
- Add the
ListAdministrativeUnitMemberships()
method toGroupsClient
(#220) - Support for
Notes
field in theApplication
model (#218) - Bugfix: accommodate field mis-naming for
Oauth2RequiredPostResponse
inApplication
model (see upstream bug report) (#221)
v0.56.0
- Auth: support for reading PKCS#12 bundles containing additional CA certificates (#212)
- Environments: add
MicrosoftOffice
,MicrosoftTeams
,MicrosoftTeamsWebClient
,Office365SuiteUx
,OfficeHome
,OfficeUwpPwa
andOssRdbmsPostgreSqlFlexibleServerAadAuthentication
toPublishedApis
(#216) - Support for Access Package Assignment Requests (#210)
- Support for Role Definitions and Role Assignments for Entitlement Management (#208)
- Support for the
DisableResilienceDefaults
session control for Conditional Access Policies (#207) - Support for Terms of Use Agreements (#209)
- Bugfix:
PreferredTokenSigningKeyThumbprint
in theServicePrincipal
model has changed from a*string
to a*StringNullWhenEmpty
(#211)
v0.55.0
- Support for creating groups in an administrative unit (#206)