-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hub Generated] Public private branch 'add-ingressStartAt' (#13932)
* add ingressStartAt * prettier * add a new example * Delete .npmrc remove .npmrc * fix prettier fix prettier * put readonly back for kind * Adding descriptin to ingressStartAt * fix failure for python track2 * Removing readonly from kind Co-authored-by: Go Blue <zth@umich.edu> Co-authored-by: msyyc <70930885+msyyc@users.noreply.github.com>
- Loading branch information
1 parent
08faf32
commit 7355875
Showing
6 changed files
with
135 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
74 changes: 74 additions & 0 deletions
74
...esInsights/stable/2020-05-15/examples/EventSourcesCreateEventHubWithCustomEnquedTime.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "subid", | ||
"resourceGroupName": "rg1", | ||
"environmentName": "env1", | ||
"eventSourceName": "es1", | ||
"parameters": { | ||
"location": "West US", | ||
"kind": "Microsoft.EventHub", | ||
"properties": { | ||
"eventSourceResourceId": "somePathInArm", | ||
"serviceBusNamespace": "sbn", | ||
"consumerGroupName": "cgn", | ||
"eventHubName": "ehn", | ||
"keyName": "managementKey", | ||
"sharedAccessKey": "someSecretvalue", | ||
"timestampPropertyName": "someTimestampProperty", | ||
"ingressStartAt": { | ||
"type": "CustomEnqueuedTime", | ||
"time": "2017-04-01T19:20:33.2288820Z" | ||
} | ||
} | ||
}, | ||
"api-version": "2020-05-15" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.TimeSeriesInsights/Environments/env1/eventSources/es1", | ||
"location": "West US", | ||
"name": "es1", | ||
"type": "Microsoft.TimeSeriesInsights/Environments/EventSources", | ||
"tags": {}, | ||
"kind": "Microsoft.EventHub", | ||
"properties": { | ||
"eventSourceResourceId": "somePathInArm", | ||
"serviceBusNamespace": "sbn", | ||
"consumerGroupName": "cgn", | ||
"eventHubName": "ehn", | ||
"keyName": "managementKey", | ||
"provisioningState": "Succeeded", | ||
"creationTime": "2017-04-18T19:20:33.2288820Z", | ||
"ingressStartAt": { | ||
"type": "CustomEnqueuedTime", | ||
"time": "2017-04-01T19:20:33.2288820Z" | ||
} | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/subid/resourceGroups/rg1/providers/Microsoft.TimeSeriesInsights/Environments/env1/eventSources/es1", | ||
"location": "West US", | ||
"name": "es1", | ||
"type": "Microsoft.TimeSeriesInsights/Environments/EventSources", | ||
"tags": {}, | ||
"kind": "Microsoft.EventHub", | ||
"properties": { | ||
"eventSourceResourceId": "somePathInArm", | ||
"serviceBusNamespace": "sbn", | ||
"consumerGroupName": "cgn", | ||
"eventHubName": "ehn", | ||
"keyName": "managementKey", | ||
"provisioningState": "Succeeded", | ||
"creationTime": "2017-04-18T19:20:33.2288820Z", | ||
"ingressStartAt": { | ||
"type": "CustomEnqueuedTime", | ||
"time": "2017-04-01T19:20:33.2288820Z" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters