Skip to content

Releases: manicminer/hamilton

v0.62.0

14 Jul 01:35
27ef6ab
Compare
Choose a tag to compare
  • Support for deleting an accessPackageResourceRoleScope (#245)
  • Support for additional group behaviors CalendarMemberReadOnly and ConnectorsDisabled (#247)
  • Support for the ServicePrincipalRiskLevels field in the ConditionalAccessConditionSet 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 the Application model (#244)

v0.61.0

13 Apr 22:15
9893247
Compare
Choose a tag to compare
  • Support additional types for UserflowAttributeDataType (#241)
  • Retry on 404 when creating directory role assignments (#242)

v0.60.0

03 Apr 13:48
3360e7d
Compare
Choose a tag to compare
  • dependencies: updating to v0.20230331.1143618 of github.com/hashicorp/go-azure-sdk (#228)
  • Add the GetMembers() method to the GroupsClient (#236)
  • Support for the ClientApplications field in the ConditionalAccessConditionSet model (#235)
  • Support for the ServiceManagementReference field in the Application model (#233)
  • Support for the LastNonInteractiveSignInDateTime and LastNonInteractiveSignInRequestId fields in the SignInActivity model (#237)
  • Support for managing Token Issuance Policies for service principals (#215)
  • Support for managing Windows Autopilot Deployment Profiles (#228)

v0.59.0

01 Mar 21:04
d185bae
Compare
Choose a tag to compare
  • Bugfix: Allow the SynchronizationJobClient{}.ProvisionOnDemand() method to recognise HTTP 200 responses (#226)

⚠️ BREAKING CHANGES:

  • 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

23 Feb 21:25
c993115
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES:

  • This release removes the auth, environments and odata packages, replacing them with equivalent packages from the github.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 the github.com/hashicorp/go-azure-sdk/sdk/auth package. The example in this repository have been updated accordingly.

v0.57.1

21 Feb 15:59
0632c9c
Compare
Choose a tag to compare
  • Bugfix: Notes in the Application model has changed from a *string to a *StringNullWhenEmpty (#225)

v0.57.0

21 Feb 14:47
0f5dd3d
Compare
Choose a tag to compare
  • Add the ListAdministrativeUnitMemberships() method to GroupsClient (#220)
  • Support for Notes field in the Application model (#218)
  • Bugfix: accommodate field mis-naming for Oauth2RequiredPostResponse in Application model (see upstream bug report) (#221)

v0.56.0

13 Feb 21:00
0a42c9d
Compare
Choose a tag to compare

v0.55.0

27 Jan 19:30
0d7a870
Compare
Choose a tag to compare

v0.54.0

13 Jan 11:29
fc6529a
Compare
Choose a tag to compare
  • Support for Description field in the Application model (#205)