Update PowerShell SDK docs: 16507204442

This commit is contained in:
developer-relations-sp
2025-07-24 20:31:57 +00:00
parent 076fc2761f
commit ba44ba0234
76 changed files with 950 additions and 721 deletions

View File

@@ -24,9 +24,9 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$AttributeChange = Initialize-V2025AttributeChange -Name null `
-PreviousValue null `
-NewValue null
$AttributeChange = Initialize-V2025AttributeChange -Name firstname `
-PreviousValue adam `
-NewValue zampa
```
- Convert the resource to JSON