Skip to content

Commit e7efbf5

Browse files
committed
Use 'fast-json-patch'
1 parent 3099862 commit e7efbf5

File tree

2 files changed

+2
-2
lines changed
  • src
    • ResourceManager/Compute/Commands.Compute/Generated
    • ServiceManagement/Compute/Commands.ServiceManagement.Preview/Automation

2 files changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/Generated/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'use strict';
2222

2323
var fs = require('fs');
24-
var jsonpatch = require('json-patch');
24+
var jsonpatch = require('fast-json-patch');
2525

2626
var profile = require('../../../util/profile');
2727
var utils = require('../../../util/utils');

src/ServiceManagement/Compute/Commands.ServiceManagement.Preview/Automation/RunCodeGeneration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ function Write-CLICommandFile
21262126
'use strict';
21272127
21282128
var fs = require('fs');
2129-
var jsonpatch = require('json-patch');
2129+
var jsonpatch = require('fast-json-patch');
21302130
21312131
var profile = require('../../../util/profile');
21322132
var utils = require('../../../util/utils');

0 commit comments

Comments
 (0)