diff --git a/entra/agent_based/ms_entra_app_creds.py b/entra/agent_based/ms_entra_app_creds.py index 44c4815..4404c63 100644 --- a/entra/agent_based/ms_entra_app_creds.py +++ b/entra/agent_based/ms_entra_app_creds.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/entra/agent_based/ms_entra_saml_certs.py b/entra/agent_based/ms_entra_saml_certs.py index 9518591..4dedcb9 100644 --- a/entra/agent_based/ms_entra_saml_certs.py +++ b/entra/agent_based/ms_entra_saml_certs.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/entra/agent_based/ms_entra_sync.py b/entra/agent_based/ms_entra_sync.py index 517ab3f..3be33b8 100644 --- a/entra/agent_based/ms_entra_sync.py +++ b/entra/agent_based/ms_entra_sync.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/entra/libexec/agent_ms_entra b/entra/libexec/agent_ms_entra index 0862835..0a3858e 100755 --- a/entra/libexec/agent_ms_entra +++ b/entra/libexec/agent_ms_entra @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/entra/rulesets/ms_entra.py b/entra/rulesets/ms_entra.py index 24fe3ca..2fc2631 100644 --- a/entra/rulesets/ms_entra.py +++ b/entra/rulesets/ms_entra.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/entra/rulesets/ms_entra_app_creds.py b/entra/rulesets/ms_entra_app_creds.py index e93eecb..d3cd95f 100644 --- a/entra/rulesets/ms_entra_app_creds.py +++ b/entra/rulesets/ms_entra_app_creds.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/entra/rulesets/ms_entra_saml_certs.py b/entra/rulesets/ms_entra_saml_certs.py index 7527655..e5d28be 100644 --- a/entra/rulesets/ms_entra_saml_certs.py +++ b/entra/rulesets/ms_entra_saml_certs.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/entra/rulesets/ms_entra_sync.py b/entra/rulesets/ms_entra_sync.py index e595220..0d31b29 100644 --- a/entra/rulesets/ms_entra_sync.py +++ b/entra/rulesets/ms_entra_sync.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/entra/server_side_calls/ms_entra.py b/entra/server_side_calls/ms_entra.py index 3d6a23a..e5b6d3e 100644 --- a/entra/server_side_calls/ms_entra.py +++ b/entra/server_side_calls/ms_entra.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*- -# Copyright (C) 2025 Christopher Pommer +# Copyright (C) 2024, 2025 Christopher Pommer # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -24,7 +24,7 @@ from pydantic import BaseModel -from typing import Optional, Iterator, List +from typing import Iterator, List, Optional from cmk.server_side_calls.v1 import ( EnvProxy,