Unable to patch or install any packages in Azure

Hi there since yesterday my Ansible role has error 401 Unauthorized to patch my apparmor 1.7.1.1 or postfix. I have tested the same Ansible role in AWS and it works fine.

  • name: ‘SLES_15 | Ensure AppArmor is installed (1.7.1.1)’
    ansible.builtin.zypper:
    name: ‘apparmor’
    type: ‘pattern’
    state: ‘present’

azure-arm.linux: TASK [ SLES_15 | Ensure AppArmor is installed (1.7.1.1)] ***********
17:51:02 azure-arm.linux: fatal: [common]: FAILED! => changed=false
17:51:02 azure-arm.linux: cmd:
17:51:02 azure-arm.linux: - /usr/bin/zypper
17:51:02 azure-arm.linux: - --quiet
17:51:02 azure-arm.linux: - --non-interactive
17:51:02 azure-arm.linux: - --xmlout
17:51:02 azure-arm.linux: - install
17:51:02 azure-arm.linux: - --type
17:51:02 azure-arm.linux: - pattern
17:51:02 azure-arm.linux: - --auto-agree-with-licenses
17:51:02 azure-arm.linux: - --no-recommends
17:51:02 azure-arm.linux: - –
17:51:02 azure-arm.linux: - +apparmor
17:51:02 azure-arm.linux: msg: Zypper run command failed with return code 4.
17:51:02 azure-arm.linux: rc: 4
17:51:02 azure-arm.linux: stderr: ‘’
17:51:02 azure-arm.linux: stderr_lines:
17:51:02 azure-arm.linux: stdout: |-
17:51:02 azure-arm.linux: <?xml version='1.0'?>
17:51:02 azure-arm.linux:
17:51:02 azure-arm.linux: Problem retrieving the repository index file for service 'Basesystem_Module_x86_64':
17:51:02 azure-arm.linux: Login failed. (https://smt-azure.susecloud.net/services/2145/repo/repoindex.xml?credentials=Basesystem_Module_x86_64): The requested URL returned error: 401
17:51:02 azure-arm.linux: Check if the URI is valid and accessible.
17:51:02 azure-arm.linux:

I will appreciate your help
Thanks!