File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/ServiceManagement/Compute/Commands.ServiceManagement.Test/FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -695,15 +695,15 @@ private void UpdateAzureVMImageDetails(string imageName)
695
695
Eula = "End user licensce agreement value" ,
696
696
ImageFamily = OS . Windows . ToString ( ) ,
697
697
Description = "Description" ,
698
- IconUri = @"http://www.bing.com" ,
698
+ IconUri = @"http://www.bing.com/ " ,
699
699
ImageName = imageName ,
700
700
Label = imageName ,
701
701
Language = "English" ,
702
702
PrivacyUri = new Uri ( @"http://www.bing.com" ) ,
703
703
PublishedDate = DateTime . Now ,
704
704
RecommendedVMSize = InstanceSize . Medium . ToString ( ) ,
705
705
ShowInGui = false ,
706
- SmallIconUri = @"http://www.bing.com" ,
706
+ SmallIconUri = @"http://www.bing.com/ " ,
707
707
} ;
708
708
709
709
Utilities . ExecuteAndLog ( ( ) =>
You can’t perform that action at this time.
0 commit comments