Merge branch 'main' into profile-id-name

This commit is contained in:
Theodor S. Midtlien
2026-06-16 19:34:56 +02:00
163 changed files with 13630 additions and 1469 deletions

View File

@@ -844,6 +844,7 @@ func TestAddConfig_AllFieldsCovered(t *testing.T) {
"SSHKey": "sensitive: SSH private key",
"ClientCertKeyPair": "non-config: parsed cert pair, not serialized",
"Name": "non-config: profile name is not needed for debug purposes",
"policy": "non-config: in-memory MDM policy snapshot, surfaced via Config.Policy() / GetConfigResponse.MDMManagedFields",
}
mURL, _ := url.Parse("https://api.example.com:443")