We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RHEl Workstation
RHEL Server
1 parent bab032c commit 5f22ef9Copy full SHA for 5f22ef9
src/extension.ts
@@ -139,7 +139,7 @@ async function createOrReuseActivationKey(connection: extensionApi.ProviderConta
139
// TODO: add check that used role and usage exists in organization
140
await client.activationKey.createActivationKeys({
141
name: 'podman-desktop',
142
- role: 'RHEL Server',
+ role: 'RHEl Workstation',
143
usage: 'Development/Test',
144
serviceLevel: 'Self-Support',
145
});
0 commit comments