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

Add support for AML Registries #4339

Merged
merged 9 commits into from
Oct 17, 2024
Merged

Add support for AML Registries #4339

merged 9 commits into from
Oct 17, 2024

Conversation

super-harsh
Copy link
Collaborator

Closes #4041

What this PR does / why we need it:
This PR adds AML/Registry resource, samples, tests and recordings

If applicable:

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

@super-harsh super-harsh changed the title Feature/aml registry Add support for AML Registries Oct 14, 2024
@super-harsh super-harsh self-assigned this Oct 14, 2024
@super-harsh super-harsh added this to the v2.10.0 milestone Oct 14, 2024
v2/azure-arm.yaml Show resolved Hide resolved
├── Spec: Object (15 properties)
│ ├── AzureName: Validated<string> (1 rule)
│ │ └── Rule 0: Pattern: "^[a-zA-Z0-9][a-zA-Z0-9\\-_]{2,32}$"
│ ├── DiscoveryUrl: *string
Copy link
Member

Choose a reason for hiding this comment

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

Is this another field that should be read-only but isn't?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It can either set by the user or auto-generated if not

@matthchr matthchr added this pull request to the merge queue Oct 17, 2024
Merged via the queue into main with commit 0f2a8c6 Oct 17, 2024
8 checks passed
@matthchr matthchr deleted the feature/aml-registry branch October 17, 2024 03:47
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: add support for AML registry
3 participants