Commit f081b2b0 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: remove MD from secret description

parent 70c97324
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
    },
    {
      "name": "AZURE_SP_PASSWORD",
      "description": "Default Service Principal password (client secret or certificate (File type)) _(only define if using Service Principal authentication with credentials)_",
      "description": "Default Service Principal password (client secret or certificate (File type)) (only define if using Service Principal authentication with credentials)",
      "advanced": true,
      "secret": true
    },
@@ -73,7 +73,7 @@
        },
        {
          "name": "AZURE_REVIEW_SP_PASSWORD",
          "description": "Service Principal password (client secret or certificate (File type)) for `review` env - _(only define if using Service Principal authentication with credentials and if different from default)_",
          "description": "Service Principal password (client secret or certificate (File type)) for `review` env - (only define if using Service Principal authentication with credentials and if different from default)",
          "advanced": true,
          "secret": true
        },
@@ -108,7 +108,7 @@
        },
        {
          "name": "AZURE_INTEG_SP_PASSWORD",
          "description": "Service Principal password (client secret or certificate (File type)) for `integration` env - _(only define if using Service Principal authentication with credentials and if different from default)_",
          "description": "Service Principal password (client secret or certificate (File type)) for `integration` env - (only define if using Service Principal authentication with credentials and if different from default)",
          "advanced": true,
          "secret": true
        },
@@ -143,7 +143,7 @@
        },
        {
          "name": "AZURE_STAGING_SP_PASSWORD",
          "description": "Service Principal password (client secret or certificate (File type)) for `staging` env - _(only define if using Service Principal authentication with credentials and if different from default)_",
          "description": "Service Principal password (client secret or certificate (File type)) for `staging` env - (only define if using Service Principal authentication with credentials and if different from default)",
          "advanced": true,
          "secret": true
        },
@@ -185,7 +185,7 @@
        },
        {
          "name": "AZURE_PROD_SP_PASSWORD",
          "description": "Service Principal password (client secret or certificate (File type)) for `production` env - _(only define if using Service Principal authentication with credentials and if different from default)_",
          "description": "Service Principal password (client secret or certificate (File type)) for `production` env - (only define if using Service Principal authentication with credentials and if different from default)",
          "advanced": true,
          "secret": true
        },