Describe the bug
https://learn.microsoft.com/en-us/graph/api/configurationbaseline-createsnapshot?view=graph-rest-beta
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_