As mentioned earlier, the error below was due to the runtime-config having higher version than the deployment.
Error: Runtime manifest specifies release 'os-conf' with version as '22.3.1'. This conflicts with version '22.0.0' specified in the deployment manifest.
Azure Log Analytics Nozzle v4.0.8
Tanzu Platform for Cloud Foundry
Here are the steps to resolved the issue.
bosh releases
bosh configs --recent=10
bosh -d azure-log-analytics-nozzle-abcdefghi manifest > azure-test-manifest.yml
bosh runtime-config --name azure-log-analytics-nozzle-temp-fix-for-v4.0.8 > azure-test-runtime-config.yml
bosh update-runtime-config --name=azure-log-analytics-nozzle-temp-fix-for-v4.0.8 azure-test-runtime-config.yml'
bosh -d azure-log-analytics-nozzle-abcdefghi deploy azure-test-manifest.yml
Finally, run an Apply Change with deploy-all errand.
If issue persist, please contact Broadcom Support