Skip to content

Commit 0041284

Browse files
committed
Refactor file paths for Microsoft Graph integration code
1 parent 5310ebd commit 0041284

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

microsoft/msgraphintegration/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// msgraph/msgraphintegration/constants.go
1+
// microsoft/msgraphintegration/constants.go
22
package msgraphintegration
33

44
// Endpoint constants represent the URL suffixes used for Jamf API token interactions.

microsoft/msgraphintegration/header_exceptions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// msgraph/msgraphintegration/header_exceptions.go
1+
// microsoft/msgraphintegration/header_exceptions.go
22
package msgraphintegration
33

44
import (

microsoft/msgraphintegration/headers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// msgraph/msgraphintegration/headers.go
1+
// microsoft/msgraphintegration/headers.go
22
package msgraphintegration
33

44
import (

microsoft/msgraphintegration/interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// msgraph/msgraphintegration/interface.go
1+
// microsoft/msgraphintegration/interface.go
22
package msgraphintegration
33

44
import (

microsoft/msgraphintegration/marshall.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// apiintegrations/microsoft/.go
1+
// microsoft/msgraphintegration/marshall.go
22
package msgraphintegration
33

44
import (

0 commit comments

Comments
 (0)