-
Notifications
You must be signed in to change notification settings - Fork 203
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
Feature/application security group #4342
Conversation
@microsoft-github-policy-service agree company="Adobe" |
6354a6a
to
92e6d8d
Compare
You didn't need to run those tasks - we have them scheduled to run as required. No problem though. 😄 |
// nsg := &network.NetworkSecurityGroup{ | ||
// ObjectMeta: tc.MakeObjectMetaWithName(tc.Namer.GenerateName("asg")), | ||
// Spec: network.NetworkSecurityGroup_Spec{ | ||
// Location: tc.AzureRegion, | ||
// Owner: testcommon.AsOwner(rg), | ||
// }, | ||
// } |
There was a problem hiding this comment.
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.
/ok-to-test sha=635dd30 |
635dd30
to
ada6772
Compare
/ok-to-run sha=ada6772 |
/ok-to-test sha=ada6772 |
Thanks @nishant221 |
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: