Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions BRANCH_INFO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This branch was created by kojamroz on 4/9/2024.
It differs from main as follows:

It modifies

`specification/agrifood/resource-manager/Microsoft.AgFoodPlatform/preview/2020-05-12-preview/agfood.json`

by introducing a breaking change:

`"operationId": "Extensions_Create",`

changed to

`"operationId": "Extensions_Create2",`
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Extensions"
],
"description": "Install extension.",
"operationId": "Extensions_Create",
"operationId": "Extensions_Create2",
"produces": [
"application/json"
],
Expand Down