Skip to content

Commit

Permalink
Changes to ADUser
Browse files Browse the repository at this point in the history
- Add new property `ThumbnailPhoto` and read-only property `ThumbnailPhotoHash` (issue dsccommunity#44).
  • Loading branch information
johlju committed Aug 6, 2019
1 parent 1c2ce11 commit e2bd094
Show file tree
Hide file tree
Showing 8 changed files with 992 additions and 279 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Needed for publishing of examples, build worker defaults to core.autocrlf=input.
* text eol=crlf

# Ensure any .jpg files are treated as binary
*.jpg binary
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
default value is derived from another parameter ([issue #427](https://github.com/PowerShell/ActiveDirectoryDsc/issues/427)).
- Now uses the helper function `Add-TypeAssembly` which have some benefit
instead of directly using `Add-Type`, like verbose logging ([issue #431](https://github.com/PowerShell/ActiveDirectoryDsc/issues/431)).
- Add new property `ThumbnailPhoto` and read-only property `ThumbnailPhotoHash`
([issue #44](https://github.com/PowerShell/ActiveDirectoryDsc/issues/44)).
- Changes to ADDomain
- BREAKING CHANGE: Renamed the parameter `DomainAdministratorCredential`
to `Credential` to better indicate that it is possible to impersonate
Expand Down
Loading

0 comments on commit e2bd094

Please sign in to comment.