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
Redefine Method, StatusCode from http_types in typespec (Azure#2331)
* Redefine Method, StatusCode from http_types in typespec
ResolvesAzure#1644 and replaces Azure#2233. The latter PR was a good attempt but we decided internally we don't want to take a dependency on a different crate - `http` ; though, we do have a transitive dependency on it already - for something so simple.
This starts as a copy from http_types with appropriate attribution. We may want to remove a bunch of Methods we don't need, though, at some point.
* Change StatusCode to extensible enum
* Fix lint
* Remove unnecessary HTTP methods for Azure services
0 commit comments