Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,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
Loading