Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EventGrid] Add "FarmBeats" prefix to two enums #14628

Merged
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"paths": {},
"definitions": {
"ResourceActionType": {
"FarmBeatsResourceActionType": {
"description": "Action occurred on a resource.",
"enum": [
"Created",
Expand All @@ -16,7 +16,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "ResourceActionType",
"name": "FarmBeatsResourceActionType",
"modelAsString": true
}
},
Expand All @@ -41,7 +41,7 @@
"type": "boolean"
},
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -87,7 +87,7 @@
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -137,7 +137,7 @@
"type": "string"
},
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -187,7 +187,7 @@
"type": "string"
},
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -233,7 +233,7 @@
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -287,7 +287,7 @@
"type": "string"
},
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -349,7 +349,7 @@
"type": "string"
},
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -395,7 +395,7 @@
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"status": {
"description": "Status of the resource.",
Expand Down Expand Up @@ -441,7 +441,7 @@
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"farmerId": {
"description": "Id of the farmer it belongs to.",
Expand Down Expand Up @@ -495,7 +495,7 @@
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"farmerId": {
"description": "Id of the farmer it belongs to.",
Expand Down Expand Up @@ -549,7 +549,7 @@
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"farmerId": {
"description": "Id of the farmer it belongs to.",
Expand Down Expand Up @@ -603,7 +603,7 @@
"type": "object",
"properties": {
"actionType": {
"$ref": "#/definitions/ResourceActionType"
"$ref": "#/definitions/FarmBeatsResourceActionType"
},
"farmerId": {
"description": "Id of the farmer it belongs to.",
Expand Down Expand Up @@ -652,7 +652,7 @@
}
}
},
"JobStatus": {
"FarmBeatsJobStatus": {
"description": "Various states a job can be in.",
"enum": [
"Waiting",
Expand All @@ -663,7 +663,7 @@
],
"type": "string",
"x-ms-enum": {
"name": "JobStatus",
"name": "FarmBeatsJobStatus",
"modelAsString": true
}
},
Expand All @@ -680,7 +680,7 @@
"type": "string"
},
"status": {
"$ref": "#/definitions/JobStatus"
"$ref": "#/definitions/FarmBeatsJobStatus"
},
"lastActionDateTime": {
"format": "date-time",
Expand Down Expand Up @@ -730,7 +730,7 @@
"type": "string"
},
"status": {
"$ref": "#/definitions/JobStatus"
"$ref": "#/definitions/FarmBeatsJobStatus"
},
"lastActionDateTime": {
"format": "date-time",
Expand Down Expand Up @@ -780,7 +780,7 @@
"type": "string"
},
"status": {
"$ref": "#/definitions/JobStatus"
"$ref": "#/definitions/FarmBeatsJobStatus"
},
"lastActionDateTime": {
"format": "date-time",
Expand Down