Skip to content

Commit 00f2e9e

Browse files
committed
Updates for new release
1 parent b727a3f commit 00f2e9e

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

entra/agent_based/ms_entra_app_creds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

entra/agent_based/ms_entra_saml_certs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

entra/agent_based/ms_entra_sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

entra/libexec/agent_ms_entra

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

entra/rulesets/ms_entra.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

entra/rulesets/ms_entra_app_creds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

entra/rulesets/ms_entra_saml_certs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

entra/rulesets/ms_entra_sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License

entra/server_side_calls/ms_entra.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8; py-indent-offset: 4; max-line-length: 100 -*-
33

4-
# Copyright (C) 2025 Christopher Pommer <[email protected]>
4+
# Copyright (C) 2024, 2025 Christopher Pommer <[email protected]>
55

66
# This program is free software; you can redistribute it and/or
77
# modify it under the terms of the GNU General Public License
@@ -24,7 +24,7 @@
2424

2525

2626
from pydantic import BaseModel
27-
from typing import Optional, Iterator, List
27+
from typing import Iterator, List, Optional
2828

2929
from cmk.server_side_calls.v1 import (
3030
EnvProxy,

0 commit comments

Comments
 (0)