Update PowerShell SDK docs: 16633294545

This commit is contained in:
developer-relations-sp
2025-07-30 20:42:10 +00:00
parent cdd71d1f37
commit 5d76be1d9d
35 changed files with 1335 additions and 495 deletions

View File

@@ -19,6 +19,7 @@ Name | Type | Description | Notes
**Author** | [**ApprovalIdentity**](approval-identity) | | [optional]
**Comment** | **String** | Comment to be left on an approval | [optional]
**CreatedDate** | **String** | Date the comment was created | [optional]
**CommentId** | **String** | ID of the comment | [optional]
## Examples
@@ -26,7 +27,8 @@ Name | Type | Description | Notes
```powershell
$ApprovalComment1 = Initialize-V2025ApprovalComment1 -Author null `
-Comment Looks good `
-CreatedDate 2023-04-12T23:20:50.52Z
-CreatedDate 2023-04-12T23:20:50.52Z `
-CommentId 38453251-6be2-5f8f-df93-5ce19e295837
```
- Convert the resource to JSON