Svyatoslav Pidgorny
Svyatoslav Pidgorny
Agree, the documentation is suboptimal! Ok, this is not only the doco change. In the gsuite/grouper.go:73, the admin.directory.group.member.readonly if specifically requested: config, err := google.JWTConfigFromJSON(b, admin.AdminDirectoryGroupMemberReadonlyScope, admin.AdminDirectoryGroupReadonlyScope) The Members function...
Isn't is as easy as adding a Dockerfile example? Here's something I run in Google Cloud: ``` FROM microsoft/powershell SHELL ["/opt/microsoft/powershell/6/pwsh", "-command"] RUN Set-PSRepository -Name PSGallery -InstallationPolicy Trusted RUN Install-Module...
`docker pull microsoft/powershell` pulls 6.2.4, which is the current RTM version today. Same image id as the one from mcr.microsoft.com/powershell, too. Not sure how the sync is set up though.
Immediately though of “#!” and then “!#”. Liking the “&!”.