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

Adds Microsoft Azure provider #524

Merged
merged 2 commits into from
Nov 4, 2022
Merged

Conversation

agoncal
Copy link
Contributor

@agoncal agoncal commented Nov 4, 2022

@codecov-commenter
Copy link

codecov-commenter commented Nov 4, 2022

Codecov Report

Merging #524 (5a835dc) into main (c979313) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main     #524      +/-   ##
============================================
+ Coverage     92.49%   92.53%   +0.03%     
- Complexity     2295     2328      +33     
============================================
  Files           244      245       +1     
  Lines          4797     4836      +39     
  Branches        507      507              
============================================
+ Hits           4437     4475      +38     
- Misses          235      239       +4     
+ Partials        125      122       -3     
Impacted Files Coverage Δ
.../main/java/net/datafaker/service/files/EnFile.java 93.33% <ø> (ø)
.../main/java/net/datafaker/providers/base/Azure.java 100.00% <100.00%> (ø)
...va/net/datafaker/providers/base/BaseProviders.java 100.00% <100.00%> (ø)
.../main/java/net/datafaker/service/FakerContext.java 84.61% <0.00%> (-2.57%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@bodiam
Copy link
Contributor

bodiam commented Nov 4, 2022

Hi @agoncal , great to see you here! Thanks for your contribution!

@bodiam bodiam merged commit 2ebb548 into datafaker-net:main Nov 4, 2022

/**
* Generates data for Azure services. This is based on the Azure best practices of naming conventions:
* <a href="https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-naming">...</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

Small mistake here, I think you used IntelliJ to autofix the urls? (I had a similar issue.)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, Intellij :o) Thanks for fixing it

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.

3 participants