Skip to content

Commit 5583301

Browse files
committed
remove whitespace, update version
1 parent 6d046f3 commit 5583301

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

microsoft-graph.d.ts

Lines changed: 6 additions & 7 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;
@@ -5151,7 +5150,7 @@ export interface AppConsentRequest extends Entity {
51515150
// The identifier of the application. Required. Supports $filter (eq only) and $orderby.
51525151
appId?: string;
51535152
/**
5154-
* The consent type of the request. Possible values are: StaticandDynamic. These represent static and dynamic
5153+
* The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic
51555154
* permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
51565155
*/
51575156
consentType?: NullableOption<string>;
@@ -21503,7 +21502,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration {
2150321502
appManagementMSIAllowUserControlOverInstall?: boolean;
2150421503
// This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system.
2150521504
appManagementMSIAlwaysInstallWithElevatedPrivileges?: boolean;
21506-
// List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon.
21505+
// List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon.
2150721506
appManagementPackageFamilyNamesToLaunchAfterLogOn?: NullableOption<string[]>;
2150821507
/**
2150921508
* Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are:
@@ -22040,7 +22039,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration {
2204022039
privacyBlockInputPersonalization?: boolean;
2204122040
// Blocks the shared experiences/discovery of recently used resources in task switcher etc.
2204222041
privacyBlockPublishUserActivities?: boolean;
22043-
// This policy prevents the privacy experience from launching during user logon for new and upgraded users.
22042+
// This policy prevents the privacy experience from launching during user logon for new and upgraded users.
2204422043
privacyDisableLaunchExperience?: boolean;
2204522044
// Indicates whether or not to Block the user from reset protection mode.
2204622045
resetProtectionModeBlocked?: boolean;
@@ -22787,7 +22786,7 @@ export interface WindowsDeliveryOptimizationConfiguration extends DeviceConfigur
2278722786
cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds?: number;
2278822787
/**
2278922788
* Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a foreground download. Valid
22790-
* values 0 to 2592000.
22789+
* values 0 to 2592000.
2279122790
*/
2279222791
cacheServerForegroundDownloadFallbackToHttpDelayInSeconds?: number;
2279322792
// Specifies cache servers host names.
@@ -23380,7 +23379,7 @@ export interface WindowsWifiEnterpriseEAPConfiguration extends WindowsWifiConfig
2338023379
// Specify trusted server certificate names.
2338123380
trustedServerCertificateNames?: NullableOption<string[]>;
2338223381
/**
23383-
* Specifiy whether to change the virtual LAN used by the device based on the users credentials. Cannot be used when
23382+
* Specifiy whether to change the virtual LAN used by the device based on the user's credentials. Cannot be used when
2338423383
* NetworkSingleSignOnType is set to ​Disabled.
2338523384
*/
2338623385
userBasedVirtualLan?: NullableOption<boolean>;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/microsoft-graph-types-beta",
33
"description": "Beta version of Typings for Microsoft Graph objects",
4-
"version": "0.2.0-preview",
4+
"version": "0.3.0-preview",
55
"types": "microsoft-graph.d.ts",
66
"scripts": {
77
"test": "tsc && mocha spec/"

0 commit comments

Comments
 (0)