Skip to content

Commit

Permalink
Change API version for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuka committed Mar 10, 2021
1 parent 381a3ec commit 97ddd2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agents/bakery/win_adsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path
from typing import Any

from cmk.base.cee.plugins.bakery.bakery_api.v0 import FileGenerator, OS, Plugin, register
from cmk.base.cee.plugins.bakery.bakery_api.v1 import FileGenerator, OS, Plugin, register


def get_win_adsync_files(conf: Any) -> FileGenerator:
Expand Down
4 changes: 2 additions & 2 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
]},
'name': 'win_adsync',
'title': u'Check for Azure AD Connect Sync Service',
'version': '2.0',
'version.min_required': '2.0.0b6',
'version': '2.1',
'version.min_required': '2.0.0',
'version.packaged': '2.0.0',
'version.usable_until': '2.1.0'
}

0 comments on commit 97ddd2b

Please sign in to comment.