Skip to content

Commit

Permalink
Fixing LintDiff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gubalasu committed Apr 20, 2022
1 parent 1b21f79 commit f4e5ae6
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"description": "Migrate the CDN profile to Azure Frontdoor(Standard/Premium) profile. The change need to be committed after this.",
"operationId": "Profiles_Migrate",
"x-ms-examples": {
"Profiles_Create": {
"Profiles_Migrate": {
"$ref": "./examples/Profiles_Migrate.json"
}
},
Expand Down Expand Up @@ -428,8 +428,7 @@
"$ref": "#/definitions/ErrorResponse"
}
}
},
"x-ms-long-running-operation": true
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/migrationCommit": {
Expand All @@ -440,7 +439,7 @@
"description": "Commit the migrated Azure Frontdoor(Standard/Premium) profile.",
"operationId": "Profiles_MigrationCommit",
"x-ms-examples": {
"Profiles_Create": {
"Profiles_MigrationCommit": {
"$ref": "./examples/Profiles_MigrationCommit.json"
}
},
Expand Down Expand Up @@ -2746,9 +2745,11 @@
"properties": {
"errors": {
"items": {
"description": "List of migration errors",
"$ref": "#/definitions/MigrationErrorType"
},
"type": "array"
"type": "array",
"x-ms-identifiers": []
}
}
},
Expand Down Expand Up @@ -2819,7 +2820,8 @@
"items": {
"description": "List of waf mappings",
"$ref": "#/definitions/MigrationWafMapping"
}
},
"x-ms-identifiers": []
}
},
"x-ms-azure-resource": true
Expand Down

0 comments on commit f4e5ae6

Please sign in to comment.