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.
Property
environmentis 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:
kibali/src/kibali/ProvisioningInfo.cs
Line 15 in cf58f2c
Source: provisioningInfo.json
Snippet 1:
Snippet 2:
Follow up:
environmentproperty.