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
As #140 mentioned, the old code didn't implement correct naming rules.
For Azure Naming Rules, I want to reimplement the naming inspection mechanism.
TODOs:
check the length of container/blob name
check the character of container/blob name
check the first character of container name
check the last character of blob name should not be '/' or '.'
As #140 mentioned, the old code didn't implement correct naming rules.
For Azure Naming Rules, I want to reimplement the naming inspection mechanism.
TODOs: