Updating a deployment policy via the UI editor

Follow the instructions below to update a deployment policy:

  1. Navigate to the Deployment Policies Definitions page.
    1. If you are using the tiles to navigate, follow the steps below:
      1. Click Configurations on the home page.
      2. Click Deployment Policies.
    2. If you are using the menu options to navigate, follow the steps below:
      1. Click on the list menu .
      2. Click the down arrow on the Configurations menu.
      3. Click Deployment Policies
  2. Click Edit
    Grid view:
    If you are in the grid view, hover your mouse pointer over the deployment policy definition you wish to update for the Edit button to appear.
     
    List view:
     
  3. Edit the required fields and click Save.

Updating a deployment policy via the JSON editor

Follow the instructions below to update a deployment policy:

  1. Navigate to the Deployment Policies Definitions page.
    1. If you are using the tiles to navigate, follow the steps below:
      1. Click Configurations on the home page.
      2. Click Deployment Policies.
    2. If you are using the menu options to navigate, follow the steps below:
      1. Click on the list menu .
      2. Click the down arrow on the Configurations menu.
      3. Click Deployment Policies
  2. Click Edit
    Grid view:
    If you are in the grid view, hover your mouse pointer over the deployment policy definition you wish to update for the Edit button to appear.
     
    List view:
  3. Click on the editor control to switch to the JSON editor. The JSON code format to update a deployment policy will appear.
  4. Optionally, check the Auto correct with schema option to ensure that you do not accidentally delete any mandatory fields from the deployment policy definition JSON code.
  5. Update the deployment policy definition using JSON. For property definitions, see the Deployment Policy Resource Definition.
  6. Click Save to save the changes of the updated deployment policy definition.
  • No labels