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

2024-06-21 - BryanSoltis - Resource Types config updates #104

Merged
merged 7 commits into from
Jun 21, 2024
Merged

Commits on Feb 28, 2024

  1. Update Devices/IotHubs/certificates

    Existing Regex gives error in case you want to generate a name: Invalid pattern '^[a-zA-Z0-9_-\.]{1,64}$' at offset 15. [x-y] range in reverse order.
    ciprianglg authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    396bfcf View commit details
    Browse the repository at this point in the history
  2. Fix regx for Logic/integrationAccounts-certificates/maps resource types

    Fixing regx which generated Invalid pattern '^[a-zA-Z0-9_-\.()]{1,80}$' at offset 15. [x-y] range in reverse order.
    ciprianglg authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    26bd7e5 View commit details
    Browse the repository at this point in the history
  3. Update DevTestLab/labs/virtualmachines resource type

    Regx for max and min were switched between linux and windows
    ciprianglg authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    55bb142 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    1cba658 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #86 from ciprianglg/bug/resourceType-Devices/IotHu…

    …bs/certificates
    
    Bug/resource type devices/iot hubs/certificates
    jamasten authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c9caaae View commit details
    Browse the repository at this point in the history
  3. Merge pull request #87 from ciprianglg/bug/resourceType-Logic/integra…

    …tionAccounts-certificates/maps
    
    Bug/resource type logic/integration accounts certificates/maps
    jamasten authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    391fcef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #88 from ciprianglg/bug/updateRegx-DevTestLab/labs…

    …/virtualmachines
    
    Bug/update DevTestLab/labs/virtualmachines resource type
    jamasten authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    ed82e1a View commit details
    Browse the repository at this point in the history