-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[CDN] Add support for Rules engine feature #11521
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
Closed
Closed
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
542974e
update sdk for rulesEngine
28e1e86
update change log
00971ad
Merge branch 'dev' into rulesEngine
hytao bf5b4c5
update
609a172
Merge branch 'rulesEngine' of https://github.com/hytao/azure-cli into…
a04cf0c
[Compute] vm/vmss update: Add --priority; vm/vmss update: Add --max-p…
qwordy 6306ff3
Add --port to application-gateway probe (#11483)
3aee4f8
[AppService] Add support for deleting by ip-address and subnet to sup…
madsd c176259
Support ReplicasPerMaster property for Redis Cache creation (#11504)
MECHANDR 3db01bd
Resource: Support policy set definition grouping (#11503)
pilor 495a6f6
feat: Add new commands to manage blob service properties for storage …
jsntcy 2361d13
update
683b970
[Network]Fix 10854 associate rule set to request routing rules (#11421)
mmyyrroonn 0d2eccc
[Network] Support .@ parsing in DNS record name (#11514)
56dc066
[BotService] Updates, enhancements and cleanup in az bot (#11318)
stevengum fc0b5a2
Fix #8921: Command `az keyvault key/secret/certificate list/list-dele…
bim-msft 4c19a96
[Compute] Add disk-encryption-set command group (#11411)
qwordy 4ee717b
Plugging in HaTs survey (#11526)
fengzhou-msft fc006c5
Backup support for SQL/SAP HANA (#11066)
9fc6f78
Update adls gen1 module to 0.0.48 (#10934)
akharit 4f499eb
App Service cmd for importing certs from Key Vault (#11429)
madsd 01ac5b0
refactor command
77a99dc
update help
d21fccf
update help
f05de5b
update help
589a7c1
update help
67fae53
update
616a30a
Read scale (#10928)
bradrich-msft 3dc2c44
Fix #8095: Misleading command descriptions (#11547)
bim-msft 2fa5391
Fix property name for Kubernetes version to show in az aks nodepool l…
seanmck 4a2f4b2
[ARM] Cross Tenant Support for group deployment (#11523)
Juliehzl f7bb85d
[Storage] Fix#11043: Support remove whole container/share in az stora…
Juliehzl a6c1ca1
Add Os-Family 6 to enum (#11537)
bgklein f5321e2
[Storage] Add coming breaking change information in help (#11546)
Juliehzl fddf22a
fix: add app insights + log analytics cloud endpoints (#11385)
alexeldeib 6c64d1a
Update show commands to return 3 if resource not found (#11240)
f936020
[ARM] policy set-definition support --metadata (#11530)
zhoxing-ms 465c0e9
revert survey link in login (#11557)
fengzhou-msft 58cd6d2
Fix #10512 (#11463)
bim-msft addbaf4
Change flag workspace-resource-id to workspace-resource (#11241)
troy0820 ea5fbcc
Service Fabric Fix add node type logic (#11171)
a-santamaria 78e201f
[AppConfig]Fix pagination and globalization bugs. (#11522)
shenmuxiaosen 8b33dc9
Upgrade azure-cli-core to 2.0.78
168b862
Upgrade azure-cli to 2.0.78
adaacda
Fix History.rst break by Backup and Redis
09be0ef
Fix typo of **Redis**
e5824c7
update sdk for rulesEngine
76a9e7a
update change log
babc60a
update
9b09250
update
ecfdb2f
refactor command
469f0dc
update help
9a9ed91
update help
097e332
update help
14001b6
update help
7de3939
update
c3599f3
update
7fea2a5
update history
4d0ab2f
update parameter
5fb36d0
update help
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,4 +11,4 @@ | |
| pkg_resources.declare_namespace(__name__) | ||
|
|
||
| __author__ = "Microsoft Corporation <[email protected]>" | ||
| __version__ = "2.0.77" | ||
| __version__ = "2.0.78" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.