SDK templates

This commit is contained in:
luke-hagar-sp
2023-06-26 12:06:47 -05:00
parent 292c721164
commit ad8b3ba84f
19 changed files with 938 additions and 8 deletions

View File

@@ -0,0 +1,14 @@
$ENT = @(
@{
op = "replace"
path = "/privileged"
value = $false
}
)
try {
Update-BetaEntitlement -Id "2c9180848366cdc701837b78f5ce58be" -JsonPatchOperation $ENT
} catch {
Write-Host ("Exception occurred when calling Update-BetaEntitlement: {0}" -f $_.ErrorDetails)
Write-Host ("Response headers: {0}" -f $_.Exception.Response.Headers)
}