Skip to content

Commit 60f4268

Browse files
committed
Update version, repo name, remove hidden characters
1 parent 27d5a5e commit 60f4268

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

microsoft-graph.d.ts

+6-7
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;
@@ -5191,7 +5190,7 @@ export interface AppConsentRequest extends Entity {
51915190
// The identifier of the application. Required. Supports $filter (eq only) and $orderby.
51925191
appId?: string;
51935192
/**
5194-
* The consent type of the request. Possible values are: StaticandDynamic. These represent static and dynamic
5193+
* The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic
51955194
* permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required.
51965195
*/
51975196
consentType?: NullableOption<string>;
@@ -21550,7 +21549,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration {
2155021549
appManagementMSIAllowUserControlOverInstall?: boolean;
2155121550
// This policy setting directs Windows Installer to use elevated permissions when it installs any program on the system.
2155221551
appManagementMSIAlwaysInstallWithElevatedPrivileges?: boolean;
21553-
// List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon.
21552+
// List of semi-colon delimited Package Family Names of Windows apps. Listed Windows apps are to be launched after logon.
2155421553
appManagementPackageFamilyNamesToLaunchAfterLogOn?: NullableOption<string[]>;
2155521554
/**
2155621555
* Indicates whether apps from AppX packages signed with a trusted certificate can be side loaded. Possible values are:
@@ -22087,7 +22086,7 @@ export interface Windows10GeneralConfiguration extends DeviceConfiguration {
2208722086
privacyBlockInputPersonalization?: boolean;
2208822087
// Blocks the shared experiences/discovery of recently used resources in task switcher etc.
2208922088
privacyBlockPublishUserActivities?: boolean;
22090-
// This policy prevents the privacy experience from launching during user logon for new and upgraded users.
22089+
// This policy prevents the privacy experience from launching during user logon for new and upgraded users.
2209122090
privacyDisableLaunchExperience?: boolean;
2209222091
// Indicates whether or not to Block the user from reset protection mode.
2209322092
resetProtectionModeBlocked?: boolean;
@@ -22837,7 +22836,7 @@ export interface WindowsDeliveryOptimizationConfiguration extends DeviceConfigur
2283722836
cacheServerBackgroundDownloadFallbackToHttpDelayInSeconds?: number;
2283822837
/**
2283922838
* Specifies number of seconds to delay a fall back from cache servers to an HTTP source for a foreground download. Valid
22840-
* values 0 to 2592000.
22839+
* values 0 to 2592000.
2284122840
*/
2284222841
cacheServerForegroundDownloadFallbackToHttpDelayInSeconds?: number;
2284322842
// Specifies cache servers host names.
@@ -23432,7 +23431,7 @@ export interface WindowsWifiEnterpriseEAPConfiguration extends WindowsWifiConfig
2343223431
trustedServerCertificateNames?: NullableOption<string[]>;
2343323432
/**
2343423433
* Specifiy whether to change the virtual LAN used by the device based on the user’s credentials. Cannot be used when
23435-
* NetworkSingleSignOnType is set to Disabled.
23434+
* NetworkSingleSignOnType is set to Disabled.
2343623435
*/
2343723436
userBasedVirtualLan?: NullableOption<boolean>;
2343823437
// Specify identity certificate for client authentication.

package.json

+1-1
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.1.0-preview",
4+
"version": "0.2.0-preview",
55
"types": "microsoft-graph.d.ts",
66
"scripts": {
77
"test": "tsc && mocha spec/"

0 commit comments

Comments
 (0)