-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove pagination refactor and remove regtoken in example rename rename
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...ization/preview/2021-02-01-preview/examples/HostPools_RetrieveRegistrationToken_Post.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "daefabc0-95b4-48b3-b645-8a753a63c4fa", | ||
"resourceGroupName": "resourceGroup1", | ||
"hostPoolName": "hostPool1", | ||
"api-version": "2021-02-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"expirationTime": "2008-09-22T14:01:54.9571247Z", | ||
"token": "token", | ||
This comment has been minimized.
Sorry, something went wrong. |
||
"registrationTokenOperation": "Update" | ||
} | ||
} | ||
} | ||
} |
Might not relate to this change. Does the definition of
token
need to addx-ms-secret=true
?