Socket
Socket
Sign inDemoInstall

@microsoft/vscode-azext-azureappservice

Package Overview
Dependencies
Maintainers
11
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/vscode-azext-azureappservice - npm Package Compare versions

Comparing version 2.4.0-agent.1 to 2.4.0-agent.2

14

out/src/createAppService/SiteNameStep.d.ts

@@ -1,7 +0,10 @@

import { AzureNameStep, ParameterAgentMetadata } from '@microsoft/vscode-azext-utils';
import { AzureNameStep, IAzureAgentInput, ParameterAgentMetadata } from '@microsoft/vscode-azext-utils';
import { IAppServiceWizardContext } from './IAppServiceWizardContext';
export declare class SiteNameStep extends AzureNameStep<IAppServiceWizardContext> {
private _inputBoxAgentMetadata;
constructor(inputBoxAgentMetadata?: ParameterAgentMetadata);
prompt(context: IAppServiceWizardContext): Promise<void>;
interface SiteNameStepWizardContext extends IAppServiceWizardContext {
ui: IAzureAgentInput;
}
export declare class SiteNameStep extends AzureNameStep<SiteNameStepWizardContext> {
private _inputBoxOptionsAgentMetadata;
constructor(inputBoxOptionsAgentMetadata?: ParameterAgentMetadata);
prompt(context: SiteNameStepWizardContext): Promise<void>;
getRelatedName(context: IAppServiceWizardContext, name: string): Promise<string | undefined>;

@@ -13,1 +16,2 @@ shouldPrompt(context: IAppServiceWizardContext): boolean;

}
export {};

@@ -31,5 +31,5 @@ "use strict";

class SiteNameStep extends vscode_azext_utils_1.AzureNameStep {
constructor(inputBoxAgentMetadata) {
constructor(inputBoxOptionsAgentMetadata) {
super();
this._inputBoxAgentMetadata = inputBoxAgentMetadata;
this._inputBoxOptionsAgentMetadata = inputBoxOptionsAgentMetadata;
}

@@ -71,3 +71,3 @@ prompt(context) {

asyncValidationTask: (name) => __awaiter(this, void 0, void 0, function* () { return yield this.asyncValidateSiteName(client, name); }),
agentMetadata: (_c = this._inputBoxAgentMetadata) !== null && _c !== void 0 ? _c : {
agentMetadata: (_c = this._inputBoxOptionsAgentMetadata) !== null && _c !== void 0 ? _c : {
parameterName: "siteName",

@@ -74,0 +74,0 @@ parameterDisplayTitle: "Site Name",

{
"name": "@microsoft/vscode-azext-azureappservice",
"author": "Microsoft Corporation",
"version": "2.4.0-agent.1",
"version": "2.4.0-agent.2",
"description": "Common tools for developing Azure App Service extensions for VS Code",

@@ -43,5 +43,5 @@ "tags": [

"@azure/storage-blob": "^12.3.0",
"@microsoft/vscode-azext-azureutils": "2.1.0-agent.2",
"@microsoft/vscode-azext-azureutils": "2.1.0-agent.3",
"@microsoft/vscode-azext-github": "^1.0.0",
"@microsoft/vscode-azext-utils": "2.2.0-agent.3",
"@microsoft/vscode-azext-utils": "2.2.0-agent.4",
"dayjs": "^1.11.2",

@@ -48,0 +48,0 @@ "fs-extra": "^10.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc