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

Feature/application security group #4342

Merged

Conversation

nishant221
Copy link
Contributor

@nishant221 nishant221 commented Oct 15, 2024

Closes #4291

What this PR does / why we need it:
Add new resource Microsoft.Network/ApplicationSecurityGroup

Special notes for your reviewer:

Few additional files are generated inside docs/hugo/content/ when I ran tasks "doc:crd-api" & "doc:render-diagrams"

How does this PR make you feel: Excited :)

If applicable:

  • this PR contains documentation
  • this PR contains tests
  • this PR contains YAML Samples

@nishant221
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Adobe"

@nishant221 nishant221 force-pushed the feature/application_security_group branch from 6354a6a to 92e6d8d Compare October 15, 2024 09:22
@nishant221 nishant221 marked this pull request as draft October 15, 2024 11:02
@nishant221 nishant221 marked this pull request as ready for review October 15, 2024 11:45
@theunrepentantgeek
Copy link
Member

theunrepentantgeek commented Oct 15, 2024

Few additional files are generated inside docs/hugo/content/ when I ran tasks "doc:crd-api" & "doc:render-diagrams"

You didn't need to run those tasks - we have them scheduled to run as required. No problem though. 😄
(You may end up with more conflicts when we go to merge; these won't be hard to resolve, however.)

Comment on lines +25 to +31
// nsg := &network.NetworkSecurityGroup{
// ObjectMeta: tc.MakeObjectMetaWithName(tc.Namer.GenerateName("asg")),
// Spec: network.NetworkSecurityGroup_Spec{
// Location: tc.AzureRegion,
// Owner: testcommon.AsOwner(rg),
// },
// }
Copy link
Member

Choose a reason for hiding this comment

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

If you don't need this nsg, delete this code.

@theunrepentantgeek
Copy link
Member

/ok-to-test sha=635dd30

@nishant221 nishant221 force-pushed the feature/application_security_group branch from 635dd30 to ada6772 Compare October 16, 2024 08:02
@theunrepentantgeek
Copy link
Member

/ok-to-run sha=ada6772

@matthchr
Copy link
Member

/ok-to-test sha=ada6772

@theunrepentantgeek theunrepentantgeek added this pull request to the merge queue Oct 16, 2024
Merged via the queue into Azure:main with commit 20a454d Oct 16, 2024
8 checks passed
@theunrepentantgeek
Copy link
Member

Thanks @nishant221

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Feature: Support for creating Application Security Groups via ASO
4 participants