Skip to content

Commit

Permalink
Fix PrettierCheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushil Upadhyay committed Dec 2, 2024
1 parent 90f1571 commit 82b0b81
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
},
"definitions": {
"AutomationAccount": {
"type":"object",
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/AutomationAccountProperties",
Expand All @@ -539,7 +539,7 @@
"description": "Definition of the automation account type."
},
"AutomationAccountProperties": {
"type":"object",
"type": "object",
"properties": {
"sku": {
"$ref": "#/definitions/Sku",
Expand Down Expand Up @@ -638,7 +638,7 @@
"description": "The account SKU."
},
"AutomationAccountCreateOrUpdateParameters": {
"type":"object",
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/AutomationAccountCreateOrUpdateProperties",
Expand Down Expand Up @@ -691,7 +691,7 @@
"description": "The parameters supplied to the create or update account properties."
},
"AutomationAccountListResult": {
"type":"object",
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -708,7 +708,7 @@
"description": "The response model for the list account operation."
},
"Statistics": {
"type":"object",
"type": "object",
"properties": {
"counterProperty": {
"type": "string",
Expand Down Expand Up @@ -744,7 +744,7 @@
"description": "Definition of the statistic."
},
"StatisticsListResult": {
"type":"object",
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -757,7 +757,7 @@
"description": "The response model for the list statistics operation."
},
"Usage": {
"type":"object",
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -789,7 +789,7 @@
"description": "Definition of Usage."
},
"UsageCounterName": {
"type":"object",
"type": "object",
"properties": {
"value": {
"type": "string",
Expand All @@ -803,7 +803,7 @@
"description": "Definition of usage counter name."
},
"UsageListResult": {
"type":"object",
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -816,7 +816,7 @@
"description": "The response model for the get usage operation."
},
"Key": {
"type":"object",
"type": "object",
"properties": {
"KeyName": {
"readOnly": true,
Expand Down Expand Up @@ -876,7 +876,7 @@
}
},
"KeyListResult": {
"type":"object",
"type": "object",
"properties": {
"keys": {
"type": "array",
Expand Down Expand Up @@ -908,7 +908,7 @@
"description": "The response model for the list deleted runbook."
},
"AutomationAccountUpdateProperties": {
"type":"object",
"type": "object",
"properties": {
"sku": {
"$ref": "#/definitions/Sku",
Expand All @@ -930,7 +930,7 @@
"description": "The parameters supplied to the update account properties."
},
"AutomationAccountUpdateParameters": {
"type":"object",
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/AutomationAccountUpdateProperties",
Expand Down Expand Up @@ -961,7 +961,7 @@
"description": "The parameters supplied to the update automation account operation."
},
"Identity": {
"type":"object",
"type": "object",
"description": "Identity for the resource.",
"properties": {
"principalId": {
Expand Down Expand Up @@ -998,7 +998,7 @@
}
},
"EncryptionProperties": {
"type":"object",
"type": "object",
"description": "The encryption settings for automation account",
"properties": {
"keyVaultProperties": {
Expand All @@ -1018,7 +1018,7 @@
}
},
"identity": {
"type":"object",
"type": "object",
"description": "User identity used for CMK.",
"properties": {
"userAssignedIdentity": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@
"description": "Definition of the connection properties."
},
"Connection": {
"type":"object",
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/ConnectionProperties",
Expand All @@ -411,7 +411,7 @@
"description": "Definition of the connection."
},
"ConnectionListResult": {
"type":"object",
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -428,7 +428,7 @@
"description": "The response model for the list connection operation."
},
"ConnectionUpdateProperties": {
"type":"object",
"type": "object",
"properties": {
"description": {
"type": "string",
Expand All @@ -445,7 +445,7 @@
"description": "The properties of the update connection operation."
},
"ConnectionUpdateParameters": {
"type":"object",
"type": "object",
"properties": {
"name": {
"type": "string",
Expand All @@ -460,7 +460,7 @@
"description": "The parameters supplied to the update connection operation."
},
"ConnectionTypeAssociationProperty": {
"type":"object",
"type": "object",
"properties": {
"name": {
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
},
"definitions": {
"FieldDefinition": {
"type":"object",
"type": "object",
"properties": {
"isEncrypted": {
"type": "boolean",
Expand All @@ -272,7 +272,7 @@
"description": "Definition of the connection fields."
},
"ConnectionTypeProperties": {
"type":"object",
"type": "object",
"properties": {
"isGlobal": {
"type": "boolean",
Expand Down Expand Up @@ -307,7 +307,7 @@
"description": "Properties of the connection type."
},
"ConnectionType": {
"type":"object",
"type": "object",
"properties": {
"id": {
"type": "string",
Expand All @@ -333,7 +333,7 @@
"description": "Definition of the connection type."
},
"ConnectionTypeListResult": {
"type":"object",
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -350,7 +350,7 @@
"description": "The response model for the list connection type operation."
},
"ConnectionTypeCreateOrUpdateParameters": {
"type":"object",
"type": "object",
"properties": {
"name": {
"type": "string",
Expand All @@ -369,7 +369,7 @@
"description": "The parameters supplied to the create or update connection type operation."
},
"ConnectionTypeCreateOrUpdateProperties": {
"type":"object",
"type": "object",
"properties": {
"isGlobal": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
},
"definitions": {
"CredentialCreateOrUpdateProperties": {
"type":"object",
"type": "object",
"properties": {
"userName": {
"type": "string",
Expand All @@ -329,7 +329,7 @@
"description": "The properties of the create credential operation."
},
"CredentialCreateOrUpdateParameters": {
"type":"object",
"type": "object",
"properties": {
"name": {
"type": "string",
Expand All @@ -348,7 +348,7 @@
"description": "The parameters supplied to the create or update credential operation."
},
"CredentialProperties": {
"type":"object",
"type": "object",
"properties": {
"userName": {
"type": "string",
Expand Down Expand Up @@ -392,7 +392,7 @@
"description": "Definition of the credential."
},
"CredentialListResult": {
"type":"object",
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -409,7 +409,7 @@
"description": "The response model for the list credential operation."
},
"CredentialUpdateProperties": {
"type":"object",
"type": "object",
"properties": {
"userName": {
"type": "string",
Expand All @@ -427,7 +427,7 @@
"description": "The properties of the Update credential"
},
"CredentialUpdateParameters": {
"type":"object",
"type": "object",
"properties": {
"name": {
"type": "string",
Expand Down

0 comments on commit 82b0b81

Please sign in to comment.