Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed May 28, 2024
1 parent 50b8a9f commit 6aea4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.0.13 - 2024.05.28
- Downgraded `Az.Accounts` to minimal `2.12.1`. `3.0.0` is kind of broken and PS 5 has issues, you can still use newest one
- Added `Get-O365OrgSendEmailNotification` and `Set-O365OrgSendEmailNotification` which allows configuring [SenderFromAddressSettings](https://admin.microsoft.com/Adminportal/Home?#/Settings/OrganizationProfile/:/Settings/L1/SendFromAddressSettings) for email notifications
- Fixed `Get-O365OrgUserConsentApps` and `Set-O365OrgUserConsentApps` - but it changes how things work, so requires code changes. This configures [User consent settings](https://portal.azure.com/#view/Microsoft_AAD_IAM/ConsentPoliciesMenuBlade/~/UserSettings)
- Fixed `Get-O365OrgUserConsentApps` and `Set-O365OrgUserConsentApps` - but it changes how things work, so requires code changes. This configures [User consent settings](https://portal.azure.com/#view/Microsoft_AAD_IAM/ConsentPoliciesMenuBlade/~/UserSettings). You should probably utilize native Graph `https://graph.microsoft.com/v1.0/policies/authorizationPolicy` instead, but for the sake of fixing it, it's here.

## 0.0.12 - 2023.09.19
- Add `Get-O365OrgAccountLinking` and `Set-O365OrgAccountLinking` to manage "Users who connect their Azure AD account with their MSA account can earn rewards points when they search on Bing. User searches are never shared."
Expand Down

0 comments on commit 6aea4f3

Please sign in to comment.