Update PowerShell SDK docs: 16836059621

This commit is contained in:
developer-relations-sp
2025-08-08 17:01:26 +00:00
parent aff8bdf249
commit 79b99e77cd
16 changed files with 36 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AccountUsage = Initialize-AccountUsage -Date Thu Apr 20 20:00:00 EDT 2023 `
$AccountUsage = Initialize-AccountUsage -Date Fri Apr 21 00:00:00 UTC 2023 `
-Count 10
```