Skip to content
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

Teams Sub Channel not get creating. #2622

Closed
rakeshsujan opened this issue Dec 5, 2022 · 7 comments · Fixed by #2635 or #2667
Closed

Teams Sub Channel not get creating. #2622

rakeshsujan opened this issue Dec 5, 2022 · 7 comments · Fixed by #2635 or #2667

Comments

@rakeshsujan
Copy link

Details of the scenario you tried and the problem that is occurring

Verbose logs showing the problem

Suggested solution to the issue

The DSC configuration that is used to reproduce the issue (as detailed as possible)

# insert configuration here

The operating system the target node is running

Version of the DSC module that was used ('dev' if using current dev branch)

@rakeshsujan
Copy link
Author

When we Import the configuration of Teams the Teams Sub-Channel are not get creating.

Below are the output while importing the configuration but after import when we checks the Sub-channel are not get creating

VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Testing configuration of Teams channel NC460 Sales
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Getting configuration of Teams channel NC460 Sales
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Checking for existance of team channels
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Done performing authorization
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Executing Get-Team for parameters GroupId: b63213a5-36b5-4c83-b7ce-d14a5f0dc215, User: , Archived: ,
Visibility: , DisplayName: , MailNickName:
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] NotFound in /v1.0/groups/ endpoint
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Current Values: Credential=; DisplayName=NC460 Sales; Ensure=Absent; GroupID=b63213a5-36b5-4c83-b
7ce-d14a5f0dc215; TeamName=Retail; Verbose=True
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Target Values: Credential=
; DisplayName=NC460 Sales; Ensure=Present; GroupID=b63213a5-36b5-4c83-b
7ce-d14a5f0dc215; TeamName=Retail; Verbose=True
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Test-TargetResource returned False
VERBOSE: [RN5-PF3BL3X0]: LCM: [ End Test ] [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] in 5.1990 seconds.
VERBOSE: [RN5-PF3BL3X0]: LCM: [ Start Set ] [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9]
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Setting configuration of Teams channel NC460 Sales
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Getting configuration of Teams channel NC460 Sales
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Checking for existance of team channels
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Done performing authorization
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Executing Get-Team for parameters GroupId: b63213a5-36b5-4c83-b7ce-d14a5f0dc215, User: , Archived: ,
Visibility: , DisplayName: , MailNickName:
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] NotFound in /v1.0/groups/ endpoint
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Retrieve team GroupId:
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Creating team channel NC460 Sales
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Done performing authorization
VERBOSE: [RN5-PF3BL3X0]: [[TeamsChannel]38652f52-4ee1-4590-b14a-c2f2f0fbc1e9] Executing New-TeamChannel for parameters TeamId: b63213a5-36b5-4c83-b7ce-d14a5f0dc215, DisplayName:
NC460 Sales, Description:

@andikrueger
Copy link
Collaborator

Your output stops at the crucial part. Could you share the full log of this resource?

@rakeshsujan
Copy link
Author

Log File
Teams Output Details.txt

@rakeshsujan
Copy link
Author

Below are the screenshot of Teams Sub-Channel. The Sub-Channel are not get creating after Import the configuration in Target Teanant.

Source Tenant:

Teams Source

Target Tenant:

Teams Target

@NikCharlebois
Copy link
Collaborator

Any chances you could share you .ps1 configuration and redact whatever is confidential in it. I'd like to take a look to better understand the structure of it. Thanks

@rakeshsujan
Copy link
Author

Export .ps1 Configuration details

M365TenantConfig.zip
M365TenantConfig.zip

MOF File

localhost.zip
localhost.zip

NikCharlebois added a commit to NikCharlebois/Microsoft365DSC that referenced this issue Dec 8, 2022
NikCharlebois added a commit to NikCharlebois/Microsoft365DSC that referenced this issue Dec 8, 2022
@rakeshsujan
Copy link
Author

Hi Nik,

Can you tell me how to solve this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants