|
1 | | -// Project: https://github.com/microsoftgraph/msgraph-typescript-typings |
| 1 | +// Project: https://github.com/microsoftgraph/msgraph-beta-typescript-typings |
2 | 2 | // Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph> |
3 | 3 | // Michael Mainer <https://github.com/MIchaelMainer> |
4 | 4 | // Peter Ombwa <https://github.com/peombwa> |
5 | 5 | // Mustafa Zengin <https://github.com/zengin> |
6 | 6 | // DeVere Dyett <https://github.com/ddyett> |
7 | 7 | // Nikitha Udaykumar Chettiar <https://github.com/nikithauc> |
8 | | -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped |
9 | 8 | // TypeScript Version: 2.1 |
10 | 9 |
|
11 | 10 | export as namespace microsoftgraphbeta; |
@@ -21374,7 +21373,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration { |
21374 | 21373 | appManagementMSIAllowUserControlOverInstall?: boolean; |
21375 | 21374 | // This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system. |
21376 | 21375 | appManagementMSIAlwaysInstallWithElevatedPrivileges?: boolean; |
21377 | | - // List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon. |
| 21376 | + // List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon. |
21378 | 21377 | appManagementPackageFamilyNamesToLaunchAfterLogOn?: NullableOption<string[]>; |
21379 | 21378 | /** |
21380 | 21379 | * Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are: |
@@ -21911,7 +21910,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration { |
21911 | 21910 | privacyBlockInputPersonalization?: boolean; |
21912 | 21911 | // Blocks the shared experiences/discovery of recently used resources in task switcher etc. |
21913 | 21912 | privacyBlockPublishUserActivities?: boolean; |
21914 | | - // This policy prevents the privacy experience from launching during user logon for new and upgraded users. |
| 21913 | + // This policy prevents the privacy experience from launching during user logon for new and upgraded users. |
21915 | 21914 | privacyDisableLaunchExperience?: boolean; |
21916 | 21915 | // Indicates whether or not to Block the user from reset protection mode. |
21917 | 21916 | resetProtectionModeBlocked?: boolean; |
@@ -22661,7 +22660,7 @@ export interface WindowsDeliveryOptimizationConfiguration extends DeviceConfigur |
22661 | 22660 | cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds?: number; |
22662 | 22661 | /** |
22663 | 22662 | * Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a foreground download. Valid |
22664 | | - * values 0 to 2592000. |
| 22663 | + * values 0 to 2592000. |
22665 | 22664 | */ |
22666 | 22665 | cacheServerForegroundDownloadFallbackToHttpDelayInSeconds?: number; |
22667 | 22666 | // Specifies cache servers host names. |
@@ -23256,7 +23255,7 @@ export interface WindowsWifiEnterpriseEAPConfiguration extends WindowsWifiConfig |
23256 | 23255 | trustedServerCertificateNames?: NullableOption<string[]>; |
23257 | 23256 | /** |
23258 | 23257 | * Specifiy whether to change the virtual LAN used by the device based on the user’s credentials. Cannot be used when |
23259 | | - * NetworkSingleSignOnType is set to Disabled. |
| 23258 | + * NetworkSingleSignOnType is set to Disabled. |
23260 | 23259 | */ |
23261 | 23260 | userBasedVirtualLan?: NullableOption<boolean>; |
23262 | 23261 | // Specify identity certificate for client authentication. |
|
0 commit comments