Azure / Azure/azure-powershell
New-AzP2sVpnGateway: One or more operations failed
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
### Description
Getting this error when trying to setup a p2p. fyi using usgov and AAD ( Free )
Command:
New-AzP2sVpnGateway -ResourceGroupName Yq6P-rg -Name Yq6P-vpngtwy -VirtualHub Yq6P-vhubname -VpnGatewayScaleUnit 1 -VpnClientAddressPool "10.78.2.0/24" -VpnServerConfiguration $vpnServerConfig - Yq6P-vpnsrvconfig EnableInternetSecurityFlag -EnableRoutingPreferenceInternetFlag -EA Stop
Error:
Long running operation failed with status 'Failed'. Additional Info:'The operation failed due to following errors: '["The operation failed due to following errors: 'One or more operations failed'."]'.' StatusCode: 200 ReasonPhrase: OK Status: Failed ErrorCode: OperationFailureErrors ErrorMessage: The operation failed due to following errors: '["The operation failed due to following errors: 'One or more operations failed'."]'.
### Issue script & Debug output
```PowerShell
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
x-ms-request-id : f8bb3aa5-4b70-4246-ad76-a73a960cd222
x-ms-correlation-request-id : 004d844b-d6d4-436e-b03d-6d11e3136059
x-ms-arm-service-request-id : 5eafc244-f575-48d7-ab26-96bd34157fd4
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14989
x-ms-routing-request-id : USGOVTEXAS:20221229T181433Z:004d844b-d6d4-436e-b03d-6d11e3136059
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:14:32 GMT
Body:
{
"value": []
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
PUT
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/p2svpnGateways/Yq6P-vpngtwy?api-version=2022-07-01
Headers:
Accept-Language : en-US
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
{
"properties": {
"virtualHub": {
"id": "/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/virtualHubs/Yq6P-vhubname"
},
"p2SConnectionConfigurations": [
{
"properties": {
"vpnClientAddressPool": {
"addressPrefixes": [
"10.78.2.0/24"
]
},
"enableInternetSecurity": true
},
"name": "P2SConnectionConfigDefault"
}
],
"vpnGatewayScaleUnit": 1,
"vpnServerConfiguration": {
"id": "/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/vpnServerConfigurations/Yq6P-vpnsrvconfig"
},
"customDnsServers": [],
"isRoutingPreferenceInternet": true
},
"location": "usgovarizona"
}
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
Created
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 10
x-ms-request-id : 6704fa78-00de-4f62-9608-1ef8bb2c9166
Azure-AsyncOperation : https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
x-ms-correlation-request-id : 2b4eb247-9da9-405d-b966-274fae34a507
x-ms-arm-service-request-id : bfdab29d-0395-4535-ad1e-78f3c81b3a8a
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-writes: 1198
x-ms-routing-request-id : USGOVTEXAS:20221229T181434Z:2b4eb247-9da9-405d-b966-274fae34a507
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:14:34 GMT
Body:
{
"name": "Yq6P-vpngtwy",
"id": "/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/p2sVpnGateways/Yq6P-vpngtwy",
"etag": "W/\"71e0721d-22fb-4e5a-9e65-b27a6a5c6db0\"",
"type": "Microsoft.Network/p2sVpnGateways",
"location": "usgovarizona",
"properties": {
"provisioningState": "Updating",
"virtualHub": {
"id": "/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/virtualHubs/Yq6P-vhubname"
},
"vpnServerConfiguration": {
"id": "/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/vpnServerConfigurations/Yq6P-vpnsrvconfig"
},
"vpnServerConfigurationLocation": "usgovarizona",
"p2SConnectionConfigurations": [
{
"name": "P2SConnectionConfigDefault",
"id": "/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/p2sVpnGateways/Yq6P-vpngtwy/p2sConnectionConfigurations/P2SConnectionConfigDefault",
"etag": "W/\"71e0721d-22fb-4e5a-9e65-b27a6a5c6db0\"",
"type": "Microsoft.Network/p2sVpnGateways/p2sConnectionConfigurations",
"properties": {
"provisioningState": "Updating",
"routingConfiguration": {
"associatedRouteTable": {
"id": "/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/virtualHubs/Yq6P-vhubname/hubRouteTables/defaultRouteTable"
},
"propagatedRouteTables": {
"labels": [
"default"
],
"ids": [
{
"id": "/subscriptions/SubGuid/resourceGroups/Yq6P-rg/providers/Microsoft.Network/virtualHubs/Yq6P-vhubname/hubRouteTables/defaultRouteTable"
}
]
}
},
"vpnClientAddressPool": {
"addressPrefixes": [
"10.78.2.0/24"
]
},
"enableInternetSecurity": true
}
}
],
"vpnGatewayDetachStatus": "Attached",
"vpnGatewayScaleUnit": 1,
"customDnsServers": [],
"isRoutingPreferenceInternet": true,
"useRadiusProxyIPs": false,
"radiusProxyIPs": []
}
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 10
x-ms-request-id : 84ffcad5-7a49-4136-ba98-3413425bf47b
x-ms-correlation-request-id : f61cb803-1f88-4dcd-8e4c-a29148e6b93d
x-ms-arm-service-request-id : 1c7c3b60-ad6e-45e6-aff5-52a7420f781c
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14989
x-ms-routing-request-id : USGOVTEXAS:20221229T181444Z:f61cb803-1f88-4dcd-8e4c-a29148e6b93d
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:14:44 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 20
x-ms-request-id : 58eae7e3-072e-483f-99ea-f3d94cbbd6ae
x-ms-correlation-request-id : acfb168c-13bb-465b-b5bc-5d53f82ace62
x-ms-arm-service-request-id : bbcbdc96-f552-4745-8542-c5bcfbafe4b9
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14988
x-ms-routing-request-id : USGOVTEXAS:20221229T181454Z:acfb168c-13bb-465b-b5bc-5d53f82ace62
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:14:53 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 40
x-ms-request-id : 9f26fe2a-5e37-468b-a0ea-bf6235050c59
x-ms-correlation-request-id : 32aa45ad-bfa8-47b2-b093-e90d28047daa
x-ms-arm-service-request-id : 0530e631-6561-453f-a082-c94e75cd12c1
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14987
x-ms-routing-request-id : USGOVTEXAS:20221229T181514Z:32aa45ad-bfa8-47b2-b093-e90d28047daa
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:15:14 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 80
x-ms-request-id : 27b7b3a6-ac6a-47b3-b0f0-c14917faac17
x-ms-correlation-request-id : d4a62060-e981-42f4-a2a2-d261fc45c716
x-ms-arm-service-request-id : 0914c413-0706-489d-89bb-a8db20f565ca
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14986
x-ms-routing-request-id : USGOVTEXAS:20221229T181554Z:d4a62060-e981-42f4-a2a2-d261fc45c716
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:15:54 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 160
x-ms-request-id : 97477131-f2e8-4cf9-bdaa-ea7de952a3ab
x-ms-correlation-request-id : d0ec7284-8dae-4a41-bc77-cd37f4a48e0b
x-ms-arm-service-request-id : d5d486a4-6130-49f1-8b92-92fa684ac476
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14983
x-ms-routing-request-id : USGOVTEXAS:20221229T181715Z:d0ec7284-8dae-4a41-bc77-cd37f4a48e0b
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:17:15 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 100
x-ms-request-id : ef73359c-2099-47f0-bce4-6a8994bc4b92
x-ms-correlation-request-id : e79a510e-3572-446f-b05e-63460e6e7317
x-ms-arm-service-request-id : af6f9682-1ad2-40e1-a5ce-4ac80f713233
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14988
x-ms-routing-request-id : USGOVTEXAS:20221229T181955Z:e79a510e-3572-446f-b05e-63460e6e7317
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:19:54 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 100
x-ms-request-id : 1f31734e-cfe5-4b30-82dc-dd3ee9d7f049
x-ms-correlation-request-id : 0bf23b3b-78eb-4eb8-9aab-3a19191c9d16
x-ms-arm-service-request-id : 60179460-1209-423b-afe7-0d243b30bf5d
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14990
x-ms-routing-request-id : USGOVTEXAS:20221229T182135Z:0bf23b3b-78eb-4eb8-9aab-3a19191c9d16
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:21:35 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 100
x-ms-request-id : b7b9c6a6-a495-48c9-b12a-83f415aa180c
x-ms-correlation-request-id : e9691da6-4566-4a6a-a45e-eee9a0054999
x-ms-arm-service-request-id : 6578ad56-4186-426b-9dd5-7971f02d56c4
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14987
x-ms-routing-request-id : USGOVTEXAS:20221229T182315Z:e9691da6-4566-4a6a-a45e-eee9a0054999
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:23:15 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 100
x-ms-request-id : 186ffdc6-8580-42c6-886e-972319623336
x-ms-correlation-request-id : d93c89ab-677c-47e7-99f0-ae1c656eff4e
x-ms-arm-service-request-id : cdb4bbcc-ecca-4117-9404-73b29a25cc50
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14985
x-ms-routing-request-id : USGOVTEXAS:20221229T182456Z:d93c89ab-677c-47e7-99f0-ae1c656eff4e
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:24:55 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 100
x-ms-request-id : 49904989-7565-4433-95bb-3890c475d39b
x-ms-correlation-request-id : d14eace6-3db6-4930-8d46-27a7527df9d0
x-ms-arm-service-request-id : aac424f1-c866-4e59-9818-eb959852a215
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14991
x-ms-routing-request-id : USGOVTEXAS:20221229T182636Z:d14eace6-3db6-4930-8d46-27a7527df9d0
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:26:36 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
Retry-After : 100
x-ms-request-id : 009c7ed9-9e9a-4693-972f-ed95e93e1da3
x-ms-correlation-request-id : 850811e3-a4db-4020-a904-b1a693161011
x-ms-arm-service-request-id : 683fa729-a356-4845-9f93-da4e8a6210b3
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14985
x-ms-routing-request-id : USGOVTEXAS:20221229T182816Z:850811e3-a4db-4020-a904-b1a693161011
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:28:16 GMT
Body:
{
"status": "InProgress"
}
DEBUG: ============================ HTTP REQUEST ============================
HTTP Method:
GET
Absolute Uri:
https://management.usgovcloudapi.net/subscriptions/SubGuid/providers/Microsoft.Network/locations/usgovarizona/operations/6704fa78-00de-4f62-9608-1ef8bb2c9166?api-version=2022-07-01
Headers:
x-ms-client-request-id : 5949afba-6b43-43f0-867c-4e9ce967d348
Body:
DEBUG: ============================ HTTP RESPONSE ============================
Status Code:
OK
Headers:
Cache-Control : no-cache
Pragma : no-cache
x-ms-request-id : 433af2a7-8002-42e7-8da2-7cd2f891a39e
x-ms-correlation-request-id : 1bf71fcd-c613-4b3f-a1d1-ea8e887209dd
x-ms-arm-service-request-id : 67d7d6a4-a2a6-4c60-b37f-38e85fe81291
Strict-Transport-Security : max-age=31536000; includeSubDomains
Server : Microsoft-HTTPAPI/2.0,Microsoft-HTTPAPI/2.0
x-ms-ratelimit-remaining-subscription-reads: 14990
x-ms-routing-request-id : USGOVTEXAS:20221229T182956Z:1bf71fcd-c613-4b3f-a1d1-ea8e887209dd
X-Content-Type-Options : nosniff
Date : Thu, 29 Dec 2022 18:29:56 GMT
Body:
{
"status": "Failed",
"error": {
"code": "OperationFailureErrors",
"message": "The operation failed due to following errors: '[\"The operation failed due to following errors: 'One or more operations failed'.\"]'.",
"details": []
}
}
DEBUG: 12:29:57 PM - [ConfigManager] Got nothing from [EnableDataCollection], Module = [], Cmdlet = []. Returning default value [True].
```
### Environment data
```PowerShell
Name Valuele
---- -----
PSVersion 7.3.1
PSEdition Core
GitCommitId 7.3.1
OS Microsoft Windows 10.0.19045
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
```
### Module versions
```PowerShell
ModuleType Version PreRelease Name PSEdition ExportedCommands
---------- ------- ---------- ---- --------- ----------------
Script 9.2.0 Az Core,Desk
```
### Error output
```PowerShell
RequestId :
Message : Long running operation failed with status 'Failed'. Additional Info:'The operation failed due to following errors: '["The operation failed due to following errors: 'One or more operations failed'."]'.'
StatusCode: 200
ReasonPhrase: OK
Status: Failed
ErrorCode: OperationFailureErrors
ErrorMessage: The operation failed due to following errors: '["The operation failed due to following errors: 'One or more operations failed'."]'.
ServerMessage :
ServerResponse :
RequestMessage :
InvocationInfo : {New-AzP2sVpnGateway}
```
Contributor guide
Assessment
This issue has not been assessed yet.