We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488c461 commit 6ea4ebdCopy full SHA for 6ea4ebd
src/collections/componentSet.ts
@@ -290,9 +290,9 @@ export class ComponentSet extends LazyCollection<MetadataComponent> {
290
registry: this.registry,
291
apiVersion: this.apiVersion,
292
});
293
- if (!options.apiVersion && !this.apiVersion && !this.sourceApiVersion) {
294
- operationOptions.apiVersion = `${await getCurrentApiVersion()}.0`;
295
- }
+ // if (!options.apiVersion && !this.apiVersion && !this.sourceApiVersion) {
+ // operationOptions.apiVersion = `${await getCurrentApiVersion()}.0`;
+ // }
296
297
const mdapiDeploy = new MetadataApiDeploy(operationOptions);
298
await mdapiDeploy.start();
0 commit comments