Skip to content

Commit

Permalink
CodeGen from PR 14370 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
sql t2 readme config (#14370)

* sql t2 readme config

* readme config

* Update readme.python.md

Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
  • Loading branch information
SDKAuto and msyyc committed May 21, 2021
1 parent 9b10c09 commit facb6ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions schemas/2020-11-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"identity": {
"oneOf": [
{
"$ref": "#/definitions/ResourceIdentity"
"$ref": "#/definitions/ResourceIdentityWithUserAssignedIdentities"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1089,7 +1089,7 @@
"identity": {
"oneOf": [
{
"$ref": "#/definitions/ResourceIdentity"
"$ref": "#/definitions/ResourceIdentityWithUserAssignedIdentities"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -5993,7 +5993,7 @@
"status"
]
},
"ResourceIdentity": {
"ResourceIdentityWithUserAssignedIdentities": {
"type": "object",
"properties": {
"type": {
Expand Down
6 changes: 3 additions & 3 deletions schemas/2021-02-01-preview/Microsoft.Sql.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"identity": {
"oneOf": [
{
"$ref": "#/definitions/ResourceIdentity"
"$ref": "#/definitions/ResourceIdentityWithUserAssignedIdentities"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -1089,7 +1089,7 @@
"identity": {
"oneOf": [
{
"$ref": "#/definitions/ResourceIdentity"
"$ref": "#/definitions/ResourceIdentityWithUserAssignedIdentities"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -6109,7 +6109,7 @@
"status"
]
},
"ResourceIdentity": {
"ResourceIdentityWithUserAssignedIdentities": {
"type": "object",
"properties": {
"type": {
Expand Down

0 comments on commit facb6ef

Please sign in to comment.