File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/OpenApiInfoGenerator/OpenApiInfoGenerator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ internal class Program
6
6
{
7
7
public static string openApiInfoFile = "openApiInfo.json" ;
8
8
public static string openApiFileError = "openAPIErrors.csv" ;
9
- private const string openApiInfoMetadataUrl_v1 = "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/metadata-changes-detection /docs/OpenApiInfo/v1.0/openApiInfo.json" ;
10
- private const string openApiInfoMetadataUrl_beta = "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/metadata-changes-detection /docs/OpenApiInfo/beta/openApiInfo.json" ;
9
+ private const string openApiInfoMetadataUrl_v1 = "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev /docs/OpenApiInfo/v1.0/openApiInfo.json" ;
10
+ private const string openApiInfoMetadataUrl_beta = "https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/dev /docs/OpenApiInfo/beta/openApiInfo.json" ;
11
11
private static IList < Model > openApiInfo_v1 = new OriginalMetadata ( openApiInfoMetadataUrl_v1 ) . GetOpenApiInfo ( ) ;
12
12
private static IList < Model > openApiInfo_beta = new OriginalMetadata ( openApiInfoMetadataUrl_beta ) . GetOpenApiInfo ( ) ;
13
13
private static IDictionary < string , IList < Model > > openApiVersions = new Dictionary < string , IList < Model > > ( ) ;
You can’t perform that action at this time.
0 commit comments