|
1081 | 1081 | } |
1082 | 1082 | } |
1083 | 1083 | }, |
1084 | | - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/links/{linkName}/reconcile": { |
1085 | | - "parameters": [ |
1086 | | - { |
1087 | | - "$ref": "./network.json#/parameters/SubscriptionIdParameter" |
1088 | | - }, |
1089 | | - { |
1090 | | - "$ref": "#/parameters/ResourceGroupNameParameter" |
1091 | | - }, |
1092 | | - { |
1093 | | - "$ref": "#/parameters/NetworkSecurityPerimeterNameParameter" |
1094 | | - }, |
1095 | | - { |
1096 | | - "$ref": "#/parameters/LinkNameParameter" |
1097 | | - }, |
1098 | | - { |
1099 | | - "$ref": "./network.json#/parameters/ApiVersionParameter" |
1100 | | - } |
1101 | | - ], |
1102 | | - "post": { |
1103 | | - "tags": [ |
1104 | | - "NspLinkReconcile" |
1105 | | - ], |
1106 | | - "operationId": "NspLinkReconcile_Post", |
1107 | | - "description": "Reconcile NSP link resource.", |
1108 | | - "responses": { |
1109 | | - "200": { |
1110 | | - "description": "OK" |
1111 | | - }, |
1112 | | - "default": { |
1113 | | - "description": "Error response describing why the operation failed.", |
1114 | | - "schema": { |
1115 | | - "$ref": "./network.json#/definitions/CloudError" |
1116 | | - } |
1117 | | - } |
1118 | | - }, |
1119 | | - "x-ms-examples": { |
1120 | | - "NspLinkReconcile": { |
1121 | | - "$ref": "./examples/NspLinkReconcile.json" |
1122 | | - } |
1123 | | - } |
1124 | | - } |
1125 | | - }, |
1126 | 1084 | "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/linkReferences/{linkReferenceName}": { |
1127 | 1085 | "parameters": [ |
1128 | 1086 | { |
|
1257 | 1215 | } |
1258 | 1216 | } |
1259 | 1217 | } |
1260 | | - }, |
1261 | | - "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkSecurityPerimeters/{networkSecurityPerimeterName}/linkReferences/{linkReferenceName}/reconcile": { |
1262 | | - "parameters": [ |
1263 | | - { |
1264 | | - "$ref": "./network.json#/parameters/SubscriptionIdParameter" |
1265 | | - }, |
1266 | | - { |
1267 | | - "$ref": "#/parameters/ResourceGroupNameParameter" |
1268 | | - }, |
1269 | | - { |
1270 | | - "$ref": "#/parameters/NetworkSecurityPerimeterNameParameter" |
1271 | | - }, |
1272 | | - { |
1273 | | - "$ref": "#/parameters/LinkReferenceNameParameter" |
1274 | | - }, |
1275 | | - { |
1276 | | - "$ref": "./network.json#/parameters/ApiVersionParameter" |
1277 | | - } |
1278 | | - ], |
1279 | | - "post": { |
1280 | | - "tags": [ |
1281 | | - "NspLinkReferenceReconcile" |
1282 | | - ], |
1283 | | - "operationId": "NspLinkReferenceReconcile_Post", |
1284 | | - "description": "Reconcile NSP linkReference resource.", |
1285 | | - "responses": { |
1286 | | - "200": { |
1287 | | - "description": "OK" |
1288 | | - }, |
1289 | | - "default": { |
1290 | | - "description": "Error response describing why the operation failed.", |
1291 | | - "schema": { |
1292 | | - "$ref": "./network.json#/definitions/CloudError" |
1293 | | - } |
1294 | | - } |
1295 | | - }, |
1296 | | - "x-ms-examples": { |
1297 | | - "NspLinkReferenceReconcile": { |
1298 | | - "$ref": "./examples/NspLinkReferenceReconcile.json" |
1299 | | - } |
1300 | | - } |
1301 | | - } |
1302 | 1218 | } |
1303 | 1219 | }, |
1304 | 1220 | "definitions": { |
|
1522 | 1438 | "description": "List of subscription ids" |
1523 | 1439 | }, |
1524 | 1440 | "networkSecurityPerimeters": { |
| 1441 | + "readOnly": true, |
1525 | 1442 | "type": "array", |
1526 | 1443 | "items": { |
1527 | 1444 | "x-ms-client-flatten": true, |
1528 | 1445 | "$ref": "#/definitions/PerimeterBasedAccessRule" |
1529 | 1446 | }, |
1530 | | - "description": "Inbound rule specified by the perimeter id." |
| 1447 | + "description": "Rule specified by the perimeter id." |
1531 | 1448 | }, |
1532 | 1449 | "emailAddresses": { |
1533 | 1450 | "type": "array", |
|
1559 | 1476 | "type": "object", |
1560 | 1477 | "properties": { |
1561 | 1478 | "id": { |
| 1479 | + "readOnly": true, |
1562 | 1480 | "type": "string", |
1563 | 1481 | "description": "NSP id in the ARM id format." |
1564 | 1482 | }, |
|
0 commit comments