Skip to content

Commit b029263

Browse files
committed
irregular white space, project repo url
1 parent 6eaf247 commit b029263

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

microsoft-graph.d.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
// Project: https://github.com/microsoftgraph/msgraph-typescript-typings
1+
// Project: https://github.com/microsoftgraph/msgraph-beta-typescript-typings
22
// Definitions by: Microsoft Graph Team <https://github.com/microsoftgraph>
33
// Michael Mainer <https://github.com/MIchaelMainer>
44
// Peter Ombwa <https://github.com/peombwa>
55
// Mustafa Zengin <https://github.com/zengin>
66
// DeVere Dyett <https://github.com/ddyett>
77
// Nikitha Udaykumar Chettiar <https://github.com/nikithauc>
8-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
98
// TypeScript Version: 2.1
109

1110
export as namespace microsoftgraphbeta;
@@ -21374,7 +21373,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration {
2137421373
appManagementMSIAllowUserControlOverInstall?: boolean;
2137521374
// This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system.
2137621375
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.
2137821377
appManagementPackageFamilyNamesToLaunchAfterLogOn?: NullableOption<string[]>;
2137921378
/**
2138021379
* 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 {
2191121910
privacyBlockInputPersonalization?: boolean;
2191221911
// Blocks the shared experiences/discovery of recently used resources in task switcher etc.
2191321912
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.
2191521914
privacyDisableLaunchExperience?: boolean;
2191621915
// Indicates whether or not to Block the user from reset protection mode.
2191721916
resetProtectionModeBlocked?: boolean;
@@ -22661,7 +22660,7 @@ export interface WindowsDeliveryOptimizationConfiguration extends DeviceConfigur
2266122660
cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds?: number;
2266222661
/**
2266322662
* 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.
2266522664
*/
2266622665
cacheServerForegroundDownloadFallbackToHttpDelayInSeconds?: number;
2266722666
// Specifies cache servers host names.
@@ -23256,7 +23255,7 @@ export interface WindowsWifiEnterpriseEAPConfiguration extends WindowsWifiConfig
2325623255
trustedServerCertificateNames?: NullableOption<string[]>;
2325723256
/**
2325823257
* 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.
2326023259
*/
2326123260
userBasedVirtualLan?: NullableOption<boolean>;
2326223261
// Specify identity certificate for client authentication.

0 commit comments

Comments
 (0)