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: New preview API version with support for IPFiltering in Domains & Topics. #8100

Merged
merged 5 commits into from
Jan 9, 2020
Merged

Conversation

grandhiramesh
Copy link
Contributor

@grandhiramesh grandhiramesh commented Jan 9, 2020

EventGrid: New preview API version with support for IPFiltering in Domains & Topics.

oTopicProperties: Following new properties are introduced:
allowTrafficFromAllIPs
inboundIpRules
oDomainProperties: Following new properties are introduced:
allowTrafficFromAllIPs
inboundIpRules
oMinor change in the description fields:
oInboundIpRule: Following new model with the following properties are introduced:
IpMask
Action

Latest improvements:

MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.

Contribution checklist:

  • I have reviewed the documentation for the workflow.
  • Validation tools were run on swagger spec(s) and have all been fixed in this PR.
  • The OpenAPI Hub was used for checking validation status and next steps.

ARM API Review Checklist

  • Service team MUST add the "WaitForARMFeedback" label if the management plane API changes fall into one of the below categories.
  • adding/removing APIs.
  • adding/removing properties.
  • adding/removing API-version.
  • adding a new service in Azure.

Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.

  • If you are blocked on ARM review and want to get the PR merged urgently, please get the ARM oncall for reviews (RP Manifest Approvers team under Azure Resource Manager service) from IcM and reach out to them.
    Please follow the link to find more details on API review process.

…rt in Domains & Topics.

EventGrid: New preview API version with support for IPFiltering support in Domains & Topics.

oTopicProperties: Following new properties are introduced:
allowTrafficFromAllIPs
inboundIpRules
o	DomainProperties: Following new properties are introduced:
	allowTrafficFromAllIPs
	inboundIpRules
o	Minor change in the description fields:
o	InboundIpRule: Following new model with the following properties are introduced:
	IpMask
	Action
Update Examples for Domain/Topics
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jan 9, 2020

azure-sdk-for-java - Release

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jan 9, 2020

azure-sdk-for-js - Release

️✔️ succeeded [Logs] [Expand Details]
  • ️✔️ Generate from 4bc9f1d with merge commit 9c19e84. SDK Automation 13.0.17.20191226.1
  • ️✔️@azure/arm-eventgrid [Logs]  [Release SDK Changes]
    [npmPack] npm WARN deprecated rollup-plugin-node-resolve@5.2.0: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve.
    [npmPack] loaded rollup.config.js with warnings
    [npmPack] (!) Unused external imports
    [npmPack] default imported from external module 'rollup' but never used
    [npmPack] 
    [npmPack] ./esm/eventGridManagementClient.js → ./dist/arm-eventgrid.js...
    [npmPack] created ./dist/arm-eventgrid.js in 420ms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jan 9, 2020

azure-sdk-for-net - Release

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jan 9, 2020

azure-sdk-for-python - Release

️✔️ succeeded [Logs] [Expand Details]

@openapi-sdkautomation
Copy link

openapi-sdkautomation bot commented Jan 9, 2020

azure-sdk-for-go - Release

️✔️ succeeded [Logs] [Expand Details]

@grandhiramesh grandhiramesh changed the title EventGrid: New preview API version with support for IPFiltering support in Domains & Topics. EventGrid: New preview API version with support for IPFiltering in Domains & Topics. Jan 9, 2020
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Correct the misspelled description
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Fix Prettier issue
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

2 similar comments
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@ryansbenson ryansbenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few questions, everything else looks good.

"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/TopicsListResult
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you removed 'readonly': 'true'.

Was this intentional?

Copy link

@zikalino zikalino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compared with previous 2020-01-01-preview.
minimal changes.
lgtm

@zikalino zikalino merged commit 9c19e84 into Azure:master Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants