Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WALA 2.1.3 does not pick up substatus messages from extensions #388

Closed
krkhan opened this issue Aug 24, 2016 · 1 comment
Closed

WALA 2.1.3 does not pick up substatus messages from extensions #388

krkhan opened this issue Aug 24, 2016 · 1 comment
Labels
Milestone

Comments

@krkhan
Copy link

krkhan commented Aug 24, 2016

root@UbuntuTestP1VM:/var/lib/waagent/Microsoft.Azure.Security.AzureDiskEncryptionForLinux-0.1.0.999172# cat status/2.status | python -m json.tool
[
    {
        "status": {
            "code": "0",
            "formattedMessage": {
                "lang": "en-US",
                "message": "https://ubuntutestp1keyvault.vault.azure.net/secrets/c31796bf-b7c9-462a-bc47-c8f291e589fe/262a43212a5b44db8e6b108a8bea9473"
            },
            "name": "Microsoft.Azure.Security.AzureDiskEncryptionForLinux",
            "operation": "EnableEncryption",
            "status": "success",
            "substatus": [
                {
                    "code": "0",
                    "formattedMessage": {
                        "lang": "en-US",
                        "message": "{\"os\": \"VMRestartPending\", \"data\": \"NotEncrypted\"}"
                    },
                    "name": "Microsoft.Azure.Security.AzureDiskEncryptionForLinux",
                    "operation": "EnableEncryption",
                    "status": "success"
                }
            ]
        },
        "timestampUTC": "2016-08-24T00:46:24Z",
        "version": "1.0"
    }
]

No substatus in Resource Explorer:

capture

@brendandixon brendandixon added this to the v2.1.7 milestone Aug 24, 2016
@brendandixon
Copy link
Contributor

@krkhan Thank you. We'll address this in our next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants