From 1b41b9e341bb1e29052da5572d06810794a97e4a Mon Sep 17 00:00:00 2001 From: Weiheng Li Date: Wed, 10 Mar 2021 10:19:58 -0800 Subject: [PATCH 1/3] change swagger --- .../stable/2021-01-01/customIpPrefix.json | 20 +++++++++++++++++++ .../CustomIpPrefixCreateCustomizedValues.json | 6 ++++-- .../examples/CustomIpPrefixGet.json | 3 ++- .../examples/CustomIpPrefixList.json | 6 ++++-- .../examples/CustomIpPrefixListAll.json | 17 +++++++++------- .../examples/CustomIpPrefixUpdateTags.json | 3 ++- 6 files changed, 42 insertions(+), 13 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json index 0ed3a72bae5b..c9f5a2614e51 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json @@ -363,6 +363,26 @@ "type": "string", "description": "The prefix range in CIDR notation. Should include the start address and the prefix length." }, + "SignedMessage": { + "type": "string", + "description": "Signed message for WAN validation." + }, + "AuthorizationMessage": { + "type": "string", + "description": "Authorization message for WAN validation." + }, + "CustomIpPrefixParent": { + "$ref": "#/definitions/CustomIpPrefix", + "description": "The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix." + }, + "Children": { + "readOnly": true, + "type": "array", + "items": { + "$ref": "#/definitions/CustomIpPrefix" + }, + "description": "The list of all Children for IPv6 /48 CustomIpPrefix." + }, "commissionedState": { "type": "string", "description": "The commissioned state of the Custom IP Prefix.", diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json index 166556aab0d5..e5973c30c4d8 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json @@ -29,7 +29,8 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "type": "Microsoft.Network/customIpPrefixes" } @@ -48,7 +49,8 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json index bc1cc8e5dd3a..8ee61c85dda4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json @@ -17,7 +17,8 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json index e694a037a989..072ac8c27a92 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json @@ -18,7 +18,8 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -32,7 +33,8 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.1.0/30", "commissionedState": "Commissioned", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json index c3a774dfe0e8..f365e816210d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json @@ -17,7 +17,8 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -29,23 +30,25 @@ "properties": { "provisioningState": "Succeeded", "resourceGuid": "00000000-0000-0000-0000-00000000", - "cidr": "0.0.1.0/30", + "cidr": "0.0.2.0/23", "commissionedState": "Commissioned", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "type": "Microsoft.Network/customIpPrefixes" }, { - "name": "test-customipprefix2", - "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix2", + "name": "test-customipprefix3", + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix3", "etag": "W/\"00000000-0000-0000-0000-00000000\"", "location": "eastus", "properties": { "provisioningState": "Succeeded", "resourceGuid": "00000000-0000-0000-0000-00000000", - "cidr": "0.0.1.0/22", + "cidr": "0.0.4.0/22", "commissionedState": "Provisioning", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json index d025511b3c0c..392587b8ea7f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json @@ -29,7 +29,8 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", - "publicIpPrefixes": [] + "publicIpPrefixes": [], + "Children": [] }, "tags": { "tag1": "value1", From 65a7d7ff6c1e1f3c132f997a4212ee17709fab1b Mon Sep 17 00:00:00 2001 From: Weiheng Li Date: Thu, 11 Mar 2021 08:58:41 -0800 Subject: [PATCH 2/3] fix --- .../stable/2021-01-01/customIpPrefix.json | 8 ++-- .../CustomIpPrefixCreateCustomizedValues.json | 4 +- .../examples/CustomIpPrefixGet.json | 2 +- .../examples/CustomIpPrefixList.json | 41 +++++++++++++++++- .../examples/CustomIpPrefixListAll.json | 43 +++++++++++++++++-- .../examples/CustomIpPrefixUpdateTags.json | 2 +- 6 files changed, 87 insertions(+), 13 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json index c9f5a2614e51..d3cc1206360f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json @@ -363,19 +363,19 @@ "type": "string", "description": "The prefix range in CIDR notation. Should include the start address and the prefix length." }, - "SignedMessage": { + "signedMessage": { "type": "string", "description": "Signed message for WAN validation." }, - "AuthorizationMessage": { + "authorizationMessage": { "type": "string", "description": "Authorization message for WAN validation." }, - "CustomIpPrefixParent": { + "customIpPrefixParent": { "$ref": "#/definitions/CustomIpPrefix", "description": "The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix." }, - "Children": { + "children": { "readOnly": true, "type": "array", "items": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json index e5973c30c4d8..fb1f8d3ebee7 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json @@ -30,7 +30,7 @@ "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", "publicIpPrefixes": [], - "Children": [] + "children": [] }, "type": "Microsoft.Network/customIpPrefixes" } @@ -50,7 +50,7 @@ "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", "publicIpPrefixes": [], - "Children": [] + "children": [] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json index 8ee61c85dda4..aa50eb49a96c 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json @@ -18,7 +18,7 @@ "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", "publicIpPrefixes": [], - "Children": [] + "children": [] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json index 072ac8c27a92..2dfce1323d08 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json @@ -19,7 +19,7 @@ "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", "publicIpPrefixes": [], - "Children": [] + "children": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -34,7 +34,44 @@ "cidr": "0.0.1.0/30", "commissionedState": "Commissioned", "publicIpPrefixes": [], - "Children": [] + "children": [] + }, + "type": "Microsoft.Network/customIpPrefixes" + }, + { + "name": "test-customipprefix4", + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix4", + "etag": "W/\"00000000-0000-0000-0000-00000000\"", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-00000000", + "cidr": "2607:f0d1:1002:0001::/64", + "commissionedState": "Commissioned", + "publicIpPrefixes": [], + "children": [], + "customIpPrefixParent": { + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix5" + } + }, + "type": "Microsoft.Network/customIpPrefixes" + }, + { + "name": "test-customipprefix5", + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix5", + "etag": "W/\"00000000-0000-0000-0000-00000000\"", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-00000000", + "cidr": "2607:f0d1:1002::/48", + "commissionedState": "Provisioned", + "publicIpPrefixes": [], + "children": [ + { + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix4" + } + ] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json index f365e816210d..e94d68c28a3b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json @@ -18,7 +18,7 @@ "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", "publicIpPrefixes": [], - "Children": [] + "children": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -33,7 +33,7 @@ "cidr": "0.0.2.0/23", "commissionedState": "Commissioned", "publicIpPrefixes": [], - "Children": [] + "children": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -48,7 +48,44 @@ "cidr": "0.0.4.0/22", "commissionedState": "Provisioning", "publicIpPrefixes": [], - "Children": [] + "children": [] + }, + "type": "Microsoft.Network/customIpPrefixes" + }, + { + "name": "test-customipprefix4", + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix4", + "etag": "W/\"00000000-0000-0000-0000-00000000\"", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-00000000", + "cidr": "2607:f0d1:1002:0001::/64", + "commissionedState": "Commissioned", + "publicIpPrefixes": [], + "children": [], + "customIpPrefixParent": { + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix5" + } + }, + "type": "Microsoft.Network/customIpPrefixes" + }, + { + "name": "test-customipprefix5", + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix5", + "etag": "W/\"00000000-0000-0000-0000-00000000\"", + "location": "eastus", + "properties": { + "provisioningState": "Succeeded", + "resourceGuid": "00000000-0000-0000-0000-00000000", + "cidr": "2607:f0d1:1002::/48", + "commissionedState": "Provisioned", + "publicIpPrefixes": [], + "children": [ + { + "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix4" + } + ] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json index 392587b8ea7f..1951e4757891 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json @@ -30,7 +30,7 @@ "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", "publicIpPrefixes": [], - "Children": [] + "children": [] }, "tags": { "tag1": "value1", From da6910018e4c1e558e687242cdfc47db9753422f Mon Sep 17 00:00:00 2001 From: Weiheng Li Date: Mon, 15 Mar 2021 15:28:05 -0700 Subject: [PATCH 3/3] add two parameter in the example --- .../stable/2021-01-01/customIpPrefix.json | 2 +- .../CustomIpPrefixCreateCustomizedValues.json | 8 ++++++-- .../examples/CustomIpPrefixGet.json | 4 +++- .../examples/CustomIpPrefixList.json | 14 ++++++++++--- .../examples/CustomIpPrefixListAll.json | 20 ++++++++++++++----- .../examples/CustomIpPrefixUpdateTags.json | 4 +++- 6 files changed, 39 insertions(+), 13 deletions(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json index d3cc1206360f..0ecb2b39bc85 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/customIpPrefix.json @@ -375,7 +375,7 @@ "$ref": "#/definitions/CustomIpPrefix", "description": "The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix." }, - "children": { + "childCustomIpPrefixes": { "readOnly": true, "type": "array", "items": { diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json index fb1f8d3ebee7..cf002d963a9b 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixCreateCustomizedValues.json @@ -29,8 +29,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [] + "childCustomIpPrefixes": [] }, "type": "Microsoft.Network/customIpPrefixes" } @@ -49,8 +51,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [] + "childCustomIpPrefixes": [] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json index aa50eb49a96c..14d62140aa84 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixGet.json @@ -17,8 +17,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [] + "childCustomIpPrefixes": [] }, "type": "Microsoft.Network/customIpPrefixes" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json index 2dfce1323d08..81d05498ba5f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixList.json @@ -18,6 +18,8 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], "children": [] }, @@ -33,8 +35,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.1.0/30", "commissionedState": "Commissioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [] + "childCustomIpPrefixes": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -48,8 +52,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "2607:f0d1:1002:0001::/64", "commissionedState": "Commissioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [], + "childCustomIpPrefixes": [], "customIpPrefixParent": { "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix5" } @@ -66,8 +72,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "2607:f0d1:1002::/48", "commissionedState": "Provisioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [ + "childCustomIpPrefixes": [ { "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix4" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json index e94d68c28a3b..4782ce10e300 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixListAll.json @@ -17,8 +17,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.0.0/24", "commissionedState": "Commissioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [] + "childCustomIpPrefixes": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -32,8 +34,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.2.0/23", "commissionedState": "Commissioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [] + "childCustomIpPrefixes": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -47,8 +51,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "0.0.4.0/22", "commissionedState": "Provisioning", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [] + "childCustomIpPrefixes": [] }, "type": "Microsoft.Network/customIpPrefixes" }, @@ -62,8 +68,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "2607:f0d1:1002:0001::/64", "commissionedState": "Commissioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [], + "childCustomIpPrefixes": [], "customIpPrefixParent": { "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix5" } @@ -80,8 +88,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "2607:f0d1:1002::/48", "commissionedState": "Provisioned", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [ + "childCustomIpPrefixes": [ { "id": "/subscriptions/subid/resourceGroups/rg3/providers/Microsoft.Network/customIpPrefixes/test-customipprefix4" } diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json index 1951e4757891..2b949e60bb6a 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-01-01/examples/CustomIpPrefixUpdateTags.json @@ -29,8 +29,10 @@ "resourceGuid": "00000000-0000-0000-0000-00000000", "cidr": "192.168.254.2/24", "commissionedState": "Provisioning", + "signedMessage": "signedMessage", + "authorizationMessage": "authorizationMessage", "publicIpPrefixes": [], - "children": [] + "childCustomIpPrefixes": [] }, "tags": { "tag1": "value1",