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

fix: Updated description for AIServices deployment #3096

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
8 changes: 1 addition & 7 deletions avm/res/cognitive-services/account/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,7 @@ module account 'br/public:avm/res/cognitive-services/account:<version>' = {

### Example 2: _Using `AIServices` with `deployments` in parameter set_

This instance deploys the module with the AI model deployment feature.'

Note, this test is temporarily disabled as it needs to be enabled on the subscription.
As we don't want other contributions from being blocked by this, we disabled the test for now / rely on a manual execution outside the CI environemnt
You can find more information here: https://learn.microsoft.com/en-us/legal/cognitive-services/openai/limited-access
And register here: https://aka.ms/oai/access

This instance deploys the module with the AI model deployment feature.


<details>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
targetScope = 'subscription'

metadata name = 'Using `AIServices` with `deployments` in parameter set'
metadata description = '''
This instance deploys the module with the AI model deployment feature.'

Note, this test is temporarily disabled as it needs to be enabled on the subscription.
As we don't want other contributions from being blocked by this, we disabled the test for now / rely on a manual execution outside the CI environemnt
You can find more information here: https://learn.microsoft.com/en-us/legal/cognitive-services/openai/limited-access
And register here: https://aka.ms/oai/access
'''
metadata description = 'This instance deploys the module with the AI model deployment feature.'

// ========== //
// Parameters //
Expand Down
Loading