Skip to content

Commit ee9bf26

Browse files
authored
M47969: Fixing typo public/private
Translator has reported possible source content issue. Description: It is not "public" but "private", because the JSON code described is about "private"
1 parent 7efed08 commit ee9bf26

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)