Skip to content

Commit

Permalink
fix linter errors on x-ms-enum names (#13040)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahermas authored Feb 18, 2021
1 parent 3fafd29 commit dd9bdfc
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4408,7 +4408,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "dataSetKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -4464,7 +4464,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "dataSetMappingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -5923,13 +5923,13 @@
"type": "object",
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization setting on share.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "sourceShareSynchronizationSettingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6372,13 +6372,13 @@
],
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization setting.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "synchronizationSettingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6437,13 +6437,13 @@
],
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization on trigger.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "triggerKind",
"modelAsString": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4505,7 +4505,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "dataSetKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -4563,7 +4563,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "dataSetMappingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6047,13 +6047,13 @@
"type": "object",
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization setting on share.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "sourceShareSynchronizationSettingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6757,13 +6757,13 @@
],
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization setting.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "synchronizationSettingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6874,13 +6874,13 @@
],
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization on trigger.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "triggerKind",
"modelAsString": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4408,7 +4408,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "dataSetKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -4464,7 +4464,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "dataSetMappingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -5928,13 +5928,13 @@
"type": "object",
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization setting on share.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "sourceShareSynchronizationSettingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6377,13 +6377,13 @@
],
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization setting.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "synchronizationSettingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6442,13 +6442,13 @@
],
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization on trigger.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "triggerKind",
"modelAsString": true
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4497,7 +4497,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "dataSetKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -4554,7 +4554,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "dataSetMappingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6038,13 +6038,13 @@
"type": "object",
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization setting on share.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "sourceShareSynchronizationSettingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6595,13 +6595,13 @@
],
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization setting.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "synchronizationSettingKind",
"modelAsString": true
}
}
Expand Down Expand Up @@ -6712,13 +6712,13 @@
],
"properties": {
"kind": {
"description": "Kind of synchronization",
"description": "Kind of synchronization on trigger.",
"enum": [
"ScheduleBased"
],
"type": "string",
"x-ms-enum": {
"name": "kind",
"name": "triggerKind",
"modelAsString": true
}
}
Expand Down

0 comments on commit dd9bdfc

Please sign in to comment.