Skip to content

Commit 2aea7f8

Browse files
committed
Clarify Sites resource on template MOP step
1 parent 2f923e1 commit 2aea7f8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/private-5g-core/whats-new.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Make the following changes for each 2022-04-01-preview API template that you wan
5757
| LargePackage | G10 |
5858

5959
2. In the **Attached Data Network** resource, add the new mandatory field **properties.dnsAddresses** if one doesn't already exist. List your chosen DNS addresses in an array or provide an empty array if no DNS addresses are required.
60-
3. Remove the field **properties.networkFunctions**. This field is now read-only and will be ignored if provided.
60+
3. In the **Sites** resource, remove the field **properties.networkFunctions**. This field is now read-only and will be ignored if provided.
6161

6262
See below for a comparison between templates using the 2022-04-01-preview and the 2022-11-01 APIs.
6363

@@ -110,7 +110,7 @@ See below for a comparison between templates using the 2022-04-01-preview and th
110110
```
111111

112112
# [2022-11-01 API](#tab/2022-11-01)
113-
113+
<!-- "sites": "parameters('siteName')", - should this have a new site ID parameter instead? -->
114114
```json
115115
{
116116
...
@@ -119,8 +119,7 @@ See below for a comparison between templates using the 2022-04-01-preview and th
119119
"type": "Microsoft.MobileNetwork/mobileNetworks/sites",
120120
"apiVersion": "2022-11-01",
121121
...
122-
"properties": {
123-
},
122+
"properties": {},
124123
...
125124
},
126125
{
@@ -139,7 +138,7 @@ See below for a comparison between templates using the 2022-04-01-preview and th
139138
"apiVersion": "2022-11-01",
140139
...
141140
"properties": {
142-
"sites": "TODO",
141+
"sites": "parameters('siteName')",
143142
"localDiagnosticsAccess": {
144143
"authenticationType": "Password"
145144
},

0 commit comments

Comments
 (0)