Merge pull request #287 from microsoft/hotfix/minibuddy

update keys in SetupAssistant to auto-advance
This commit is contained in:
Jacob Zaval 2024-06-14 15:35:40 -07:00 коммит произвёл GitHub
Родитель 95e90e63d5 137761e525
Коммит 30d8f51bc6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@ maintainer_email 'chef@microsoft.com'
license 'MIT'
description 'Resources for configuring and provisioning macOS'
chef_version '>= 16.0'
version '6.0.1'
version '6.0.2'
source_url 'https://github.com/Microsoft/macos-cookbook'
issues_url 'https://github.com/Microsoft/macos-cookbook/issues'

Просмотреть файл

@ -41,12 +41,15 @@ action_class do
'DidSeeAccessibility' => true,
'DidSeeAppearanceSetup' => true,
'DidSeeScreenTime' => true,
'DidSeeiCloudLoginForStorageServices' => true,
'LastSeenCloudProductVersion' => node['platform_version'],
'LastPreLoginTasksPerformedVersion' => node['platform_version'],
'LastPreLoginTasksPerformedBuild' => node['platform_build'],
'LastPrivacyBundleVersion' => '2',
'LastSeenBuddyBuildVersion' => node['platform_build'],
'LastSeenDiagnosticsProductVersion' => node['platform_version'],
'LastSeenSiriProductVersion' => node['platform_version'],
'MiniBuddyLaunchReason' => '0',
}
end