Update to powershell SDK docs: 15023035004

This commit is contained in:
developer-relations-sp
2025-05-14 14:14:03 +00:00
parent 1da87f2e41
commit d5eba63d0e
23 changed files with 292 additions and 9 deletions

View File

@@ -602,7 +602,17 @@ $EntitlementRequestConfig = @"{
"approverId" : "e3eab852-8315-467f-9de7-70eda97f63c8",
"approverType" : "GOVERNANCE_GROUP"
} ],
"reauthorizationRequired" : false,
"requestCommentRequired" : true
},
"revocationRequestConfig" : {
"approvalSchemes" : [ {
"approverId" : "e3eab852-8315-467f-9de7-70eda97f63c8",
"approverType" : "GOVERNANCE_GROUP"
}, {
"approverId" : "e3eab852-8315-467f-9de7-70eda97f63c8",
"approverType" : "GOVERNANCE_GROUP"
} ]
}
}"@