Skip to content

Commit 95e619a

Browse files
committed
Fixing documentation - invalid characters
1 parent 4cc55b4 commit 95e619a

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

src/main/java/com/microsoft/graph/models/generated/BaseAssignedPlan.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,13 @@ public final AdditionalDataManager additionalDataManager() {
4646

4747
/**
4848
* The Capability Status.
49-
* For example, “Enabled”.
5049
*/
5150
@SerializedName("capabilityStatus")
5251
@Expose
5352
public String capabilityStatus;
5453

5554
/**
5655
* The Service.
57-
* The name of the service; for example, “Exchange”.
5856
*/
5957
@SerializedName("service")
6058
@Expose

src/main/java/com/microsoft/graph/models/generated/BaseUser.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ public class BaseUser extends DirectoryObject implements IJsonBackedObject {
177177

178178
/**
179179
* The Country.
180-
* The country/region in which the user is located; for example, “US” or “UK”. Supports $filter.
181180
*/
182181
@SerializedName("country")
183182
@Expose
@@ -329,7 +328,6 @@ public class BaseUser extends DirectoryObject implements IJsonBackedObject {
329328

330329
/**
331330
* The Password Policies.
332-
* Specifies password policies for the user. This value is an enumeration with one possible value being “DisableStrongPassword”, which allows weaker passwords than the default policy to be specified. “DisablePasswordExpiration” can also be specified. The two may be specified together; for example: "DisablePasswordExpiration, DisableStrongPassword".
333331
*/
334332
@SerializedName("passwordPolicies")
335333
@Expose
@@ -425,7 +423,6 @@ public class BaseUser extends DirectoryObject implements IJsonBackedObject {
425423

426424
/**
427425
* The User Type.
428-
* A string value that can be used to classify user types in your directory, such as “Member” and “Guest”. Supports $filter.
429426
*/
430427
@SerializedName("userType")
431428
@Expose

src/main/java/com/microsoft/graph/models/generated/BaseWindows10GeneralConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,6 @@ public class BaseWindows10GeneralConfiguration extends DeviceConfiguration imple
809809

810810
/**
811811
* The Start Menu Hide Restart Options.
812-
* Enabling this policy hides “Restart/Update and Restart” from appearing in the power button in the start menu.
813812
*/
814813
@SerializedName("startMenuHideRestartOptions")
815814
@Expose

src/main/java/com/microsoft/graph/models/generated/BaseWindows10NetworkProxyServer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public final AdditionalDataManager additionalDataManager() {
3838

3939
/**
4040
* The Address.
41-
* Address to the proxy server. Specify an address in the format [“:”]
4241
*/
4342
@SerializedName("address")
4443
@Expose

0 commit comments

Comments
 (0)