Skip to content

Commit 4833993

Browse files
JoeleniqsJoel Enikanorogbon
authored andcommitted
fix update example files for docs generation (Azure#24710)
* fix update example files for docs generation * fix prettier issues --------- Co-authored-by: Joel Enikanorogbon <joelen@microsoft.com>
1 parent e46409c commit 4833993

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

specification/communication/resource-manager/Microsoft.Communication/preview/2023-04-01-preview/examples/communicationServices/updateRemoveSystemIdentity.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"parameters": {
88
"tags": {
99
"newTag": "newVal"
10+
},
11+
"identity": {
12+
"type": "None"
1013
}
11-
},
12-
"identity": {
13-
"type": "None"
1414
}
1515
},
1616
"responses": {

specification/communication/resource-manager/Microsoft.Communication/preview/2023-04-01-preview/examples/communicationServices/updateWithSystemAndUserIdentity.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"parameters": {
88
"tags": {
99
"newTag": "newVal"
10-
}
11-
},
12-
"identity": {
13-
"type": "SystemAssigned,UserAssigned",
14-
"userAssignedIdentities": {
15-
"/user/assigned/resource/id": {}
10+
},
11+
"identity": {
12+
"type": "SystemAssigned,UserAssigned",
13+
"userAssignedIdentities": {
14+
"/user/assigned/resource/id": {}
15+
}
1616
}
1717
}
1818
},

specification/communication/resource-manager/Microsoft.Communication/preview/2023-04-01-preview/examples/communicationServices/updateWithSystemAssignedIdentity.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"parameters": {
88
"tags": {
99
"newTag": "newVal"
10+
},
11+
"identity": {
12+
"type": "SystemAssigned"
1013
}
11-
},
12-
"identity": {
13-
"type": "SystemAssigned"
1414
}
1515
},
1616
"responses": {

specification/communication/resource-manager/Microsoft.Communication/preview/2023-04-01-preview/examples/communicationServices/updateWithUserAssignedIdentity.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"parameters": {
88
"tags": {
99
"newTag": "newVal"
10-
}
11-
},
12-
"identity": {
13-
"type": "UserAssigned",
14-
"userAssignedIdentities": {
15-
"/user/assigned/resource/id": {}
10+
},
11+
"identity": {
12+
"type": "UserAssigned",
13+
"userAssignedIdentities": {
14+
"/user/assigned/resource/id": {}
15+
}
1616
}
1717
}
1818
},

0 commit comments

Comments
 (0)