Skip to content

Commit

Permalink
[AutoPR containerregistry/resource-manager] [ACR] Add Helm actions to…
Browse files Browse the repository at this point in the history
… webhook (#767)

* Generated from a29e5ac2c16d843355e84adcd2b9c5f60dd4cbed

update ACR webhook with Helm actions

* Generated from a29e5ac2c16d843355e84adcd2b9c5f60dd4cbed

update ACR webhook with Helm actions
  • Loading branch information
AutorestCI authored Dec 14, 2018
1 parent 76ece52 commit 28e908a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@azure/arm-containerregistry/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2635,11 +2635,11 @@ export type WebhookStatus = 'enabled' | 'disabled';

/**
* Defines values for WebhookAction.
* Possible values include: 'push', 'delete', 'quarantine'
* Possible values include: 'push', 'delete', 'quarantine', 'chart_push', 'chart_delete'
* @readonly
* @enum {string}
*/
export type WebhookAction = 'push' | 'delete' | 'quarantine';
export type WebhookAction = 'push' | 'delete' | 'quarantine' | 'chart_push' | 'chart_delete';

/**
* Defines values for RunStatus.
Expand Down

0 comments on commit 28e908a

Please sign in to comment.