bring auth into props#30121
Merged
hmmorales merged 17 commits intorelease/0.7.0-previewfrom Aug 8, 2024
Merged
Conversation
Next Steps to MergeNext steps that must be taken to merge this PR:
|
Generated ApiView
|
chgennar
reviewed
Aug 8, 2024
specification/iotoperations/IoTOperations.Management/models/dataflows/dataflowEndpoints.tsp
Show resolved
Hide resolved
chgennar
reviewed
Aug 8, 2024
jlian
reviewed
Aug 8, 2024
specification/iotoperations/IoTOperations.Management/models/dataflows/dataflowEndpoints.tsp
Outdated
Show resolved
Hide resolved
specification/iotoperations/IoTOperations.Management/models/dataflows/dataflowEndpoints.tsp
Show resolved
Hide resolved
specification/iotoperations/IoTOperations.Management/models/dataflows/dataflowEndpoints.tsp
Outdated
Show resolved
Hide resolved
specification/iotoperations/IoTOperations.Management/models/dataflows/dataflowEndpoints.tsp
Outdated
Show resolved
Hide resolved
specification/iotoperations/IoTOperations.Management/models/dataflows/dataflowEndpoints.tsp
Outdated
Show resolved
Hide resolved
…nsetting from onelake
|
PR validation pipeline can not start as the pull request is not merged or mergeable - most likely it has merge conflicts. |
jlian
reviewed
Aug 8, 2024
| @doc("Broker endpoint properties") | ||
| model DataflowEndpointMqtt { | ||
| @doc("authentication properties. DEFAULT: kubernetes.audience=aio-mq-internal. NOTE - Enum field only property is allowed") | ||
| authentication?: DataflowEndpointMqttAuthentication = #{ |
Member
There was a problem hiding this comment.
Sorry, I think with this https://msazure.visualstudio.com/One/_workitems/edit/28622511 it means that authentication should always be required. Or, in the case for local storage, not present
| serviceAccountTokenSettings?: DataflowEndpointAuthenticationServiceAccountToken; | ||
|
|
||
| @doc("X.509 certificate authentication.") | ||
| x509Settings?: DataflowEndpointAuthenticationX509; |
Member
There was a problem hiding this comment.
I believe we agreed this should be x509CertificateSettings
https://msazure.visualstudio.com/One/_workitems/edit/28771593
hmmorales
added a commit
that referenced
this pull request
Aug 15, 2024
* init PR * remove placeholder * Revert "remove placeholder" This reverts commit 8a31865. * init 2024-08-15-preview * enforce only latest version gets changed * remove placeholder * Release/0.7.0 preview (#30109) * Some changes * DataFlow -> Dataflow * More updates * Ran Henry's Build Tool * revert old examples * remaining files * Updating secret ref (#30113) * Release/0.7.0 preview (#30114) * Update schema registry ref based on review * More updates... * Schema Registry Regex * Update examples * identity update * Update examples * Update examples * Update examples * feat: Add support for Identity and service accounts in instance (#30127) * add readonly service account fields * sap * generate examples * bring auth into props (#30121) * changes to dataflowendpoint and auth to bring authentication properties to each setting * ran script * endpointType and revert for secretRef * clean up description, make authentication required, remove accesstokensetting from onelake * add auth to each method * scope down each auth method * scope down unions * remove general auth object * organization * ran tool * sasl to sat * ran examples * examples * service account x-ms-identifiers * examples * tsv * Add clientId (#30130) * Add clientId * ... * Rm @disciminator (#30131) * Bring back examples (#30132) * add example file back (#30134) * Make auth required (#30136) * make auth required in mqtt and kafka methods * rename certificatesettings * examples * feat: add flags for aio services (#30135) * commit flags * commit examples * Merge upstream * examples * examples (#30139) * spell check * spellcheck * feat: Add identity support to patch operation (#30145) * support_identity * lint * patch MI * should work * lint * Patch Fix & Update ClientId Doc (#30140) * fix * fix * patch fix and clientid fix * examples * tsv * x509CertificateSettings in BrokerAuth (#30146) * fix: revert brokerauth x509 changes (#30149) * Add examples for Broker (#30152) * Add Broker examples * Fix typo * Better listener example * fix up examples and remove example gen (#30171) * Remove reference to orchestrator * chore: Feedback from 8/9 (#30187) * Audience, SecretRef, TLS * CloudEventAttributeType * x509 * update schema * PR feedback * schema update * key as well * remove MQ disable/enable * bring back broker * generate schema * format * make props read-only * remove mq * schema update * make togles read write * schema update * use mode flags * new line * switch to state * state * Add dataflow examples (#30192) * fix examples (#30195) * fix examples * fix * typo * instance examples * another typo * fix: Remove service accounts from instance (#30198) * remove Service accounts * update instance defintion * sync changes * fix: re-add Instance examples to (#30199) * remove Service accounts * update instance defintion * sync changes * examples * examples * update second example * Instance schema and example update * chore: Fix typos in Aio types (#30205) * fix: Rename secretName to secretRef (#30208) * suppression (#30209) * fix secretName (#30211) * fix: update examples (#30212) * update examples * push other examples * typo (#30213) * fix: Adressed half of the issues (#30216) * Adressed half * gen * model validation pass * model validation (#30218) * 201 (#30219) * fix * Model validation pass 4 (#30220) * update batching * example gen * Model validation pass 5 (#30221) * Revert "Model validation pass 4 (#30220)" This reverts commit d73c5c8. * ... * fix: lower case d (#30236) * fix: Lowercase d in dataflow * uncomment supression * supress path * schema * drill down * stop at identity * run gen --------- Co-authored-by: chgennar <56695749+chgennar@users.noreply.github.com> Co-authored-by: Chinonso Chukwuogor <nonsochukwuogor@gmail.com> Co-authored-by: John Lian <jlian@users.noreply.github.com>
cheukchuen
pushed a commit
that referenced
this pull request
Jan 24, 2025
* init PR * remove placeholder * Revert "remove placeholder" This reverts commit 8a31865. * init 2024-08-15-preview * enforce only latest version gets changed * remove placeholder * Release/0.7.0 preview (#30109) * Some changes * DataFlow -> Dataflow * More updates * Ran Henry's Build Tool * revert old examples * remaining files * Updating secret ref (#30113) * Release/0.7.0 preview (#30114) * Update schema registry ref based on review * More updates... * Schema Registry Regex * Update examples * identity update * Update examples * Update examples * Update examples * feat: Add support for Identity and service accounts in instance (#30127) * add readonly service account fields * sap * generate examples * bring auth into props (#30121) * changes to dataflowendpoint and auth to bring authentication properties to each setting * ran script * endpointType and revert for secretRef * clean up description, make authentication required, remove accesstokensetting from onelake * add auth to each method * scope down each auth method * scope down unions * remove general auth object * organization * ran tool * sasl to sat * ran examples * examples * service account x-ms-identifiers * examples * tsv * Add clientId (#30130) * Add clientId * ... * Rm @disciminator (#30131) * Bring back examples (#30132) * add example file back (#30134) * Make auth required (#30136) * make auth required in mqtt and kafka methods * rename certificatesettings * examples * feat: add flags for aio services (#30135) * commit flags * commit examples * Merge upstream * examples * examples (#30139) * spell check * spellcheck * feat: Add identity support to patch operation (#30145) * support_identity * lint * patch MI * should work * lint * Patch Fix & Update ClientId Doc (#30140) * fix * fix * patch fix and clientid fix * examples * tsv * x509CertificateSettings in BrokerAuth (#30146) * fix: revert brokerauth x509 changes (#30149) * Add examples for Broker (#30152) * Add Broker examples * Fix typo * Better listener example * fix up examples and remove example gen (#30171) * Remove reference to orchestrator * chore: Feedback from 8/9 (#30187) * Audience, SecretRef, TLS * CloudEventAttributeType * x509 * update schema * PR feedback * schema update * key as well * remove MQ disable/enable * bring back broker * generate schema * format * make props read-only * remove mq * schema update * make togles read write * schema update * use mode flags * new line * switch to state * state * Add dataflow examples (#30192) * fix examples (#30195) * fix examples * fix * typo * instance examples * another typo * fix: Remove service accounts from instance (#30198) * remove Service accounts * update instance defintion * sync changes * fix: re-add Instance examples to (#30199) * remove Service accounts * update instance defintion * sync changes * examples * examples * update second example * Instance schema and example update * chore: Fix typos in Aio types (#30205) * fix: Rename secretName to secretRef (#30208) * suppression (#30209) * fix secretName (#30211) * fix: update examples (#30212) * update examples * push other examples * typo (#30213) * fix: Adressed half of the issues (#30216) * Adressed half * gen * model validation pass * model validation (#30218) * 201 (#30219) * fix * Model validation pass 4 (#30220) * update batching * example gen * Model validation pass 5 (#30221) * Revert "Model validation pass 4 (#30220)" This reverts commit d73c5c8. * ... * fix: lower case d (#30236) * fix: Lowercase d in dataflow * uncomment supression * supress path * schema * drill down * stop at identity * run gen --------- Co-authored-by: chgennar <56695749+chgennar@users.noreply.github.com> Co-authored-by: Chinonso Chukwuogor <nonsochukwuogor@gmail.com> Co-authored-by: John Lian <jlian@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ARM (Control Plane) API Specification Update Pull Request
Tip
Overwhelmed by all this guidance? See the
Getting helpsection at the bottom of this PR description.PR review workflow diagram
Please understand this diagram before proceeding. It explains how to get your PR approved & merged.
Purpose of this PR
What's the purpose of this PR? Check the specific option that applies. This is mandatory!
Due diligence checklist
To merge this PR, you must go through the following checklist and confirm you understood
and followed the instructions by checking all the boxes:
ARM resource provider contract and
REST guidelines (estimated time: 4 hours).
I understand this is required before I can proceed to the diagram Step 2, "ARM API changes review", for this PR.
Additional information
Viewing API changes
For convenient view of the API changes made by this PR, refer to the URLs provided in the table
in the
Generated ApiViewcomment added to this PR. You can use ApiView to show API versions diff.Suppressing failures
If one or multiple validation error/warning suppression(s) is detected in your PR, please follow the
suppressions guide to get approval.
Getting help
Purpose of this PRandDue diligence checklist.write accessper aka.ms/azsdk/access#request-access-to-rest-api-or-sdk-repositoriesNext Steps to Mergecomment. It will appear within few minutes of submitting this PR and will continue to be up-to-date with current PR state.and https://aka.ms/ci-fix.
queuedstate, please add a comment with contents/azp run.This should result in a new comment denoting a
PR validation pipelinehas started and the checks should be updated after few minutes.