Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ union PrivateLinkServiceConnectionStatus {
}

/**
* Device Registry Namespace MI authentication type: UserAssigned, SystemAssigned.
* Device Registry Namespace MI authentication type: UserAssigned, and SystemAssigned.
*/
union DeviceRegistryNamespaceAuthenticationType {
string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1813,7 +1813,7 @@
},
"DeviceRegistryNamespaceAuthenticationType": {
"type": "string",
"description": "Device Registry Namespace MI authentication type: UserAssigned, SystemAssigned.",
"description": "Device Registry Namespace MI authentication type: UserAssigned, and SystemAssigned.",
"enum": [
"UserAssigned",
"SystemAssigned"
Expand Down