-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import is not working #4
Comments
I also get this error now |
Currently working on this. It is the date format that is incorrect and the majority of the extensions push the createdDateTime and lastModifiedDateTime on import. These are not required and it's relativity easy to comment those out. |
Yeah, had to comment out all those before import.
…On Sat, 18 Apr 2020, 09:39 mdcaddic, ***@***.***> wrote:
Currently working on this. It is the date format that is incorrect and the
majority of the extensions push the createdDateTime and
lastModifiedDateTime on import. These are not required and it's relativity
easy to comment those out.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJHVEYYVUNK22WQM67KEC6DRNFKK5ANCNFSM4MEA42KQ>
.
|
Roger, |
|
Great, Thanks for sharing. |
No sorry, i meant that i had to comment out the date properties in all my json files, to be able to import them |
Hello! Does anyone want to join this project as contributor? I have lots of additional ideas for this project but so little time. I need more people helping out if there is still an interest in this! Cheers! |
Hello Thanks! |
Taurus-Dev: I'll have a look at this. I have an idea how to fix this. I'll try to get time to do it this week |
Thanks for taking the time! |
Try the latest version and let me know how it goes. Please see change log in the readme (support for AzureRM is removed. Az module is new dependency) |
Works like a charm, tested the copy function on several sections with success. Hopefully the Intune team will implement these functions as default as it's basic functionality. Thanks a bunch! |
Fixed in version 2 Thank you Taurus-Dev for verifying! |
I got the below error message, while importing the configuration profile using this tool.
I tried one by one and a bulk import option but its not working. Export is working fine.
Even I tried to copy a configuration profile, it failed.
Can you please fix this.
Failed to invoke MSGraphRequest Exception: 400 Bad Request
{
"error": {
"code": "ModelValidationFailure",
"message": "Cannot convert the literal '/Date(1571240587193)/' to the expected type 'Edm.DateTimeOffset'.",
"innerError": {
"message": "Cannot convert the literal '/Date(1571240587193)/' to the expected type 'Edm.DateTimeOffset'.",
"request-id": "f173776b-a770-4a1e-a948-967b4a630684",
"date": "2020-04-08T15:02:26"
}
}
}
The text was updated successfully, but these errors were encountered: