Skip to content

Commit 6c2a5ed

Browse files
author
msftbot[bot]
authored
[ReleasePR netapp] [NetAppFiles] 2021-04-01 fix, remove default from unixPermissions (#1747)
Create to sync Azure/azure-rest-api-specs#14712 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/netapp?expand=1)
2 parents 84cb1b1 + 7adb527 commit 6c2a5ed

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

schemas/2018-05-01/subscriptionDeploymentTemplate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,6 @@
6969
{
7070
"$ref": "https://schema.management.azure.com/schemas/2020-01-01/Microsoft.Advisor.json#/subscription_resourceDefinitions/configurations"
7171
},
72-
{
73-
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleAssignments"
74-
},
75-
{
76-
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleDefinitions"
77-
},
7872
{
7973
"$ref": "https://schema.management.azure.com/schemas/2015-01-01/Microsoft.Authorization.json#/subscription_resourceDefinitions/locks"
8074
},
@@ -111,6 +105,12 @@
111105
{
112106
"$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.Authorization.json#/unknown_resourceDefinitions/policyAssignments"
113107
},
108+
{
109+
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleAssignments"
110+
},
111+
{
112+
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleDefinitions"
113+
},
114114
{
115115
"$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Authorization.json#/subscription_resourceDefinitions/policyDefinitions"
116116
},

schemas/2019-08-01/managementGroupDeploymentTemplate.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@
5757
},
5858
{
5959
"oneOf": [
60-
{
61-
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleAssignments"
62-
},
63-
{
64-
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleDefinitions"
65-
},
6660
{
6761
"$ref": "https://schema.management.azure.com/schemas/2015-10-01-preview/Microsoft.Authorization.json#/unknown_resourceDefinitions/policyassignments"
6862
},
@@ -84,6 +78,12 @@
8478
{
8579
"$ref": "https://schema.management.azure.com/schemas/2017-06-01-preview/Microsoft.Authorization.json#/unknown_resourceDefinitions/policyAssignments"
8680
},
81+
{
82+
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleAssignments"
83+
},
84+
{
85+
"$ref": "https://schema.management.azure.com/schemas/2017-09-01/Microsoft.Authorization.json#/resourceDefinitions/roleDefinitions"
86+
},
8787
{
8888
"$ref": "https://schema.management.azure.com/schemas/2018-03-01/Microsoft.Authorization.json#/managementGroup_resourceDefinitions/policyDefinitions"
8989
},

schemas/2021-04-01/Microsoft.NetApp.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,6 @@
19021902
"type": "string",
19031903
"minLength": 4,
19041904
"maxLength": 4,
1905-
"default": "0770",
19061905
"description": "UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users."
19071906
},
19081907
"usageThreshold": {

0 commit comments

Comments
 (0)