Skip to content

Commit af97520

Browse files
authored
Merge pull request #25942 from microsoftgraph/activitybasedtimeoutpolicy
Remove description property from activityBasedTimeoutPolicy
2 parents 5dbb4c2 + de5070b commit af97520

7 files changed

+3
-6
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"githubPullRequests.ignoredPullRequestBranches": [
3+
"main",
34
"main"
45
],
56
"json.schemas": [

api-reference/beta/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
<!-- { "blockType": "ignored" } -->
3131

3232
```http
33-
POST policies/activityBasedTimeoutPolicies
33+
POST /policies/activityBasedTimeoutPolicies
3434
```
3535

3636
## Request headers

api-reference/beta/api/activitybasedtimeoutpolicy-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ In the request body, supply the values for relevant fields that should be update
4747
| Property | Type | Description |
4848
|:-------------|:------------|:------------|
4949
|definition|String collection| A string collection containing a JSON string that defines the rules and settings for this policy. Required.|
50-
|description|String| Description for this policy.|
5150
|displayName|String| Display name for this policy. Required.|
5251
|isOrganizationDefault|Boolean|If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.|
5352

api-reference/beta/resources/activitybasedtimeoutpolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Inherits from [stsPolicy](stsPolicy.md).
3535
|:-------------|:------------|:------------|
3636
|id|String| Unique identifier for this policy. Read-only.|
3737
|definition|String collection| A string collection containing a JSON string that defines the rules and settings for this policy. See below for more details about the JSON schema for this property. Required.|
38-
|description|String| Description for this policy.|
3938
|displayName|String| Display name for this policy. Required.|
4039
|isOrganizationDefault|Boolean|If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.|
4140

api-reference/v1.0/api/activitybasedtimeoutpolicy-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3030
<!-- { "blockType": "ignored" } -->
3131

3232
```http
33-
GET policies/activityBasedTimeoutPolicies
33+
GET /policies/activityBasedTimeoutPolicies
3434
```
3535

3636
## Optional query parameters

api-reference/v1.0/api/activitybasedtimeoutpolicy-update.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ In the request body, supply the values for relevant fields that should be update
4747
| Property | Type | Description |
4848
|:-------------|:------------|:------------|
4949
|definition|String collection| A string collection containing a JSON string that defines the rules and settings for this policy. Required.|
50-
|description|String| Description for this policy.|
5150
|displayName|String| Display name for this policy. Required.|
5251
|isOrganizationDefault|Boolean|If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.|
5352

api-reference/v1.0/resources/activitybasedtimeoutpolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Inherits from [stsPolicy](stsPolicy.md).
3232
| Property | Type | Description |
3333
|:-------------|:------------|:------------|
3434
|definition|String collection| A string collection containing a JSON string that defines the rules and settings for this policy. See below for more details about the JSON schema for this property. Required.|
35-
|description|String| Description for this policy.|
3635
|displayName|String| Display name for this policy. Required.|
3736
|id|String| Unique identifier for this policy. Read-only.|
3837
|isOrganizationDefault|Boolean|If set to true, activates this policy. There can be many policies for the same policy type, but only one can be activated as the organization default. Optional, default value is false.|

0 commit comments

Comments
 (0)