You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom profiles and Profile for device groups (#17)
* added reading of profiles
* small bug fix
* go mod update
* Update in readme
* read me update
---------
Co-authored-by: David Kraushuber <david.kraushuber@mytaxi.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,4 @@ provider to build your own SimpleMDM infrastructure.Provider's official document
21
21
22
22
- API current doesnt support Create and Delete for Device Groups
23
23
- API currently doesnt support update of "name" attribute for Device Groups
24
-
- Custom Profiles for Assignment group, Device group and Device can no be updated because of API limitation (they are compared only between plan and state from previous plan), aka adding profile via web will not be considered in next apply.
24
+
- Custom Profiles/Profiles for Assignment groupand Devices can no be updated because of API limitation (they are compared only between plan and state from previous plan), aka adding profile via web will not be considered in next apply.
"Device groups currently do not support change of the name via API request, in case you wish to change "+
243
-
"name of the device group please do it via website. Profiles assigned to the group are currently also limited"+
244
-
" as we are missing data from API which profiles are assigned to the group. This will be implemented later when API will provide data about profiles.",
291
+
"name of the device group please do it via website.",
245
292
)
246
293
247
294
//comparing planed attributes and their values to attributes in SimpleMDM
0 commit comments