Skip to content

Commit 808ddfb

Browse files
authored
Fix Az.CustomProviders Syntax Errors (#17525)
1 parent 49f1d85 commit 808ddfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomProviders/help/New-AzCustomProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Create a custom resource provider
3939

4040
### Example 2: Create a custom provider with associations
4141
```powershell
42-
New-AzCustomProvider -ResourceGroupName myRG -Name Namespace2.Type -Location "West US 2" -ResourceType @{Name="CustomRoute1"; Endpoint="https://www.contoso.com/"}, @{Name="Associations"; Endpoint="https://contoso.com/myService", RoutingType="Proxy,Cache,Extension"}
42+
New-AzCustomProvider -ResourceGroupName myRG -Name Namespace2.Type -Location "West US 2" -ResourceType @{Name="CustomRoute1"; Endpoint="https://www.contoso.com/"}, @{Name="Associations"; Endpoint="https://contoso.com/myService"; RoutingType="Proxy,Cache,Extension"}
4343
```
4444

4545
```output

0 commit comments

Comments
 (0)