Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6cfdacd
Initial extension creation
mirdaki-ms Dec 26, 2019
043ea9a
Add ability to add Aladdin examples to the default help ones
mirdaki-ms Dec 27, 2019
fae34bf
Removed unused boilerplate for Aladdin extension
mirdaki-ms Dec 30, 2019
467d8f3
Add test and clean up Aladdin extension code
mirdaki-ms Dec 31, 2019
1afbd22
Rename extension from Aladdin to "ai-examples"
mirdaki-ms Jan 4, 2020
3cc1cf4
Add a min version of 2.0.80, which should have the hook
mirdaki-ms Jan 8, 2020
5f98770
Update the de-duplication to clean text first
mirdaki-ms Jan 13, 2020
7848e78
Change the default operation to replace the existing examples
mirdaki-ms Jan 13, 2020
d8add28
Update summary to be more compliant with guidelines
mirdaki-ms Jan 13, 2020
424d83e
Add ai-examples to index.json as part of publishing
mirdaki-ms Jan 13, 2020
46b7e6c
Update README, remove cli-core dependency, change version for now
mirdaki-ms Jan 15, 2020
8f23d83
Merge branch 'master' into ai-examples
Jan 19, 2020
277163f
Update Python and max version number to be accurate
mirdaki-ms Jan 22, 2020
c321740
Merge branch 'ai-examples' of https://github.com/mirdaki/azure-cli-ex…
mirdaki-ms Jan 22, 2020
8a08d57
Merge branch 'master' into ai-examples
Feb 5, 2020
253ba25
Update to accurate minimum CLI version
mirdaki-ms Feb 10, 2020
ede70af
Merge branch 'ai-examples' of https://github.com/mirdaki/azure-cli-ex…
mirdaki-ms Feb 10, 2020
ead3587
Merge branch 'master' into ai-examples
mirdaki Feb 10, 2020
53205d5
Update index with new hash and other metadata
mirdaki-ms Feb 11, 2020
f8f3a61
Merge branch 'ai-examples' of https://github.com/mirdaki/azure-cli-ex…
mirdaki-ms Feb 11, 2020
d9c3666
Switch to CLI download
mirdaki-ms Feb 24, 2020
0836330
Merge branch 'master' into ai-examples
Feb 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a min version of 2.0.80, which should have the hook
  • Loading branch information
mirdaki-ms committed Jan 8, 2020
commit 3cc1cf4badb05b969cb78686271b3e7f57e43dc0
2 changes: 1 addition & 1 deletion src/ai-examples/azext_ai_examples/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.67",
"azext.minCliCoreVersion": "2.0.80",
"azext.maxCliCoreVersion": "2.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this constraint if you are not sure about the max version requirement?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good suggestion!

}