Skip to content

Commit b86c700

Browse files
committed
Add 'assets/schemas' to ArmTry whitelisted prefixes. Closes #2070
1 parent 707a3c4 commit b86c700

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AzureFunctions.AngularClient/src/app/shared/services/arm-try.service.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export class ArmTryService extends ArmService {
1616
private _tryFunctionApp: FunctionApp;
1717

1818
private _whiteListedPrefixUrls: string[] = [
19-
`${Constants.serviceHost}api`
19+
`${Constants.serviceHost}api`,
20+
'assets/schemas'
2021
];
2122

2223
constructor(http: Http,

0 commit comments

Comments
 (0)