We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When performing Security.AttackSimulation.Simulations.PostAsync(), the return type is stated to be Simulation, this is wrong.
When you perform a post operation against https://graph.microsoft.com/beta/security/attackSimulation/simulations, the Location header returned is a reference to an attackSimulationOperation object:
Security.AttackSimulation.Simulations.PostAsync() should return attackSimulationOperation
Any call to Security.AttackSimulation.Simulations.PostAsync(). It will work, but you can't then track the creation in order to get the simulation id.
No response
</details> ### Configuration _No response_ ### Other information _No response_
The text was updated successfully, but these errors were encountered:
I've logged this internally as well as I expect it's the attack simulation training metadata being published incorrectly here.
Sorry, something went wrong.
Thanks for this. Also moving this to the beta repo as the issue is related to the beta lib not the v1 lib.
No branches or pull requests
Describe the bug
When performing Security.AttackSimulation.Simulations.PostAsync(), the return type is stated to be Simulation, this is wrong.
When you perform a post operation against https://graph.microsoft.com/beta/security/attackSimulation/simulations, the Location header returned is a reference to an attackSimulationOperation object:
Expected behavior
Security.AttackSimulation.Simulations.PostAsync() should return attackSimulationOperation
How to reproduce
Any call to Security.AttackSimulation.Simulations.PostAsync(). It will work, but you can't then track the creation in order to get the simulation id.
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: