-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
ToTriagestatus:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience
Description
Describe the bug
Might be an issue with the underlying OpenAPI, just wanted to track it here. post returns a Method Not Allowed because its pointing to the wrong endpoint.
Expected behavior
Be able to call the create method.
How to reproduce
client.admin.configurationManagement.configurationSnapshots.post(snapshotJob)
SDK Version
1.0.0-preview.73
Latest version known to work for scenario above?
never
Known Workarounds
Redirect the incorrect post method to the right URL
client.admin.configurationManagement.configurationSnapshotJobs.withUrl('https://graph.microsoft.com/beta/admin/configurationManagement/configurationSnapshots/createSnapshot')
const response = await snapshotCreateEndpoint.post(snapshotJob)Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ToTriagestatus:waiting-for-triageAn issue that is yet to be reviewed or assignedAn issue that is yet to be reviewed or assignedtype:bugA broken experienceA broken experience