Update PowerShell SDK docs: 16222752227

This commit is contained in:
developer-relations-sp
2025-07-11 14:42:41 +00:00
parent c32e7f67da
commit 8b0f8b8488
3 changed files with 7 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ tags: ['SDK', 'Software Development Kit', 'CorrelationConfigAttributeAssignments
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Sequence** | **Int32** | The sequence of the attribute assignment. | [optional]
**Property** | **String** | The property of the attribute assignment. | [optional]
**Value** | **String** | The value of the attribute assignment. | [optional]
**Operation** | **Enum** [ "EQ" ] | The operation of the attribute assignment. | [optional]
@@ -28,7 +29,8 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$CorrelationConfigAttributeAssignmentsInner = Initialize-BetaCorrelationConfigAttributeAssignmentsInner -Property first_name `
$CorrelationConfigAttributeAssignmentsInner = Initialize-BetaCorrelationConfigAttributeAssignmentsInner -Sequence 1 `
-Property first_name `
-Value firstName `
-Operation EQ `
-Complex false `