* enable additional inputs for mysql offline migration
* support all mysql migration types
* refactor custom properties assignment
* fix scenario type validation
* adding unit test
* resolve pylint issues
* add file header
* workload container registeration fix, sdk upgrade to 0.12.0, test fixed and re-ran
* deleted local files
* Linter and pyproj fix
* commented record_only tag for test_afs_commands
Co-authored-by: Akshay Neema <akneema@microsoft.com>
[Service Fabric] Add new commands to manage appliaction and services.
- sf application-type
- list
- delete
- show
- create
- sf application-type version
- list
- delete
- show
- create
- sf application
- list
- delete
- show
- create
- update
- sf service
- list
- delete
- show
- create
* Test runs with random config_store_names to
avoid indeterministic behavior with repeated runs.
* Updated recordings, does not make a difference here.
* Initial changes
* Main implementation, along with the help and passing test.
* Removed the empty line change in _utils.py to exclude it from the PR.
* Linter fixes
* HISTORY.rst
* Some reviewer comments addressed.
* Forgot to run the linter after the reviewer comments
* Simplified label and removed retry logic, which can be handled at the data plane.
Since we do a set operation, we don't expect a precondition failure.
* Lint
* Changed the preview to JSON
* added content type to __str__(self)
* Changed a comment
* Removed the no-deletes parameter.
* Empty commit to rerun checks
* created new method error_print to print to sys.stderr
* Imported print_function from __future__ for Python2 compatability.
* Add azure-cli-manageservices
* fix ci failures
* fix spacing
* Add group help
* remove unused variables
* save
* support include-definition
* fix variable names
* style and linter
* make tests work
* cmds in test should be in oneline
* Address PR feedback
* Add ResourceType.MGMT_MANAGEDSERVICES
* Migrating Managed Services command module to azure-cli package
* Fixing up doc_source_map.json
* use three state flag
* addressed pr feedback
* reset commandlinearguments
* remove trailing whitespace
* Addressing PR feedback:
Remove kwargs
Cleanup
* Wrap up feedback
fix help, fix up params
* Fixed azdev style and linter issues
* Fixed tests
* Address PR feedback
cleaned up commands
removed the api version param
* Add TODO in custom.py
* Fixed indent and interpreters
* Add 'storage account management-policy' commmand for management policy
* Update HISTORY and version
* Fix test failure
* Fix HISTORY and versions
* Fix test failures
* Fix test
* Fix test
* Fix cloud set name case sensitive (#4663)
* Fix cloud set name case sensitive (#4663)
* Update the code review feedback
* Add new line for style check
* Add new line for style check cloud modul
* botservice: fix AppInsights mapping bug
* botservice: add logger to KuduClient, reduce Kudu network calls, delete wwwroot folder before new bot is published
* botservice: strip extra whitespace, fixMicrosoft/botbuilder-tools#820
* botservice: use appInsightsLocation arg, fixMicrosoft/botbuilder-tools#853
* botservice: add .bot file decryption to az bot show
* botservice: update HISTORY.rst
* botservice: adjust bot show logic, rerecord and add tests
* botservice: update help, azure-cli.pyproj
* botservice: use str.format instead of string interpolation for 2.7 compat
* botservice: fix StaticCheck errors
* botservice: fix and rerecord az bot show tests
* Update AMS module. Add GA SDK commands.
GA release of Azure Media Services CLI module.
New commands
Account
az ams account check-name
Account Filter
az ams account-filter create
az ams account-filter delete
az ams account-filter list
az ams account-filter show
az ams account-filter update
Asset Filter
az ams asset-filter create
az ams asset-filter delete
az ams asset-filter list
az ams asset-filter show
az ams asset-filter update
Job
az ams job update
Asset
az ams asset get-encryption-key
az ams asset get-streaming-locators
Content Key Policy
az ams content-key-policy create
az ams content-key-policy delete
az ams content-key-policy list
az ams content-key-policy show
az ams content-key-policy update
az ams content-key-policy option add
az ams content-key-policy option remove
az ams content-key-policy option update
Live Event
az ams live-event create
az ams live-event delete
az ams live-event list
az ams live-event show
az ams live-event update
az ams live-event start
az ams live-event stop
az ams live-event reset
Live Output
az ams live-output create
az ams live-output delete
az ams live-output list
az ams live-output show
Streaming Endpoint
az ams streaming-endpoint create
az ams streaming-endpoint delete
az ams streaming-endpoint list
az ams streaming-endpoint scale
az ams streaming-endpoint show
az ams streaming-endpoint start
az ams streaming-endpoint stop
az ams streaming-endpoint update
az ams streaming-endpoint akamai add
az ams streaming-endpoint akamai remove
Streaming Locator
az ams streaming-locator get-content-keys
Media Reserved Units
az ams account mru set
az ams account mru show
New features and breaking changes
Streaming Locator commands
az ams streaming locator base command replaced with az ams streaming-locator
--streaming-locator-id and --alternative-media-id support arguments added
--content-keys argument argument updated
--content-policy-name renamed to --content-key-policy-name
Streaming Policy commands
az ams streaming policy base command replaced with az ams streaming-policy
Encryption parameters support in az ams streaming-policy create added
Transform commands
--preset-names argument replaced with --preset. Now you can only set 1 output/preset at a time (to add more you have to run az ams transform output add). Also, you can set custom StandardEncoderPreset by passing the path to your custom JSON
az ams transform output remove can be performed by passing the output index to remove
--relative-priority, --on-error, --audio-language and --insights-to-extract arguments added in az ams transform create and az ams transform output add commands
Job commands
--correlation-data and --label arguments added
--output-asset-names renamed to --output-assets. Now it accepts a space-separated list of assets in 'assetName=label' format. An asset without label can be sent like this: 'assetName='
Asset commands
--storage-account and --container arguments added
Default values for expiry time (Now+23h) and permissions (Read) in az ams asset get-sas-url command added
* Fixed headers - Updated version on HISTORY.rst
* Fix CI errors
* Fix CI errors
* CI troubleshooting - Possible workaround for missing file
* Fix api_error_py3 errors
* Add asset get-streaming-locators test
* Implemented AllowAll on LiveEvent with examples
* Fix expiration_date parsing for python 2.7
* Fixed LiveOutput tests
* Fixed LiveOutput tests
* Add message to sp create command
* Modified test data file getter
* Run all tests in live mode
* Add media v2 resource multi cloud support
* Update client access files uploading
* Added reference to documentation in some parameters help
* Updated cross_domain_policy and client_access_policy args descriptions
* Update ams module version & release history