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 aosm extension #6426

Merged
merged 297 commits into from
Oct 24, 2023
Merged

Add aosm extension #6426

merged 297 commits into from
Oct 24, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 15, 2023

  1. removed deploy with sdk

    Jordan committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1eaa34f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. added artifact list

    Jordan committed May 16, 2023
    Configuration menu
    Copy the full SHA
    21809b2 View commit details
    Browse the repository at this point in the history
  2. push example cnf bicep

    jddarby committed May 16, 2023
    Configuration menu
    Copy the full SHA
    89636e5 View commit details
    Browse the repository at this point in the history
  3. Add temporary build workflow for AOSM extension (#4)

    * Add temporary build workflow for AOSM extension
    
    * Add Releaser to maintain a release with the latest build in a consistent place
    PerfectChaos committed May 16, 2023
    Configuration menu
    Copy the full SHA
    715c925 View commit details
    Browse the repository at this point in the history
  4. added output dir; fixing getchartmappingschema

    Jordan committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0f50403 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'jl/add-cnf-generation' of github.com:jddarby/azure-cli-…

    …extensions into jl/add-cnf-generation
    Jordan committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fbba297 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f92435c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5 from jddarby/chaos/fixpackages

    Add empty init files to inner modules so setuptools recognises them
    PerfectChaos committed May 16, 2023
    Configuration menu
    Copy the full SHA
    0b1266f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    599ac38 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #6 from jddarby/chaos/generalrgmodel

    Use latest RG model to remove unnecessary dependency on version
    PerfectChaos committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5437fac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2efdba6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7 from jddarby/chaos/generaldeploymodel

    Use latest Deployment model to remove unnecessary dependency on version
    PerfectChaos committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c80ced8 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    dfd5790 View commit details
    Browse the repository at this point in the history
  2. jinja2 and find value paths

    jddarby committed May 17, 2023
    Configuration menu
    Copy the full SHA
    4747224 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jl/add-cnf-generation' of github.com:jddarby/azure-cli-…

    …extensions into jl/add-cnf-generation
    jddarby committed May 17, 2023
    Configuration menu
    Copy the full SHA
    58d525d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3188399 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    30921b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3501b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7064890 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'jl/add-cnf-generation' of github.com:jddarby/azure-cli-…

    …extensions into jl/add-cnf-generation
    Jordan committed May 18, 2023
    Configuration menu
    Copy the full SHA
    ae4f8fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2604a71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    961daad View commit details
    Browse the repository at this point in the history
  7. renamed values.nondef + added cli errors

    Jordan committed May 18, 2023
    Configuration menu
    Copy the full SHA
    8274996 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4fbc16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    671fb64 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9 from jddarby/chaos/installinstructions

    Update readme with install/bug reporting instructions
    PerfectChaos committed May 18, 2023
    Configuration menu
    Copy the full SHA
    b3573e8 View commit details
    Browse the repository at this point in the history
  11. fixed parameter vals not updating

    Jordan committed May 18, 2023
    Configuration menu
    Copy the full SHA
    eb3c1a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a29b43 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Merge pull request #8 from jddarby/jl/add-cnf-generation

    Add CNF NFD generation to build command
    jordlay committed May 19, 2023
    Configuration menu
    Copy the full SHA
    13f72f4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Update README.md

    jordlay committed May 22, 2023
    Configuration menu
    Copy the full SHA
    6099b7a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jordlay committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3c52481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c94905 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. small refactor of generate nfd

    Jordan committed May 23, 2023
    Configuration menu
    Copy the full SHA
    aa0b061 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from jddarby/jl/tidy-up

    Jl/tidy up
    jordlay committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c988938 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. fixed j2 template captions; added create_nfd to cnf; edited error mes…

    …sages; added deleting existing folder to custom.py
    Jordan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9d15f95 View commit details
    Browse the repository at this point in the history
  2. fixed file not found erroe

    Jordan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1853cba View commit details
    Browse the repository at this point in the history
  3. Refactor commands to az aosm nfd|nsd build (#10)

    * Refactor commands to az aosm nfd|nsd build
    
    * setup.py version
    
    * Version was wrong
    
    * remove publish option from build
    
    * lint
    
    * wrong params
    sunnycarter committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c6d6680 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c27cc View commit details
    Browse the repository at this point in the history
  5. pre merge commit

    Jordan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    ff1793c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add-aosm-extension' of github.com:jddarby/azure-cli-ext…

    …ensions into jl/post-review-fixes
    Jordan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    651ba78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bde597 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a79ef57 View commit details
    Browse the repository at this point in the history
  9. added configfile validation

    Jordan committed May 24, 2023
    Configuration menu
    Copy the full SHA
    168c265 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. added temp dir to vnf; renamed shared constants

    Jordan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e43cb92 View commit details
    Browse the repository at this point in the history
  2. sunny markups

    sunnycarter committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9694c9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9efa296 View commit details
    Browse the repository at this point in the history
  4. fixed merge conflicts

    Jordan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2d19e34 View commit details
    Browse the repository at this point in the history
  5. added deploymentparams to constants.py

    Jordan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a40cc3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e63f199 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #12 from jddarby/jl/post-review-fixes

    Jl/post review fixes
    jordlay committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c26369a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dee8c4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. edited vnf schema to have accepted types

    Jordan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    bb6302a View commit details
    Browse the repository at this point in the history
  2. added templates to setup.py

    Jordan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d5b03c6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #14 from jddarby/jl/fix-python-wheel

    added templates to setup.py; MERGING FOR TESTING
    jordlay committed May 26, 2023
    Configuration menu
    Copy the full SHA
    f43f313 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from jddarby/jl/first-round-feedback

    Improve CLI based on Feedback
    jordlay committed May 26, 2023
    Configuration menu
    Copy the full SHA
    276d3ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7f1b7a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16 from jddarby/jl/manifest-location-bug

    Fix wrong location creation bug
    jordlay committed May 26, 2023
    Configuration menu
    Copy the full SHA
    938b02e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. added path_to_mappings to input.json; added logic to take mappings fr…

    …om file outside of helm package
    Jordan committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    ab95a7c View commit details
    Browse the repository at this point in the history
  2. renamed non_def_values to mappings_path

    Jordan committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    65ac401 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from jddarby/jl/change-value-mappings

    Move Value Mappings to Outside Helm Package
    jordlay committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    371a1ea View commit details
    Browse the repository at this point in the history
  4. Pk5/add nsd cli (#15)

    * First working version of the CLI NSD create
    
    * Fully working version of the NSD CLI
    
    * minor change to nsd_generate
    
    * Sunny's refactor
    
    * First round of cleanup
    
    * Secound Round of cleanup
    
    * fix the 2023 api NSDV
    
    * description updates
    
    * deleted comment
    
    * Fix SNS creation
    
    * Fix SNS creation try 2
    
    * markups
    
    * delete unnecessary file
    
    * Testing markups
    
    * Fix the SNS attempt 3
    
    * minor fixes
    
    * Fix config validation
    patrykkulik-microsoft committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    dda5957 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. fix CNF depends on

    jddarby committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    cdfde0f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from jddarby/jdd/fix-depends-on

    fix CNF depends on
    jddarby committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    25d05b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ed8ffa View commit details
    Browse the repository at this point in the history
  4. initial commit; ran python static checks fmt (except on vendored sdks…

    …), fixed styling on _configuration.py
    Jordan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5b1e3aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1035f7 View commit details
    Browse the repository at this point in the history
  6. Self review markups

    Jamieparsons committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    77e2e95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c642bb View commit details
    Browse the repository at this point in the history
  8. fixed up configuration.py

    Jordan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b557b7f View commit details
    Browse the repository at this point in the history
  9. fixed cnf generator styling

    Jordan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    a7d7574 View commit details
    Browse the repository at this point in the history
  10. fixed styling for cnf generator

    Jordan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6d0520d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4c1a2ee View commit details
    Browse the repository at this point in the history
  12. fixed styling for artifact.py

    Jordan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    8e8db34 View commit details
    Browse the repository at this point in the history
  13. fixed styling for atrifact manifest .py

    Jordan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    44299e6 View commit details
    Browse the repository at this point in the history
  14. Code review markups

    Jamieparsons committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e38d425 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #20 from jddarby/JDP/bug-735056

    Name uploaded VHD correctly
    jamiedparsons committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6cda523 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fixed more linting

    Jordan committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d0f1276 View commit details
    Browse the repository at this point in the history
  2. fixed merge conflicts

    Jordan committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a6c292c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from jddarby/jl/fix-style

    Jl/fix style
    jordlay committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    649ace6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. first attempt at regex

    Jordan committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    5f7b608 View commit details
    Browse the repository at this point in the history
  2. Sunny/choose deploy parameters (#23)

    * choose-deploy-parameters
    
    * optioned deployParameters for CNF
    
    * lint
    
    * lint2
    
    * docs
    
    * docs
    
    * lint
    
    * 9.82 score
    
    * Fix bugs
    
    * more useful debug logs
    
    * Fix bugs and logging
    
    * lint
    
    * markups
    sunnycarter committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    09be248 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Fix for oras target string with erroneous spaces

    Andy Churchard committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    e680931 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from jddarby/achurchard/fix_oras_target_string

    Fix for oras target string with erroneous spaces
    Cyclam committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a087421 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fixed regex; tested on existing charts and sas charts; committing to …

    …not lose prints for testing
    Jordan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    4c54367 View commit details
    Browse the repository at this point in the history
  2. changed regex constants + tidied

    Jordan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    70c7346 View commit details
    Browse the repository at this point in the history
  3. fixed blankspace

    Jordan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    126c68c View commit details
    Browse the repository at this point in the history
  4. fix merge conflicts

    Jordan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cbf8f67 View commit details
    Browse the repository at this point in the history
  5. markups

    Jordan committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    93fb6af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #28 from jddarby/jl/edit-image-secrets-paths

    Jl/edit image secrets paths
    jordlay committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    b19dcc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. initial commit

    Jordan committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c57e4c5 View commit details
    Browse the repository at this point in the history
  2. tidied code and added comments

    Jordan committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    63b4346 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. add multi nf config

    jddarby committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    a88e757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e67219 View commit details
    Browse the repository at this point in the history
  3. Add style and lint check

    jddarby committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    93840e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    6c9a478 View commit details
    Browse the repository at this point in the history
  2. one line fix from review

    Jordan committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    3adcb80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from jddarby/jl/refactor-deploy-params

    Jl/refactor deploy params
    jordlay committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1c0dbe1 View commit details
    Browse the repository at this point in the history
  4. removing print statement

    Jordan committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    85ae247 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31 from jddarby/jl/refactor-deploy-params

    removing print statement
    jordlay committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0f2fb35 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. added new test file and one unit test

    Jordan committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7719df2 View commit details
    Browse the repository at this point in the history
  2. added workflow for unit tests in pipeline + set up rough structure of…

    … unit testing
    Jordan committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    077531d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/Azure/azure-cli-extensions

    …into add-aosm-extension
    sunnycarter committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9419ef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. instantiated cnf class; added fake invalid helm package; added new fi…

    …les to use for testing
    Jordan committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d7a4abf View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Nsd for cnfs (#33)

    * NSD building for CNFs
    
    * linting
    sunnycarter committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4013895 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Add Publish command to the CNF azure CLI (#24)

    * Working publish
    
    * Fix the artifact upload
    
    * Working image copy
    
    * minor fix
    
    * Minor fixes
    
    * sunny merge add-aosm-extension into patryk's branch (#25)
    
    * Sunny/choose deploy parameters (#23)
    
    * choose-deploy-parameters
    
    * optioned deployParameters for CNF
    
    * lint
    
    * lint2
    
    * docs
    
    * docs
    
    * lint
    
    * 9.82 score
    
    * Fix bugs
    
    * more useful debug logs
    
    * Fix bugs and logging
    
    * lint
    
    * markups
    
    * comment out breaking line
    
    * minor TODOs
    
    * deleted comment
    
    * fix bring your own parameters
    
    * Markups
    
    * Fix the helm upload
    
    * Minor markups
    
    * Change error message
    
    ---------
    
    Co-authored-by: sunnycarter <[email protected]>
    Co-authored-by: Sunny Carter <[email protected]>
    3 people committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    689acf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Expose NFD version and managed identities (#34)

    * NFDV version exposed as a CGV on an SNS
    
    * Managed identities support on NFs
    
    * Fix identiy, fix API versions
    
    * history
    
    ---------
    
    Co-authored-by: Jamie Parsons <[email protected]>
    Co-authored-by: Sunny Carter <[email protected]>
    3 people committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a403856 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    c492fae View commit details
    Browse the repository at this point in the history
  2. Add a first VNF test

    Jamieparsons committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    aad112f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. achurchard/style fixes (#35)

    Fix style issues raised by `azdev style`
    Cyclam committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f06efc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    31672ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b317f View commit details
    Browse the repository at this point in the history
  3. Always run tests

    Jamieparsons committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    53e7729 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51eb04b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d21900 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    716737e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Sundry fixes for CNF quickstart (#38)

    * Sundry fixes for CNF quickstart
    
    * merge add-aosm-ext in (#37)
    
    * markups
    sunnycarter committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0f86392 View commit details
    Browse the repository at this point in the history
  2. NSD UTs

    Jamieparsons committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    ad88098 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f4f269 View commit details
    Browse the repository at this point in the history
  4. Update read me.

    Jamieparsons committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    de248c1 View commit details
    Browse the repository at this point in the history
  5. Improve path handling, other small refactorings (#39)

    # Main changes
    
    ## Make methods relying on self._tmp_dir private
    - `self._tmp_dir` is only available in the context of calling `generate_nfd()`, so methods relying on `self._tmp_dir` should be private
    
    ## Use pathlib.Path rather than os file operations
    - Provides clearer and stronger typing than passing `str`s around
    - Adds some handy utility functions
    
    ## Variable renaming for clarity
    - E.g. consistently use 'directory' / 'dir' (rather than mix with 'folder')
    - Obvs somewhat subjective, but as someone new to most of this code, the changes made sense to me
    
    ## Add nfd_bicep_path as abstract property on NFDGenerator
    - We rely on it when calling the concrete implementations
    - Also use ABC rather than raise NotImplementedError
    
    ## Miscellaneous style updates to keep `azdev style aosm` happy
    - isort
    - black
    Cyclam committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0497ec7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91b7f39 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Black

    Jamieparsons committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ea3fd77 View commit details
    Browse the repository at this point in the history
  2. Mark ups

    Jamieparsons committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e994c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95af0fc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #32 from jddarby/jl/add-unit-testing

    Add unit tests for build and generate config.
    jamiedparsons committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b5b70b9 View commit details
    Browse the repository at this point in the history
  5. Sunny/fix artifact upload windows (#41)

    * Fix Artifact upload on Windows
    
    * mypy fixups
    
    * mypy fixes
    
    * linting
    
    * mypy
    
    * mypy for _configuration.py
    
    * mypy for vnf_nfd_generator.py
    
    * mypy appeasement
    
    * python-static-checks fmt
    
    * az style happy
    
    * lint
    
    * mypy cnf_nfd_generator
    
    * copyright
    
    * more lint
    
    * Remove windows oras workaround now 0.0.18 oras out
    
    * history
    
    ---------
    
    Co-authored-by: Jamie Parsons <[email protected]>
    sunnycarter and Jamieparsons committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    09f6a45 View commit details
    Browse the repository at this point in the history
  6. Fix VNFD build (#42)

    sunnycarter committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    21154ff View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    d02bc45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a299eba View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Tidy up

    Jamieparsons committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ebb5b46 View commit details
    Browse the repository at this point in the history
  2. Mypy and docs

    Jamieparsons committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    1f18b8d View commit details
    Browse the repository at this point in the history
  3. history.rst

    Jamieparsons committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    64e9a44 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update README with logging info (#43)

    * Update README with logging info
    
    * Update docs
    patrykkulik-microsoft committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7460892 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    8a05139 View commit details
    Browse the repository at this point in the history
  2. self markups

    Jamieparsons committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    71ae242 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    44344ff View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fix merge

    Jamieparsons committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    60140e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from jddarby/JDP/multiple_NFs

    Multiple NFs of the same type
    jamiedparsons committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ab98755 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Horrific merge

    Jamieparsons committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3199a57 View commit details
    Browse the repository at this point in the history
  2. Rename a few things

    Jamieparsons committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    607b2d1 View commit details
    Browse the repository at this point in the history
  3. Fix another merge

    Jamieparsons committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5da563b View commit details
    Browse the repository at this point in the history
  4. DRY the deploy_nfd_from_bicep code

    Andy Churchard committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b40b62c View commit details
    Browse the repository at this point in the history
  5. Make conditional statements clearer

    Andy Churchard committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3241761 View commit details
    Browse the repository at this point in the history
  6. black

    Andy Churchard committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5388f19 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Update custom.py to use new nfd deploy method

    Andy Churchard committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    68e11cc View commit details
    Browse the repository at this point in the history
  2. Black with text processing

    Andy Churchard committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b28e5f5 View commit details
    Browse the repository at this point in the history
  3. Create new nfRET class

    Jamieparsons committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    64c645b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d11e82c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Mypy passing

    Jamieparsons committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    dc9deca View commit details
    Browse the repository at this point in the history
  2. UTs passing

    Jamieparsons committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bfdb6dc View commit details
    Browse the repository at this point in the history
  3. Dry the deploy_nfd_from_bicep() code (#48)

    - Removed duplicated code in the deploy_vnfd_from_bicep() and deploy_cnfd_from_bicep() methods
    - Moved variables onto the class instance and stopped passing them around in the method signatures
      - Also made the deployer class a dataclass for cleaner __init__
    - Made parameters a property of the class, and moved the logic for getting/generating them into that property method
    - Improved the typing
      - Included adding enums for SkipSteps and DeployableResourceTypes
    - Added the new skip step logic for image uploads
      - Added a new skip step type of IMAGE_UPLOAD
    
    Testing:
    - No MyPy errors
    - Live tests for VNFS+NSD, CNFs, including all --skip options
    Cyclam committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ed20b35 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Unit tests added

    Jamieparsons committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0a7dc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17147d7 View commit details
    Browse the repository at this point in the history
  3. Self review markups

    Jamieparsons committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    980ebc2 View commit details
    Browse the repository at this point in the history
  4. Remove wrong comments

    sunnycarter committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    55a2320 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Code review markups

    Jamieparsons committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e286c17 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Extra markups

    Jamieparsons committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e9925a1 View commit details
    Browse the repository at this point in the history
  2. Merge in changes

    Jamieparsons committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6c6ec80 View commit details
    Browse the repository at this point in the history
  3. Fix mypy

    Jamieparsons committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    100a844 View commit details
    Browse the repository at this point in the history
  4. Pk5/add integration tests (#51)

    * Somewhat working example
    
    * Cleanups
    
    * Update recording
    
    * fix minor linting error
    patrykkulik-microsoft committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    9483466 View commit details
    Browse the repository at this point in the history
  5. More markups

    Jamieparsons committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6c5bea2 View commit details
    Browse the repository at this point in the history
  6. Update output in tests

    Jamieparsons committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ea6e507 View commit details
    Browse the repository at this point in the history
  7. Pk5/minor integration tests changes (#52)

    * Modify changelog and rename tests
    
    * Delete recording file
    patrykkulik-microsoft committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    c087b45 View commit details
    Browse the repository at this point in the history
  8. Merge in changes

    Jamieparsons committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7a4154d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Update recordings

    Jamieparsons committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    12a2179 View commit details
    Browse the repository at this point in the history
  2. Fix up merge

    Jamieparsons committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d39d584 View commit details
    Browse the repository at this point in the history
  3. Update developer docs

    Jamieparsons committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    687d506 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #47 from jddarby/jdd/multi-nf-support

    multi nf support
    jamiedparsons committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b192027 View commit details
    Browse the repository at this point in the history
  5. Remove credentials

    Jamieparsons committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5646f52 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #53 from jddarby/JDP/remove_creds

    remove creds
    jamiedparsons committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    aaf2e39 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Fix linting

    Jamieparsons committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    430f57c View commit details
    Browse the repository at this point in the history
  2. cheeky extra change

    sunnycarter committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8827e75 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #55 from jddarby/JDP/fix_linting

    Fix linting
    jamiedparsons committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1ebce61 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Remove credentials from the integration test recordings (#54)

    * Modify changelog and rename tests
    
    * Delete recording file
    
    * Fix the credentials issue in the integration tests
    
    * Update CHANGELOG
    
    * Markups
    
    * Fix typo
    
    * Minor markups
    
    * Make cleaning up resources more robust and remove the VHD external reference
    
    * Markups
    patrykkulik-microsoft committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    28096d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    cf6b144 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    2d89e7a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    6276a13 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Fixes for Windows (#58)

    * Fix bicep render on Windows
    
    * Fixes for Windows
    
    * python-static-checks ran
    sunnycarter committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    d1c7b8b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. ADO-880627: Use docker-less ACR login

    For running in environments without docker, such as CI pipelines.
    This affects uploading Helm charts for CNFs - the ACR login now fetches
    an access token, which is used to login to the Helm registry and upload
    the chart.
    wbradley94 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    63ebf43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9250046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfe1cfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a9407d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Release markups - release branch (#65)

    * Markups from release comments
    
    * history
    
    * markups and fixes
    
    * README changes
    
    * linting fixes
    sunnycarter committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b5372aa View commit details
    Browse the repository at this point in the history
  2. Fix integration tests (#67)

    * Fix integration tests
    
    * Update src/aosm/development.md
    
    Co-authored-by: Cyclam <[email protected]>
    
    * Update src/aosm/azext_aosm/tests/latest/test_aosm_cnf_publish_and_delete.py
    
    Co-authored-by: Cyclam <[email protected]>
    
    * Update src/aosm/azext_aosm/tests/latest/test_aosm_cnf_publish_and_delete.py
    
    Co-authored-by: Cyclam <[email protected]>
    
    * Markup changes
    
    ---------
    
    Co-authored-by: Cyclam <[email protected]>
    Co-authored-by: Sunny Carter <[email protected]>
    3 people committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    485a119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df1ca06 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. move artifact upload to before nfd/nsd deploy (#62)

    * move artifact upload to before nfd/nsd deploy
    
    * markups
    
    * check in new test recording
    sunnycarter committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    a28cbc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    dbc2aca View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Check for Azure features on deploy and delete (#71)

    * WIP: Check for features on deploy and delete
    
    * linting
    
    * Anand has confirmed names of flags
    
    * Update test recording as now has calls to Features API
    
    * Update src/aosm/azext_aosm/custom.py
    
    Co-authored-by: jamiedparsons <[email protected]>
    
    * docstring markups
    
    ---------
    
    Co-authored-by: jamiedparsons <[email protected]>
    sunnycarter and jamiedparsons committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    28e3262 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. code working

    sunnycarter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    535aa95 View commit details
    Browse the repository at this point in the history
  2. Fix generate-config

    sunnycarter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c98ea0d View commit details
    Browse the repository at this point in the history
  3. Fix tests

    sunnycarter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    362dad8 View commit details
    Browse the repository at this point in the history
  4. lint

    sunnycarter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2f0df1e View commit details
    Browse the repository at this point in the history
  5. linting

    sunnycarter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    703ec23 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Jl/nfdv proxy (#73)

    * added publisher scope to input file; changed to proxy nsdv
    
    * fixed get request on proxy nfdv (should be overwritten when autogenerated again)
    
    * small print bug fix
    
    ---------
    
    Co-authored-by: Jordan <[email protected]>
    jordlay and Jordan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    445c220 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Code review mark ups

    Jamieparsons committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bfaf93b View commit details
    Browse the repository at this point in the history
  2. Merge in main

    Jamieparsons committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    86c3e1e View commit details
    Browse the repository at this point in the history
  3. Linting and fix UTs

    Jamieparsons committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e5a6e44 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72 from jddarby/sunny/credentials-for-cnf-image-u…

    …pload
    
    Optional use of listcredentials for uploading CNF images to Artifact Store
    jamiedparsons committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1e5fd22 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. aosm codeowner

    sunnycarter committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    479ba54 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Update HISTORY.rst

    jordlay committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0e5b739 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    d5e51ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5b384 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9a8997 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Temporary test revert of "aosm codeowner"

    This reverts commit 479ba54.
    PerfectChaos committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0e4d0e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e58e1 View commit details
    Browse the repository at this point in the history
  3. Revert "Temporary test revert of "aosm codeowner""

    This reverts commit 0e4d0e7.
    PerfectChaos committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    98b412f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d63c7c View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Fix source_local_docker_image defaults to placeholder text (#79)

    * temp fix for bug
    
    * minor formatting
    
    * refactor + change validation ordering to mimic previous behaviour
    
    * add docstring
    
    ---------
    
    Co-authored-by: Jordan <[email protected]>
    jordlay and Jordan committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    246ff48 View commit details
    Browse the repository at this point in the history
  2. renamed nsdg to nsd

    Jordan committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    96c3187 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge pull request #81 from jddarby/jl/nsdg_name_change

    Renamed nsdg to nsd
    jddarby committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ea7a7b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c172f41 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Fixed up validation

    Jamieparsons committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3ef7042 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Return True if _all_ required artifact manifests exist, not just the …

    …last one checked.
    Andy Churchard authored and Cyclam committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ceeeb2d View commit details
    Browse the repository at this point in the history
  2. Code markups + linting.

    Jamieparsons committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c699258 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #85 from jddarby/JDP/fix_helptext_and_validation

    Fix up helptext and validation to be a bit saner
    jamiedparsons committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    84eff1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4f07e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5fe6af View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. revert bad markup (#94)

    sunnycarter committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4ebc39d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Move live tests to swedensouth

    Andy Churchard authored and Cyclam committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    634447c View commit details
    Browse the repository at this point in the history
  2. Actually move to uaenorth

    Andy Churchard authored and Cyclam committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9bf49a2 View commit details
    Browse the repository at this point in the history
  3. Don't log out ACR passwords when artifact commands fail (#97)

    * Don't log out passwords when artifact commands fail
    
    * Don't log out passwords when artifact commands fail part 2
    
    * Comment to explain dropping the original exception
    PerfectChaos committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    b96e7d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Fix cnf image take 2 (#101)

    * Fix CNF image copy to work cross subscription
    
    * Cross subscription works for image copy. Still test same subscription
    
    * lint
    
    * Error message
    
    * oops, code paste error
    
    * markups
    
    * appease mypy
    sunnycarter committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8795b87 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Default RG and ACR Values with Publisher Name (#103)

    * added default rg and acr values for nf + nsd; added blob_url default for vnf
    
    * added bug fix to close Paulo's bug
    
    * change error message back
    
    ---------
    
    Co-authored-by: Jordan <[email protected]>
    jordlay and Jordan committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4ee9ab9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    5f0e04f View commit details
    Browse the repository at this point in the history
  2. Add spacing

    Jamieparsons committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    68132c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9dc90a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #106 from jddarby/JDP/unauthorized_error_bug

    Fix unauthorized error bug
    jamiedparsons committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2e426fb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Validation requirements on helm names (#109)

    * Validation requirements on helm names
    
    * lint
    
    * markups
    
    * lint
    sunnycarter committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    2779e8e View commit details
    Browse the repository at this point in the history
  2. Fix error parsing

    Jamieparsons committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    68f6458 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #111 from jddarby/JDP/fix_error_parsing

    Fix error parsing
    jamiedparsons committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    bf13498 View commit details
    Browse the repository at this point in the history
  4. Lower case acr names (#112)

    * Lower case ACR names and fix interactive mode for lists
    
    * lint
    
    * remove duplicate else branch
    sunnycarter committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    848ee2e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    c756deb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    759727e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c42157b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c745388 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    ba4c4c3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from jddarby/JDP/cli_team_markups

    Markups from the CLI team
    jamiedparsons committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    07273b8 View commit details
    Browse the repository at this point in the history
  3. mark-ups

    jddarby committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f4b278e View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    744d415 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. add explanitory comments

    jddarby committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    907e27e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from jddarby/jdarby/image-value-mappings-fixes

    Image value mappings fixes
    jddarby committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    69e03d1 View commit details
    Browse the repository at this point in the history
  3. Updates for 2023-09-01 API (#84)

    * Regen Python SDK from 2023-09-01 API 
      - also uses latest AutoRest client
      - fix for HybridNetworkManagementClient init signature (swap order of subscription_id and credential parameters)
    
    * Update CLI extension code to use new SDK
    
    * added SAMI to publisher pre deploy
    
    * Update bicep templates to use 2023-09-01
    
    * Update NF templates
    
    * Update metaschema
    
    * Add Allow-Publisher to required feature flags
    
    * Use secure objects for deployment parameters
    Cyclam committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    24c9849 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17f2e6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d35266 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge pull request #118 from jddarby/chaos/schemarrays

    Correctly get array item types in CNF deployment parameter schemas
    PerfectChaos committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bd1274f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Revert master .flake8 config

    Andy Churchard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    171a873 View commit details
    Browse the repository at this point in the history
  2. Fix double space in user output.

    Co-authored-by: Xing Zhou <[email protected]>
    Cyclam and zhoxing-ms committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    288c8f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    793adcd View commit details
    Browse the repository at this point in the history
  4. Move "Deleted <resource>" messages to logger.info().

    Andy Churchard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    84c22ed View commit details
    Browse the repository at this point in the history
  5. Remove Blob_SAS_URL Option from ArmTemplate in input file (#119)

    * moved blob url to vhd config only; untested
    
    * stopped error in post innit before validate
    
    * changed ordering of inputs so that blob and filepath are next to each other; helptext for filepath different for each option
    
    * Markups from sunny
    
    * appease mypy
    
    ---------
    
    Co-authored-by: Jordan <[email protected]>
    Co-authored-by: Sunny Carter <[email protected]>
    3 people committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cf4bc47 View commit details
    Browse the repository at this point in the history