Merge pull request #287 from microsoft/hotfix/minibuddy
update keys in SetupAssistant to auto-advance
This commit is contained in:
Коммит
30d8f51bc6
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче