diff --git a/schemas/v1.0/azure.yaml.json b/schemas/v1.0/azure.yaml.json index edd869709df..11a089a2356 100644 --- a/schemas/v1.0/azure.yaml.json +++ b/schemas/v1.0/azure.yaml.json @@ -188,6 +188,16 @@ "title": "post package hook", "description": "Runs after the service is deployment package is created", "$ref": "#/definitions/hooks" + }, + "prepublish": { + "title": "pre publish hook", + "description": "Runs before the service is published", + "$ref": "#/definitions/hooks" + }, + "postpublish": { + "title": "post publish hook", + "description": "Runs after the service is published", + "$ref": "#/definitions/hooks" } } } @@ -511,6 +521,16 @@ "description": "Runs after the `package` command", "$ref": "#/definitions/hooks" }, + "prepublish": { + "title": "pre publish hook", + "description": "Runs before the `publish` command", + "$ref": "#/definitions/hooks" + }, + "postpublish": { + "title": "post publish hook", + "description": "Runs after the `publish` command", + "$ref": "#/definitions/hooks" + }, "predeploy": { "title": "pre deploy hook", "description": "Runs before the `deploy` command",