You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This piece of code pass and creates a working credential. The fact that multiple subscription are not a problem is because attributes from the string subscription are created like this:
-> we just go through a list of all existing subscription and map to the actual value or "None" attribute on every index
Are we okay with this or should we change
so that it refuses these inputs?
The text was updated successfully, but these errors were encountered:
This piece of code pass and creates a working credential. The fact that multiple subscription are not a problem is because attributes from the string subscription are created like this:
-> we just go through a list of all existing subscription and map to the actual value or "None" attribute on every index
Are we okay with this or should we change
so that it refuses these inputs?
The text was updated successfully, but these errors were encountered: