-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description This PR includes the following proposed change(s): - fix errors in the app by regenerating OData
- Loading branch information
1 parent
c96f184
commit 8c1fdf1
Showing
3 changed files
with
50,768 additions
and
50,346 deletions.
There are no files selected for viewing
79 changes: 40 additions & 39 deletions
79
src/Spd.Utilities.Dynamics/Connected Services/OData Service/ConnectedService.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,43 @@ | ||
{ | ||
"ProviderId": "Microsoft.OData.ConnectedService", | ||
"Version": "1.1.0.0", | ||
"GettingStartedDocument": { | ||
"Uri": "http://odata.github.io/odata.net/" | ||
"ProviderId": "Microsoft.OData.ConnectedService", | ||
"Version": "1.1.0.0", | ||
"GettingStartedDocument": { | ||
"Uri": "http://odata.github.io/odata.net/" | ||
}, | ||
"ExtendedData": { | ||
"EnableNamingAlias": false, | ||
"IgnoreUnexpectedElementsAndAttributes": true, | ||
"IncludeT4File": false, | ||
"ExcludedOperationImports": [], | ||
"ExcludedBoundOperations": [], | ||
"OmitVersioningInfo": false, | ||
"ServiceName": "OData Service", | ||
"Endpoint": "https://spd-sparc.dev.jag.gov.bc.ca/api/data/v9.0/$metadata", | ||
"EdmxVersion": { | ||
"Major": 4, | ||
"Minor": 0, | ||
"Build": 0, | ||
"Revision": 0, | ||
"MajorRevision": 0, | ||
"MinorRevision": 0 | ||
}, | ||
"ExtendedData": { | ||
"EnableNamingAlias": false, | ||
"IgnoreUnexpectedElementsAndAttributes": true, | ||
"IncludeT4File": false, | ||
"ExcludedOperationImports": [], | ||
"ExcludedBoundOperations": [], | ||
"OmitVersioningInfo": false, | ||
"ServiceName": "OData Service", | ||
"Endpoint": "https://spd-sparc.dev.jag.gov.bc.ca/api/data/v9.0/$metadata", | ||
"EdmxVersion": { | ||
"Major": 4, | ||
"Minor": 0, | ||
"Build": 0, | ||
"Revision": 0, | ||
"MajorRevision": 0, | ||
"MinorRevision": 0 | ||
}, | ||
"GeneratedFileNamePrefix": "Reference", | ||
"UseNamespacePrefix": false, | ||
"NamespacePrefix": null, | ||
"UseDataServiceCollection": true, | ||
"MakeTypesInternal": false, | ||
"OpenGeneratedFilesInIDE": false, | ||
"GenerateMultipleFiles": false, | ||
"IncludeWebProxy": false, | ||
"WebProxyHost": null, | ||
"IncludeWebProxyNetworkCredentials": false, | ||
"StoreWebProxyNetworkCredentials": false, | ||
"WebProxyNetworkCredentialsUsername": null, | ||
"WebProxyNetworkCredentialsPassword": null, | ||
"WebProxyNetworkCredentialsDomain": null, | ||
"IncludeCustomHeaders": true, | ||
"StoreCustomHttpHeaders": false, | ||
"ExcludedSchemaTypes": [] | ||
} | ||
"GeneratedFileNamePrefix": "Reference", | ||
"UseNamespacePrefix": false, | ||
"NamespacePrefix": null, | ||
"UseDataServiceCollection": true, | ||
"MakeTypesInternal": false, | ||
"OpenGeneratedFilesInIDE": false, | ||
"GenerateMultipleFiles": false, | ||
"CustomHttpHeaders": null, | ||
"IncludeWebProxy": false, | ||
"WebProxyHost": null, | ||
"IncludeWebProxyNetworkCredentials": false, | ||
"StoreWebProxyNetworkCredentials": false, | ||
"WebProxyNetworkCredentialsUsername": null, | ||
"WebProxyNetworkCredentialsPassword": null, | ||
"WebProxyNetworkCredentialsDomain": null, | ||
"IncludeCustomHeaders": true, | ||
"StoreCustomHttpHeaders": false, | ||
"ExcludedSchemaTypes": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.