Skip to content

Commit 3ee8657

Browse files
authored
Merge pull request #107267 from v-maudel/patch-475
M47969: Fixing typo public/private
2 parents aa13d49 + ee9bf26 commit 3ee8657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/platform/diagnostics-extension-schema-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ The *PublicConfig* and *PrivateConfig* are separated because in most JSON usage
502502
```
503503

504504
> [!NOTE]
505-
> The public config Azure Monitor sink definition has two properties, *PrincipalId* and *Secret*. These are only required for Classic VMs and Classic Cloud services. These properties should not be used for other resources.
505+
> The private config Azure Monitor sink definition has two properties, *PrincipalId* and *Secret*. These are only required for Classic VMs and Classic Cloud services. These properties should not be used for other resources.
506506
507507

508508
```json
@@ -670,4 +670,4 @@ The *PublicConfig* and *PrivateConfig* are separated because in most JSON usage
670670
> [!NOTE]
671671
> The public config Azure Monitor sink definition has two properties, resourceId and region. These are only required for Classic VMs and Classic Cloud services. These properties should not be used for Resource Manager Virtual Machines or Virtual Machine Scale sets.
672672
> There is also an additional Private Config element for the Azure Monitor sink, that passes in a Principal Id and Secret. This is only required for Classic VMs and Classic Cloud Services. For Resource Manager VMs and VMSS the Azure Monitor definition in the private config element can be excluded.
673-
>
673+
>

0 commit comments

Comments
 (0)