Skip to content

[AutoPR compute] Remove <br> syntax from swagger files #2209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions schemas/2022-03-03/Microsoft.Compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "This property allows you to specify the supported type of the OS that application is built for. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**."
"description": "This property allows you to specify the supported type of the OS that application is built for. Possible values are: **Windows,** **Linux**."
}
},
"required": [
Expand Down Expand Up @@ -1279,7 +1279,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**."
"description": "This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image. Possible values are: **Windows,** **Linux**."
},
"privacyStatementUri": {
"type": "string",
Expand Down Expand Up @@ -1797,7 +1797,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "This property allows you to specify the permission of sharing gallery. <br><br> Possible values are: <br><br> **Private** <br><br> **Groups** <br><br> **Community**."
"description": "This property allows you to specify the permission of sharing gallery. Possible values are: **Private,** **Groups,** **Community**."
}
},
"description": "Profile for gallery sharing to subscription or tenant"
Expand Down