File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/Authentication.Abstractions Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ public static class Property
103
103
Environment = "Environment" ,
104
104
Account = "Account" ,
105
105
SubscriptionPolices = "SubscriptionPolices" ,
106
- AuthorizationSource = "authorizationSource " ,
107
- Tags = "tags " ;
106
+ AuthorizationSource = "AuthorizationSource " ,
107
+ Tags = "Tags " ;
108
108
}
109
109
}
110
110
}
Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ public class AzureTenant : IAzureTenant
48
48
public static class Property
49
49
{
50
50
public const string TenantCategory = "TenantCategory" ,
51
- Country = "country " ,
51
+ Country = "Country " ,
52
52
CountryCode = "CountryCode" ,
53
53
DisplayName = "DisplayName" ,
54
54
Domains = "Domains" ,
55
- DefaultDomain = "defaultDomain " ,
56
- TenantType = "tenantType " ,
57
- TenantBrandingLogoUrl = "tenantBrandingLogoUrl " ,
55
+ DefaultDomain = "DefaultDomain " ,
56
+ TenantType = "TenantType " ,
57
+ TenantBrandingLogoUrl = "TenantBrandingLogoUrl " ,
58
58
Directory = "Directory" ;
59
59
}
60
60
}
You can’t perform that action at this time.
0 commit comments