Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/edge-ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: microsoft/edge-ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev-assets
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 28 files changed
  • 2 contributors

Commits on Dec 4, 2025

  1. feat(bicep): implement Kubernetes asset deployment with namespaced de…

    …vices and assets
    
    - add main Bicep file for deploying Kubernetes assets
    - create module for K8 Bridge role assignment
    - define types for devices, assets, and endpoint profiles
    - add multi-asset deployment script with CSV parsing
    - include sample CSV for asset deployment
    
    Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com>
    bindsi committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    f5c34c3 View commit details
    Browse the repository at this point in the history
  2. docs(tools): update README for multi-asset deployment tool parameters…

    … formatting
    
    🔧 - Generated by Copilot
    
    Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com>
    bindsi committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    06cdc3f View commit details
    Browse the repository at this point in the history
  3. feat(blueprints): add edgeAssets module for managing Kubernetes assets

    - introduce edgeAssets module for deploying Kubernetes asset definitions
    - update README files to include edgeAssets details across blueprints
    - remove opcUaSimulator related parameters and module
    
    Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com>
    bindsi committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    1221226 View commit details
    Browse the repository at this point in the history
  4. fix(bicep): conditional execution of cert-manager extension, name and…

    … identity
    
    refactor(bicep): update aksName output to be optional across multiple blueprints
    
    Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com>
    bindsi committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    4ae4078 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. feat(iot-ops): add Akri connectors parameters and module for deployment

    Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com>
    bindsi committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    6de47f4 View commit details
    Browse the repository at this point in the history
  2. feat(iot-ops): add Akri connectors parameters for deployment

    - introduce parameters for Akri REST, Media, ONVIF, and SSE connectors
    - allow custom Akri connector templates with user-defined settings
    - update output references for Cert-Manager Extension
    
    Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com>
    bindsi committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    b4e835a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d54edb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c1017 View commit details
    Browse the repository at this point in the history
  5. feat(blueprints): add device and asset configuration parameters to Bi…

    …cep templates
    
    - introduce parameters for namespaced devices, legacy assets, and asset endpoint profiles
    - update edgeAssets module to utilize new parameters
    - enhance configuration flexibility for Azure IoT Operations deployments
    
    Signed-off-by: Marcel Bindseil <marcelbindseil@gmail.com>
    bindsi committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    4dc1603 View commit details
    Browse the repository at this point in the history
Loading