Skip to content

Commit 263a5a3

Browse files
indent for code blocks
1 parent a00e6c9 commit 263a5a3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/container-registry/dedicated-data-endpoints.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,20 +93,20 @@ To use the Azure CLI steps in this article, Azure CLI version 2.4.0 or later is
9393
Sample output:
9494

9595
```
96-
{
97-
"loginServer": "contoso.azurecr.io",
98-
"dataEndpoints": [
9996
{
100-
"region": "eastus",
101-
"endpoint": "contoso.eastus.data.azurecr.io",
102-
},
103-
{
104-
"region": "westus",
105-
"endpoint": "contoso.westus.data.azurecr.io",
97+
"loginServer": "contoso.azurecr.io",
98+
"dataEndpoints": [
99+
{
100+
"region": "eastus",
101+
"endpoint": "contoso.eastus.data.azurecr.io",
102+
},
103+
{
104+
"region": "westus",
105+
"endpoint": "contoso.westus.data.azurecr.io",
106+
}
107+
]
106108
}
107-
]
108-
}
109-
109+
110110
```
111111

112112
## Next Steps

0 commit comments

Comments
 (0)