Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayfathim committed Nov 29, 2021
1 parent 699d14a commit 9f531e6
Showing 1 changed file with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15253,6 +15253,48 @@
},
"x-ms-discriminator-value": "InMageRcm"
},
"InMageRcmFabricSwitchProviderBlockingErrorDetails": {
"description": "InMageRcmFabric switch provider blocking error details.",
"type": "object",
"properties": {
"errorCode": {
"description": "The error code.",
"type": "string",
"readOnly": true
},
"errorMessage": {
"description": "The error message.",
"type": "string",
"readOnly": true
},
"possibleCauses": {
"description": "The possible causes.",
"type": "string",
"readOnly": true
},
"recommendedAction": {
"description": "The recommended action.",
"type": "string",
"readOnly": true
},
"errorMessageParameters": {
"description": "The error message parameters.",
"type": "object",
"additionalProperties": {
"type": "string"
},
"readOnly": true
},
"errorTags": {
"description": "The error tags.",
"type": "object",
"additionalProperties": {
"type": "string"
},
"readOnly": true
}
}
},
"InMageRcmFailbackDiscoveredProtectedVmDetails": {
"description": "InMageRcmFailback discovered VM details.",
"type": "object",
Expand Down

0 comments on commit 9f531e6

Please sign in to comment.