Skip to content

Commit

Permalink
Rename system to AutoAssigned (#18061)
Browse files Browse the repository at this point in the history
* Rename system to AutoAssigned

* Add example to list operations

* Update API version in NRT examples
  • Loading branch information
anat-gilenson authored Mar 3, 2022
1 parent c206825 commit 0f333fc
Show file tree
Hide file tree
Showing 5 changed files with 572 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"description": "The type of the label",
"enum": [
"User",
"System"
"AutoAssigned"
],
"type": "string",
"readOnly": true,
Expand All @@ -104,7 +104,7 @@
},
{
"description": "Label automatically created by the system",
"value": "System"
"value": "AutoAssigned"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters": {
"api-version": "2019-01-01-preview",
"api-version": "2022-01-01-preview",
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0",
"resourceGroupName": "myRg",
"workspaceName": "myWorkspace",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parameters": {
"api-version": "2019-01-01-preview",
"api-version": "2022-01-01-preview",
"subscriptionId": "d0cfe6b2-9ac0-4464-9919-dccaee2e48c0",
"resourceGroupName": "myRg",
"workspaceName": "myWorkspace",
Expand Down
Loading

0 comments on commit 0f333fc

Please sign in to comment.