Skip to content

Commit

Permalink
Merge pull request #23843 from microsoftgraph/fix9217
Browse files Browse the repository at this point in the history
Fix #9217 - Generate code snippets
  • Loading branch information
Lauragra authored Mar 7, 2024
2 parents 5e5d062 + 1127109 commit b95022a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions api-reference/beta/api/devicelocalcredentialinfo-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ The following example shows a request. This example doesn't return the **credent

<!-- {
"blockType": "request",
"name": "devicelocalcredentialinfo_get",
"id": ["b465e4e8-e4e8-b465-e8e4-65b4e8e465b4"]
}
-->
Expand Down Expand Up @@ -112,6 +113,7 @@ The following example shows a request.

<!-- {
"blockType": "request",
"name": "devicelocalcredentialinfo_get_credentials",
"id": ["b465e4e8-e4e8-b465-e8e4-65b4e8e465b4"]
}
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,12 @@ If successful, this method returns a `200 OK` response code and a collection of

## Examples

### Example 1: Retrieve a list of device local credentials in the tenant

#### Request
### Request
The following example shows a request.

<!-- {
"blockType": "request"
"blockType": "request",
"name": "devicelocalcredentialinfo_list"
}
-->
``` http
Expand All @@ -77,7 +76,7 @@ ocp-client-name: "My Friendly Client"
ocp-client-version: "1.2"
```

#### Response
### Response
The following example shows the response.

<!-- {
Expand Down
2 changes: 2 additions & 0 deletions api-reference/v1.0/api/devicelocalcredentialinfo-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ The following is an example of the request. This example doesn't return the **cr

<!-- {
"blockType": "request",
"name": "devicelocalcredentialinfo_get",
"id": ["b465e4e8-e4e8-b465-e8e4-65b4e8e465b4"]
}
-->
Expand Down Expand Up @@ -104,6 +105,7 @@ The following is an example of the request.

<!-- {
"blockType": "request",
"name": "devicelocalcredentialinfo_get_credentials",
"id": ["b465e4e8-e4e8-b465-e8e4-65b4e8e465b4"]
}
-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ If successful, this method returns a `200 OK` response code and a collection of
The following is an example of the request.

<!-- {
"blockType": "request"
"blockType": "request",
"name": "devicelocalcredentialinfo_list"
}
-->
``` http
Expand Down

0 comments on commit b95022a

Please sign in to comment.