Add secret for webhook notification #62
deploy-function-app.yaml
on: push
build-and-deploy
57s
Annotations
11 warnings
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, Azure/functions-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-deploy:
src/app/VMStartStop/TagManager/Infrastructure/TagsRepository.cs#L60
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
|
build-and-deploy:
src/app/VMStartStop/TagManager/Infrastructure/TagsRepository.cs#L91
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
|
build-and-deploy:
src/app/VMStartStop/TagManager/Infrastructure/TagsRepository.cs#L135
Possible null reference argument for parameter 'id' in 'SubscriptionId.SubscriptionId(string id)'.
|
build-and-deploy:
src/app/VMStartStop/TagManager/API/TagManagerTimeTrigger.cs#L24
Dereference of a possibly null reference.
|
build-and-deploy:
src/app/VMStartStop/Switcher/TurnOnOffVm.cs#L38
Converting null literal or possible null value to non-nullable type.
|
build-and-deploy:
src/app/VMStartStop/Switcher/TurnOnOffVm.cs#L48
Dereference of a possibly null reference.
|
build-and-deploy:
src/app/VMStartStop/Switcher/TurnOnOffVm.cs#L47
Possible null reference argument for parameter 'resourceId' in 'ResourceIdentifier.ResourceIdentifier(string resourceId)'.
|
build-and-deploy:
src/app/VMStartStop/Switcher/GetVmsFromSubToSwitch.cs#L55
Possible null reference argument for parameter 'resourceId' in 'ResourceIdentifier.ResourceIdentifier(string resourceId)'.
|
build-and-deploy:
src/app/VMStartStop/Switcher/GetVmsFromSubToSwitch.cs#L64
Possible null reference assignment.
|
build-and-deploy:
src/app/VMStartStop/Switcher/GetVmsFromRgToSwitch.cs#L53
Possible null reference argument for parameter 'resourceId' in 'ResourceIdentifier.ResourceIdentifier(string resourceId)'.
|