MCPcopy Create free account
hub / github.com/Azure/powershell / patch

Method patch

lib/index.js:2645–2649  ·  view source on GitHub ↗
(requestUrl, data, additionalHeaders)

Source from the content-addressed store, hash-verified

2643 });
2644 }
2645 patch(requestUrl, data, additionalHeaders) {
2646 return __awaiter(this, void 0, void 0, function* () {
2647 return this.request('PATCH', requestUrl, data, additionalHeaders || {});
2648 });
2649 }
2650 put(requestUrl, data, additionalHeaders) {
2651 return __awaiter(this, void 0, void 0, function* () {
2652 return this.request('PUT', requestUrl, data, additionalHeaders || {});

Callers 1

patchJsonMethod · 0.95

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected