Skip to content

Remove support for "environment" property from provisioning-info.json #95

@apiarya

Description

@apiarya

Property environment is no longer relevant. The permissions are getting deployed to all environments automatically. There is no need to maintain, review and parse this property going forward.

Ref:

public string Environment { get; set; }

Source: provisioningInfo.json
Snippet 1:

"AccessReview.Read.All": [
    {
        "id": "ebfcd32b-babb-40f4-a14b-42706e83bd28",
        "scheme": "DelegatedWork",
        "environment": "public", 
        "isHidden": false,
        "isEnabled": true,
        "resourceAppId": ""
    },
    {
        "id": "d07a8cc0-3d51-4b77-b3b0-32704d1f69fa",
        "scheme": "Application",
        "environment": "public",
        "isHidden": false,
        "isEnabled": true,
        "resourceAppId": ""
    }
],

Snippet 2:

"InformationProtectionConfig.Notify.All": [
      {
          "scheme": "Application",
          "environment": "public;FairFax",
          "isHidden": true,
          "isEnabled": true,
          "resourceAppId": "",
          "id": "934daffb-286a-4eb2-a311-173e110ffbc6"
      }
  ],

Follow up:

  • Update the graph docs to remove references to this property.
  • Update the source file to delete references to environment property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions