These settings apply only when --go
is specified on the command line.
directive:
from: swagger-document # do it globally
where: $.paths..parameters[?(@.name == "resourceGroupName" || @.name == "sourceResourceGroupName")].pattern
set: ^[-\p{L}\._\(\)\w]+$
reason: Necessary to match Unicode characters in the Go regexp engine.
go:
license-header: MICROSOFT_MIT_NO_VERSION
clear-output-folder: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armresources
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armdeploymentscripts
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armfeatures
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armlinks
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armlocks
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armmanagedapplications
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armpolicy
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armsubscriptions
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
modelerfour:
lenient-model-deduplication: true
license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/resources/armtemplatespecs
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
batch:
- tag: package-templatespecs-2019-06-preview
- tag: package-features-2015-12
- tag: package-features-2021-07
- tag: package-locks-2016-09
- tag: package-locks-2015-01
- tag: package-policy-2021-06
- tag: package-policy-2020-09
- tag: package-policy-2020-03
- tag: package-policy-2019-09
- tag: package-policy-2019-06
- tag: package-policy-2019-01
- tag: package-policy-2018-05
- tag: package-policy-2018-03
- tag: package-policy-2017-06
- tag: package-policy-2016-12
- tag: package-policy-2016-04
- tag: package-policy-2015-10
- tag: package-resources-2021-01
- tag: package-resources-2020-10
- tag: package-resources-2020-06
- tag: package-resources-2019-10
- tag: package-resources-2019-05
- tag: package-resources-2019-03
- tag: package-resources-2018-05
- tag: package-resources-2018-02
- tag: package-resources-2017-05
- tag: package-resources-2016-09
- tag: package-resources-2016-07
- tag: package-resources-2016-02
- tag: package-resources-2015-11
- tag: package-subscriptions-2021-01
- tag: package-subscriptions-2019-11
- tag: package-subscriptions-2019-06
- tag: package-subscriptions-2018-06
- tag: package-subscriptions-2016-06
- tag: package-subscriptions-2015-11
- tag: package-links-2016-09
- tag: package-managedapplications-2019-07
- tag: package-managedapplications-2018-06
- tag: package-managedapplications-2017-09
- tag: package-managedapplications-2016-09
- tag: package-resources-2019-07
These settings apply only when --tag=package-templatespecs-2019-06-preview --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: templatespecs
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2019-06-01-preview/$(namespace)
These settings apply only when --tag=package-resources-2019-07 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: features
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-07-01/$(namespace)
These settings apply only when --tag=package-features-2021-07 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: features
output-folder: $(go-sdk-folder)/services/resources/mgmt/2021-07-01/$(namespace)
These settings apply only when --tag=package-features-2015-12 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: features
output-folder: $(go-sdk-folder)/services/resources/mgmt/2015-12-01/$(namespace)
These settings apply only when --tag=package-locks-2016-09 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: locks
output-folder: $(go-sdk-folder)/services/resources/mgmt/2016-09-01/locks
These settings apply only when --tag=package-locks-2015-01 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: locks
output-folder: $(go-sdk-folder)/services/resources/mgmt/2015-01-01/locks
These settings apply only when --tag=package-policy-2021-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2021-06-01-preview/policy
These settings apply only when --tag=package-policy-2020-09 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2020-09-01-preview/policy
These settings apply only when --tag=package-policy-2019-09 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-09-01/policy
These settings apply only when --tag=package-policy-2020-03 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2020-03-01-preview/policy
These settings apply only when --tag=package-policy-2019-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-06-01/policy
These settings apply only when --tag=package-policy-2019-01 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-01-01/policy
These settings apply only when --tag=package-policy-2018-05 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/resources/mgmt/2018-05-01/policy
These settings apply only when --tag=package-policy-2018-03 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/resources/mgmt/2018-03-01/policy
These settings apply only when --tag=package-policy-2017-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2017-06-01-preview/policy
These settings apply only when --tag=package-policy-2016-12 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/resources/mgmt/2016-12-01/policy
These settings apply only when --tag=package-policy-2016-04 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/resources/mgmt/2016-04-01/policy
These settings apply only when --tag=package-policy-2015-10 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: policy
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2015-10-01-preview/policy
These settings apply only when --tag=package-resources-2021-01 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2021-01-01/resources
These settings apply only when --tag=package-resources-2020-10 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2020-10-01/resources
These settings apply only when --tag=package-resources-2020-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2020-06-01/resources
These settings apply only when --tag=package-resources-2019-10 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-10-01/resources
These settings apply only when --tag=package-resources-2019-05 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-05-01/resources
These settings apply only when --tag=package-resources-2019-03 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-03-01/resources
These settings apply only when --tag=package-resources-2018-05 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2018-05-01/resources
These settings apply only when --tag=package-resources-2018-02 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2018-02-01/resources
These settings apply only when --tag=package-resources-2017-05 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2017-05-10/resources
These settings apply only when --tag=package-resources-2016-09 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2016-09-01/resources
These settings apply only when --tag=package-resources-2016-07 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2016-07-01/resources
These settings apply only when --tag=package-resources-2016-02 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2016-02-01/resources
These settings apply only when --tag=package-resources-2015-11 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: resources
output-folder: $(go-sdk-folder)/services/resources/mgmt/2015-11-01/resources
These settings apply only when --tag=package-subscriptions-2021-01 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: subscriptions
output-folder: $(go-sdk-folder)/services/resources/mgmt/2021-01-01/subscriptions
These settings apply only when --tag=package-subscriptions-2019-11 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: subscriptions
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-11-01/subscriptions
These settings apply only when --tag=package-subscriptions-2019-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: subscriptions
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-06-01/subscriptions
These settings apply only when --tag=package-subscriptions-2018-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: subscriptions
output-folder: $(go-sdk-folder)/services/resources/mgmt/2018-06-01/subscriptions
These settings apply only when --tag=package-subscriptions-2016-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: subscriptions
output-folder: $(go-sdk-folder)/services/resources/mgmt/2016-06-01/subscriptions
These settings apply only when --tag=package-subscriptions-2015-11 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: subscriptions
output-folder: $(go-sdk-folder)/services/resources/mgmt/2015-11-01/subscriptions
These settings apply only when --tag=package-links-2016-09 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: links
output-folder: $(go-sdk-folder)/services/resources/mgmt/2016-09-01/links
These settings apply only when --tag=package-managedapplications-2019-07 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: managedapplications
output-folder: $(go-sdk-folder)/services/resources/mgmt/2019-07-01/managedapplications
These settings apply only when --tag=package-managedapplications-2018-06 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: managedapplications
output-folder: $(go-sdk-folder)/services/resources/mgmt/2018-06-01/managedapplications
These settings apply only when --tag=package-managedapplications-2017-09 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: managedapplications
output-folder: $(go-sdk-folder)/services/resources/mgmt/2017-09-01/managedapplications
These settings apply only when --tag=package-managedapplications-2016-09 --go
is specified on the command line.
Please also specify --go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>
.
namespace: managedapplications
output-folder: $(go-sdk-folder)/services/preview/resources/mgmt/2016-09-01-preview/managedapplications