Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Azure Search: Resource Manager: Support 'None' Identity type
  • Loading branch information
natinimni committed Mar 4, 2019
commit f0fe70b51825fdec12d01df500646be7e4dcff54
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@
"type": "string",
"description": "The identity type.",
"enum": [
"None",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@natinimni Adding a new enum value is a client-side breaking change, so make sure to bump the major version of the .NET Management SDK.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It also wouldn't hurt to ensure there's an example of using this value.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @brjohnstmsft !
The .NET Mgmt SDK was never generated with the identity property, so it should not be a breaking change for it :)
I've added some examples.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to know. Thanks!

"SystemAssigned"
],
"x-ms-enum": {
Expand Down