[LintDiff][False positive] 1029 - ReadonlyPropertyChanged on provisioningState
Open
Central-EngSys
Spec PR Tools
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 143
Description
PRs like https://github.com/Azure/azure-rest-api-specs-pr/pull/18263/checks?check_run_id=25109512944 are now getting false positives for all of the `provisioiningState` properties about `ReadonlyPropertyChanged`. Possibly related to work being done for https://github.com/Azure/azure-sdk-tools/issues/6191.
``` json
"provisioningState": {
"$ref": "#/definitions/WorkloadNetworkDhcpProvisioningState",
"description": "The provisioning state",
"readOnly": true
},
```

Contributor guide
Assessment
This issue has not been assessed yet.