You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on Waldek's suggestion, a MS Graph OpenAPI specification should be downloaded from the network only if a newer version with a different E-tag is available.
Key concept
Once a day, DevProxy checks for a newer OpenAPI spec version based on the LastWriteTime file attribute and E-tag;
The MS Graph OpenApi spec is downloaded and stored on the disk along with the E-tag value (in a *.etag.txt file);
Try to clean up stored resources that cannot be parsed or accessed.