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

Merge dev to master #1579

Merged
merged 22 commits into from
Jun 2, 2023
Merged

Merge dev to master #1579

merged 22 commits into from
Jun 2, 2023

Conversation

andrueastman
Copy link
Member

No description provided.

andrueastman and others added 20 commits May 13, 2023 16:21
I've removed all individual access grants. All write access now goes through https://github.com/orgs/microsoftgraph/teams/msgraph-devx-api-write team. Please manage code owners through this team.

Admin settings now required JIT admin grant elevation.
Bumps Microsoft.OData.Core from 7.15.0 to 7.16.0.

---
updated-dependencies:
- dependency-name: Microsoft.OData.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix importing nested model files

* Replace ToLower with ToLowerInvariant

* Fixes type

* Fixes nested import statements for models

* Fixes shim me packages

* Fix broken tests

* Remove unused imports
Bumps [apidoctor](https://github.com/OneDrive/apidoctor) from `477b649` to `c624ca8`.
- [Commits](OneDrive/apidoctor@477b649...c624ca8)

---
updated-dependencies:
- dependency-name: apidoctor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps Microsoft.OData.Edm from 7.15.0 to 7.16.0.

---
updated-dependencies:
- dependency-name: Microsoft.OData.Edm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.6.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.5.0...v17.6.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore) from 6.1.0 to 7.0.0.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases)
- [Commits](serilog/serilog-aspnetcore@v6.1.0...v7.0.0)

---
updated-dependencies:
- dependency-name: Serilog.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* added python generator

* Include python snippet generation to pipeline

* Add python dot notation to generated snippets

* Python class instantiation

* Convert to snake case and use await

* convert request adapter to snake case

* remove brackets for classnames with no parameters

* Remove brackets for paths with no parameters

* Remove trailing semi colons

* Change ById to _by_id

* Change ById to _by_id

* fix snake case for by_id

* fix by id

* fix by id dot notation

* fix by id dot notation

* fix by_id _ after entity

* Revert "fix by id dot notation"

This reverts commit 03cf7b0.

* fix snake case for by_id

* replace empty string with underscore for by_id prefix

* Update query parameters and request headers

* Change request configurations - headers and query params

* Update query parameters to pythonc array format

* Revert "Update query parameters to pythonc array format"

This reverts commit b9c5285.

* Fix headers and parameters

* Fix request headers and parameters

* Fixed tests on python generator

* Remove request builder if there are no set parameters or headers

* Add request builder to request builder method as prefix

* remove headers close tags if request configuration does not exist

* remove headers close tags if request configuration is not set

* fix spacing in headers

* Added snake case string extension

* Convert properties to Snake Case

* fix tests following lowercase properties

* added python generator

* Include python snippet generation to pipeline

* Add python dot notation to generated snippets

* Python class instantiation

* Convert to snake case and use await

* convert request adapter to snake case

* remove brackets for classnames with no parameters

* Remove brackets for paths with no parameters

* Remove trailing semi colons

* Change ById to _by_id

* Change ById to _by_id

* fix snake case for by_id

* fix by id

* fix by id dot notation

* fix by id dot notation

* fix by_id _ after entity

* Revert "fix by id dot notation"

This reverts commit 03cf7b0.

* fix snake case for by_id

* replace empty string with underscore for by_id prefix

* Update query parameters and request headers

* Change request configurations - headers and query params

* Update query parameters to pythonc array format

* Revert "Update query parameters to pythonc array format"

This reverts commit b9c5285.

* Fix headers and parameters

* Fix request headers and parameters

* Fixed tests on python generator

* Remove request builder if there are no set parameters or headers

* Add request builder to request builder method as prefix

* remove headers close tags if request configuration does not exist

* remove headers close tags if request configuration is not set

* fix spacing in headers

* Added snake case string extension

* Convert properties to Snake Case

* fix tests following lowercase properties

* Fix tests and headers and parameter flow

* Remove unusued vars

* Fix tests and headers and parameter flow

* Remove unusued vars

* Alter snippets to acoomodate indexers

* update snippets to include indexers

* integrate indexers work

* Fix tests

* Fix snake case conversaion

* fix snake case on object attributes

* Fix test on paths with different casing and snake cases

* fix tests complex api

* Fix tests

* Fix tests

* Fix tests
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v3.2.0...v6.0.0)

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.2.0 to 6.0.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v3.2.0...v6.0.0)

---
updated-dependencies:
- dependency-name: coverlet.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#1566)

* Handled wrong quotes on literals

* Changed expected params

* Rectified params

* Rectified test error

* Reconstructed expected params

* Added tab to properly indent expected params

* Minimized cognitive complexity
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.0.2...v3.0.3)

---
updated-dependencies:
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…equest URLs (#1559)

* Update status code returned for permissions endpoint

* Update tests

* Update tests

* Add nullability check for permissions results

* Add licence info to files

* Update URL template matcher to use the template with the least number of parameters identified

* Add tests

* Expire permissions data cache within a second if data is null

* Add timeout to Regex to prevent denial of service attacks

* Remove unnecessary usings
* Update CLI code snippets

* Use string extension to replace $value with content.
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.4.2 to 4.5.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](nunit/nunit3-vs-adapter@V4.4.2...V4.5.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fixes parameter passing and query name/type handling

* Fix tests
Bumps [MSTest.TestFramework](https://github.com/microsoft/testfx) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/microsoft/testfx/releases)
- [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
- [Commits](microsoft/testfx@v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: MSTest.TestFramework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.6.0 to 17.6.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.6.0...v17.6.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@sonarcloud
Copy link

sonarcloud bot commented Jun 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

89.9% 89.9% Coverage
0.0% 0.0% Duplication

@andrueastman andrueastman merged commit 93cf470 into master Jun 2, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants