Skip to content

Commit

Permalink
fix update example files for docs generation (Azure#24710)
Browse files Browse the repository at this point in the history
* fix update example files for docs generation

* fix prettier issues

---------

Co-authored-by: Joel Enikanorogbon <joelen@microsoft.com>
  • Loading branch information
Joeleniqs and Joel Enikanorogbon authored Jul 6, 2023
1 parent 26cac4f commit d71132a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"parameters": {
"tags": {
"newTag": "newVal"
},
"identity": {
"type": "None"
}
},
"identity": {
"type": "None"
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"parameters": {
"tags": {
"newTag": "newVal"
}
},
"identity": {
"type": "SystemAssigned,UserAssigned",
"userAssignedIdentities": {
"/user/assigned/resource/id": {}
},
"identity": {
"type": "SystemAssigned,UserAssigned",
"userAssignedIdentities": {
"/user/assigned/resource/id": {}
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"parameters": {
"tags": {
"newTag": "newVal"
},
"identity": {
"type": "SystemAssigned"
}
},
"identity": {
"type": "SystemAssigned"
}
},
"responses": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"parameters": {
"tags": {
"newTag": "newVal"
}
},
"identity": {
"type": "UserAssigned",
"userAssignedIdentities": {
"/user/assigned/resource/id": {}
},
"identity": {
"type": "UserAssigned",
"userAssignedIdentities": {
"/user/assigned/resource/id": {}
}
}
}
},
Expand Down

0 comments on commit d71132a

Please sign in to comment.