Skip to content

Commit

Permalink
Adding new preview version "2023-10-01-preview" with new APIs (#26215)
Browse files Browse the repository at this point in the history
* New API Version 2023-10-01-preview

* Adding New APIs

* Azure Active Directory change to Microsoft Entra ID

* Fixing Pipeline Failures

* updating Readme

* fixing Lint Errors

* prettier check

* Resolving Comments

* Resolving Comments

* change v5 to v3 to resolve SDK failures
  • Loading branch information
vipray-ms authored Oct 19, 2023
1 parent 4c089f5 commit 8b7ffcf
Show file tree
Hide file tree
Showing 45 changed files with 4,664 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"description": "Azure Active Directory OAuth2 Flow.",
"description": "Microsoft Entra ID OAuth2 Flow.",
"flow": "implicit",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"scopes": {
Expand Down Expand Up @@ -1298,7 +1298,7 @@
},
"region": {
"type": "string",
"description": "NewRelic account region"
"description": "Region where New Relic account is present"
}
},
"description": "Account Info of the NewRelic account"
Expand All @@ -1320,7 +1320,7 @@
},
"region": {
"type": "string",
"description": "region"
"description": "Region where New Relic account is present"
}
},
"description": "List of all the New relic accounts for the given user"
Expand Down
Loading

0 comments on commit 8b7ffcf

Please sign in to comment.