Skip to content

Commit ab1be54

Browse files
committed
Updates API version in new specs and examples
1 parent 3008928 commit ab1be54

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_CheckNameAvailability.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4-
"api-version": "2018-09-01",
4+
"api-version": "2021-06-01",
55
"operationInputs": {
66
"name": "myiotcentralapp",
77
"type": "IoTApps"

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_CheckSubdomainAvailability.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4-
"api-version": "2018-09-01",
4+
"api-version": "2021-06-01",
55
"operationInputs": {
66
"name": "myiotcentralapp",
77
"type": "IoTApps"

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_CreateOrUpdate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "resRg",
55
"resourceName": "myIoTCentralApp",
6-
"api-version": "2018-09-01",
6+
"api-version": "2021-06-01",
77
"App": {
88
"location": "westus",
99
"sku": {

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_Delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "resRg",
55
"resourceName": "myIoTCentralApp",
6-
"api-version": "2018-09-01"
6+
"api-version": "2021-06-01"
77
},
88
"responses": {
99
"200": {

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_Get.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "resRg",
55
"resourceName": "myIoTCentralApp",
6-
"api-version": "2018-09-01"
6+
"api-version": "2021-06-01"
77
},
88
"responses": {
99
"200": {

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_ListByResourceGroup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4-
"api-version": "2018-09-01",
4+
"api-version": "2021-06-01",
55
"resourceGroupName": "resRg"
66
},
77
"responses": {

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_ListBySubscription.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4-
"api-version": "2018-09-01"
4+
"api-version": "2021-06-01"
55
},
66
"responses": {
77
"200": {

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_Templates.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"parameters": {
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
4-
"api-version": "2018-09-01"
4+
"api-version": "2021-06-01"
55
},
66
"responses": {
77
"200": {

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Apps_Update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subscriptionId": "00000000-0000-0000-0000-000000000000",
44
"resourceGroupName": "resRg",
55
"resourceName": "myIoTCentralApp",
6-
"api-version": "2018-09-01",
6+
"api-version": "2021-06-01",
77
"AppPatch": {
88
"properties": {
99
"displayName": "My IoT Central App 2"

specification/iotcentral/resource-manager/Microsoft.IoTCentral/stable/2021-06-01/examples/Operations_List.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"parameters": {
3-
"api-version": "2018-09-01"
3+
"api-version": "2021-06-01"
44
},
55
"responses": {
66
"200": {

0 commit comments

Comments
 (0)