Skip to content

Commit

Permalink
0.2.0-preview release (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-dou authored Feb 27, 2025
1 parent c9f712f commit 3877a53
Show file tree
Hide file tree
Showing 18 changed files with 186 additions and 107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"resourceFunctions": {},
"settings": {
"name": "MicrosoftGraphBeta",
"version": "0.1.10-preview",
"version": "0.2.0-preview",
"isSingleton": false,
"configurationType": {
"$ref": "types.json#/115"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1339,7 +1339,7 @@
"$ref": "#/0"
},
"flags": 0,
"description": "Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app."
"description": "Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country/region minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country/region minor rules.BlockMinorsBlocks minors from using the app."
}
}
},
Expand Down Expand Up @@ -2066,14 +2066,14 @@
"$ref": "#/0"
},
"flags": 0,
"description": "Contains the name of the field that a value is associated with."
"description": "Key."
},
"value": {
"type": {
"$ref": "#/0"
},
"flags": 0,
"description": "Contains the corresponding value for the specified key."
"description": "Value."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@

## MicrosoftGraphKeyValue
### Properties
* **key**: string: Contains the name of the field that a value is associated with.
* **value**: string: Contains the corresponding value for the specified key.
* **key**: string: Key.
* **value**: string: Value.

## MicrosoftGraphOnPremisesProvisioningError
### Properties
Expand All @@ -295,7 +295,7 @@
## MicrosoftGraphParentalControlSettings
### Properties
* **countriesBlockedForMinors**: string[]: Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list.
* **legalAgeGroupRule**: string: Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app.
* **legalAgeGroupRule**: string: Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country/region minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country/region minor rules.BlockMinorsBlocks minors from using the app.

## MicrosoftGraphPasswordCredential
### Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
"$ref": "types.json#/16"
},
"Microsoft.Graph/[email protected]": {
"$ref": "types.json#/73"
"$ref": "types.json#/74"
},
"Microsoft.Graph/[email protected]": {
"$ref": "types.json#/91"
"$ref": "types.json#/92"
},
"Microsoft.Graph/applications/[email protected]": {
"$ref": "types.json#/96"
"$ref": "types.json#/97"
},
"Microsoft.Graph/[email protected]": {
"$ref": "types.json#/100"
"$ref": "types.json#/101"
},
"Microsoft.Graph/[email protected]": {
"$ref": "types.json#/104"
"$ref": "types.json#/105"
},
"Microsoft.Graph/[email protected]": {
"$ref": "types.json#/109"
"$ref": "types.json#/110"
}
},
"resourceFunctions": {},
"settings": {
"name": "MicrosoftGraph",
"version": "0.1.10-preview",
"version": "0.2.0-preview",
"isSingleton": false,
"configurationType": {
"$ref": "types.json#/110"
"$ref": "types.json#/111"
}
}
}
Loading

0 comments on commit 3877a53

Please sign in to comment.